summaryrefslogtreecommitdiff
path: root/ip
Commit message (Expand)AuthorAgeFilesLines
* iproute_lwtunnel: fix possible use of NULL when malloc() failsStephen Hemminger2023-05-131-5/+13
* ipmaddr: fix dereference of NULL on malloc() failureStephen Hemminger2023-05-131-1/+8
* iproute2: optimize code and fix some mem-leak riskzhaoshuang2023-05-119-0/+18
* ipnetns: fix fd leak with 'ip netns set'Nicolas Dichtel2023-05-111-10/+1
* remove unnecessary checks for NULL before calling free()Stephen Hemminger2023-05-101-6/+3
* bridge: link: Add support for neigh_vlan_suppress optionIdo Schimmel2023-04-251-0/+10
* Merge branch 'main' into nextDavid Ahern2023-04-225-17/+29
|\
| * iplink: fix help of 'netns' argNicolas Dichtel2023-04-211-2/+2
| * iplink: use the same token NETNSNAME everywhereNicolas Dichtel2023-04-211-2/+2
| * ip: bridge_slave: Fix help message indentationIdo Schimmel2023-04-211-1/+1
| * whitespace cleanupStephen Hemminger2023-04-211-1/+1
| * lwtunnel: use sizeof() on segbufStephen Hemminger2023-04-211-3/+3
| * lwtunnel: fix warning from strncpyStephen Hemminger2023-04-211-2/+1
| * iproute_lwtunnel: fix JSON outputStephen Hemminger2023-04-141-2/+4
| * iproute_tunnel: use uint16 for tunnel encap typeStephen Hemminger2023-04-141-4/+4
| * iptunnel: detect protocol mismatch on tunnel changeStephen Hemminger2023-04-111-2/+12
| * ip-xfrm: accept "allow" as action in ip xfrm policy setdefaultSabrina Dubroca2023-04-041-1/+2
* | ip: Support IP address protocolPetr Machata2023-03-302-2/+34
* | macvlan: Add bclim parameterHerbert Xu2023-03-301-2/+24
|/
* iplink: add gso and gro max_size attributes for ipv4Xin Long2023-02-182-2/+32
* ip: fix UB in strncpy (e.g. truncated ip route output)Sam James2023-02-171-2/+3
* macsec: Fix Macsec packet number attribute printEmeel Hakim2023-01-251-4/+4
* add space after keywordStephen Hemminger2023-01-161-1/+1
* macsec: Fix Macsec replay protectionEmeel Hakim2023-01-151-1/+2
* ip: use SPDXStephen Hemminger2023-01-1460-432/+67
* mptcp: add new listener eventsMatthieu Baerts2023-01-101-2/+5
* Merge branch 'main' into nextDavid Ahern2022-12-161-6/+16
|\
| * ip: print mpls errors on stderrStephen Hemminger2022-12-121-1/+1
| * iplink: support JSON in MPLS outputStephen Hemminger2022-12-091-5/+14
| * ip-link: man: Document existence of netns argument in add commandDaniel Xu2022-12-091-0/+1
* | xfrm: add an interface to offload policyLeon Romanovsky2022-12-144-10/+39
* | xfrm: add packet offload mode to xfrm stateLeon Romanovsky2022-12-142-4/+18
* | xfrm: prepare state offload logic to set modeLeon Romanovsky2022-12-141-16/+19
* | Merge branch 'main' into nextDavid Ahern2022-12-027-31/+34
|\ \ | |/
| * ip: fix return value for rtnl_talk failuresHangbin Liu2022-11-285-9/+33
| * remove #if 0 codeStephen Hemminger2022-11-222-22/+1
* | ip neigh: Support --json on ip neigh getLeonard Crestez2022-12-021-0/+3
* | Merge branch 'main' into nextDavid Ahern2022-11-132-4/+8
|\ \ | |/
| * ip-monitor: Do not error out when RTNLGRP_STATS is not availableBenjamin Poirier2022-10-261-1/+5
| * iplink_can: add missing `]' of the bitrate, dbitrate and termination arraysVincent Mailhol2022-10-171-3/+3
* | bridge: link: Add MAC Authentication Bypass (MAB) supportHans Schultz2022-11-071-0/+9
|/
* Merge remote-tracking branch 'main/main' into nextDavid Ahern2022-10-031-73/+42
|\
| * ip-monitor: Fix the selection of rtnl groups when listening for all object typesBenjamin Poirier2022-09-301-86/+42
| * ip-monitor: Include stats events in default and "all" casesBenjamin Poirier2022-09-301-1/+13
| * ip-monitor: Do not listen for nexthops by default when specifying statsBenjamin Poirier2022-09-301-0/+1
* | ip: xfrm: support adding xfrm metadata as lwtunnel info in routesEyal Birger2022-10-032-2/+86
* | ip: xfrm: support "external" (`collect_md`) mode in xfrm interfacesEyal Birger2022-10-031-0/+18
* | iplink_bridge: Add no_linklocal_learn option supportIdo Schimmel2022-10-031-0/+19
* | rtnetlink: add new function rtnl_echo_talk()Hangbin Liu2022-09-295-100/+11
* | ip link: add sub-command to view and change DSA conduit interfaceVladimir Oltean2022-09-273-2/+70