aboutsummaryrefslogtreecommitdiffstats
path: root/ip
Commit message (Expand)AuthorAgeFilesLines
* Always use the bionic UAPI includes for iproute2.Lorenzo Colitti2017-11-221-1/+1
* Adjust iproute2 v4.14 to compile on androidLorenzo Colitti2017-11-223-2/+6
* Update to iproute v4.14Lorenzo Colitti2017-11-1766-3142/+10834
|\
| * ip: Fix compilation break on old systemsLeon Romanovsky2017-11-131-0/+4
| * lib: make resolve_hosts variable commonIvan Vecera2017-11-122-2/+0
| * xfrm_{state, policy}: Allow to deleteall polices/states with marksThomas Egerer2017-11-072-0/+21
| * xfrm_policy: Do not attempt to deleteall a socket policyThomas Egerer2017-11-071-0/+4
| * xfrm_policy: Add filter option for socket policiesThomas Egerer2017-11-072-1/+8
| * ip netns: use strtol() instead of atoi()Roman Mashak2017-11-011-2/+4
| * ip maddr: fix filtering by deviceMichal Kubecek2017-10-211-3/+4
| * Check user supplied interface name lengthsPhil Sutter2017-10-027-27/+37
| * ip{6, }tunnel: Avoid copying user-supplied interface name aroundPhil Sutter2017-10-022-16/+12
| * ip xfrm: use correct key length for netlink messageMichal Kubecek2017-10-011-1/+1
| * ip-route: Fix for listing routes with RTAX_LOCK attributePhil Sutter2017-09-291-2/+2
| * lib: json_print: rework 'new_json_obj' drop FILE* argumentJulien Fortin2017-09-291-2/+2
| * bpf: properly output json for xdpDaniel Borkmann2017-09-221-30/+44
| * json: move json printer to common libraryDaniel Borkmann2017-09-223-291/+9
| * ip: ipaddress: fix missing space after prefixlenJulien Fortin2017-09-201-1/+1
| * ipaddress: Fix segfault in 'addr showdump'Phil Sutter2017-09-121-2/+16
| * Merge branch 'master' into net-nextStephen Hemminger2017-09-053-9/+22
| |\
| | * bpf: consolidate dumps to use bpf_dump_prog_infoDaniel Borkmann2017-09-053-7/+20
| * | Merge branch 'master' into net-nextStephen Hemminger2017-09-011-1/+6
| |\|
| | * iplink: double the buffer size also in iplink_get()Michal Kubecek2017-09-011-1/+1
| | * iplink: check for message truncation in iplink_get()Michal Kubecek2017-09-011-0/+5
| * | Merge branch 'master' into net-nextStephen Hemminger2017-09-016-24/+30
| |\|
| | * ipxfrm: Replace STRBUF_CAT macro with strlcat()Phil Sutter2017-09-011-16/+5
| | * Convert harmful calls to strncpy() to strlcpy()Phil Sutter2017-09-012-2/+2
| | * Convert the obvious cases to strlcpy()Phil Sutter2017-09-013-6/+3
| | * link_gre6: Print the tunnel's tclass settingPhil Sutter2017-09-011-1/+8
| | * link_gre6: Fix for changing tclass/flowlabelPhil Sutter2017-09-011-0/+2
| * | iproute: add support for seg6 l2encap modeDavid Lebrun2017-08-301-11/+30
| * | Merge branch 'master' into net-nextStephen Hemminger2017-08-241-3/+3
| |\|
| | * ipntable: Avoid memory allocation for filter.namePhil Sutter2017-08-241-3/+3
| * | gre: add support for ERSPAN tunnelWilliam Tu2017-08-233-4/+32
| * | config: put CFLAGS/LDLIBS in config.mkStephen Hemminger2017-08-231-14/+1
| * | Merge branch 'master' into net-nextStephen Hemminger2017-08-215-11/+12
| |\|
| | * iplink_vrf: Complain if main table is not foundPhil Sutter2017-08-211-1/+3
| | * iproute: Check mark value inputPhil Sutter2017-08-211-2/+4
| | * ipmaddr: Avoid accessing uninitialized dataPhil Sutter2017-08-211-1/+1
| | * iplink_can: Prevent overstepping array boundsPhil Sutter2017-08-211-2/+2
| | * ipaddress: Avoid accessing uninitialized variable lclPhil Sutter2017-08-211-1/+1
| * | Merge branch 'master' into net-nextStephen Hemminger2017-08-212-5/+5
| |\|
| | * iproute: Fix for missing 'Oifs:' displayPhil Sutter2017-08-211-3/+5
| | * ipntable: No need to check and assign to parms_rtaPhil Sutter2017-08-211-2/+0
| * | Merge branch 'master' into net-nextStephen Hemminger2017-08-183-9/+11
| |\|
| | * ipvrf: Fix error path of vrf_switch()Phil Sutter2017-08-181-4/+5
| | * iproute_lwtunnel: csum_mode value checking was ineffectivePhil Sutter2017-08-181-3/+4
| | * iproute_lwtunnel: Argument to strerror must be positivePhil Sutter2017-08-181-1/+1
| | * ifcfg: Quote left-hand side of [ ] expressionPhil Sutter2017-08-181-1/+1
| * | ip: iplink_vlan.c: add json output supportJulien Fortin2017-08-171-18/+44