aboutsummaryrefslogtreecommitdiffstats
path: root/ip
Commit message (Expand)AuthorAgeFilesLines
* Update UID routing to upstream implementation.Lorenzo Colitti2016-12-192-25/+22
* Merge remote-tracking branch 'aosp/upstream-master' into mymergeElliott Hughes2016-02-0548-940/+2656
|\
| * vxlan: fix help and man textThomas Faivre2016-01-181-1/+1
| * Merge branch 'net-next'Stephen Hemminger2016-01-185-4/+28
| |\
| | * iplink: support show and set of "addrgenmode random"Bjørn Mork2016-01-062-1/+6
| | * iplink: support setting addrgenmode stable_secretBjørn Mork2016-01-061-1/+3
| | * monitor: fix file handle leakStephen Hemminger2015-12-302-2/+10
| | * route: allow routes to be configured with expire valuesHangbin Liu2015-12-211-1/+10
| * | iplink: replace exit with returnRoopa Prabhu2016-01-111-2/+2
| |/
| * iptunnel: Fix compile error in ip/tunnel.cPhil Sutter2015-12-211-1/+1
| * ip{,6}tunnel: have a shared stats parser/printerPhil Sutter2015-12-184-38/+33
| * lwtunnel: implement support for ip6 encapPaolo Abeni2015-12-181-1/+91
| * gre: add support for collect metadata flagPaolo Abeni2015-12-181-0/+11
| * vxlan: add support for collect metadata flagPaolo Abeni2015-12-181-2/+17
| * iproute: print addrgenmode stable_secret and fallback otherwiseHannes Frederic Sowa2015-12-171-1/+8
| * lwtunnel: fix argument parsingPaolo Abeni2015-12-171-2/+6
| * route: Fix printing of locked entriesPhil Sutter2015-12-171-2/+3
| * ip neigh: device is optional for proxy entriesKonstantin Khlebnikov2015-12-171-5/+8
| * ila: Add support for ILA lwtunnelsTom Herbert2015-12-171-0/+45
| * ip: fix format string when reading statisticsStephen Hemminger2015-12-102-2/+2
| * vrf: Add support for table namesDavid Ahern2015-12-101-9/+2
| * route: ignore RTAX_HOPLIMIT of value -1Phil Sutter2015-12-101-9/+8
| * iptunnel: cleanup codeStephen Hemminger2015-11-291-21/+36
| * ip_tunnel: determine tunnel address family from the tunnel typeKonstantin Shemyak2015-11-291-0/+26
| * vxlan: Add support for remote checksum offloadTom Herbert2015-11-291-0/+21
| * iproute: restrict hoplimit values to be in range [0; 255]Phil Sutter2015-11-291-1/+1
| * iptoken: simplify iptoken_list a bitPhil Sutter2015-11-291-5/+1
| * ipaddress: drop unnecessary check in ipaddr_list_flush_or_save()Phil Sutter2015-11-291-4/+1
| * ipaddress: fix ipaddr_flush for Linux >= 3.1Phil Sutter2015-11-291-1/+2
| * ipaddress: simplify ipaddr_flush()Phil Sutter2015-11-291-37/+1
| * geneve: add support for IPv6 link partnersJohn W. Linville2015-11-231-7/+13
| * iproute2: Ignore EADDRNOTAVAIL errors during address flush operationNeil Horman2015-11-231-1/+11
| * ip_common.h header cleanupPhil Sutter2015-11-232-64/+56
| * ip{,6}tunnel: put spaces around non-unary operatorsPhil Sutter2015-11-232-28/+28
| * iptunnel: sanitize copying tunnel namePhil Sutter2015-11-231-1/+1
| * iptunnel: share common code when determining the default interface namePhil Sutter2015-11-231-45/+25
| * iptunnel: simplify parsing TTL, allow 'hlim' as identifierPhil Sutter2015-11-231-5/+4
| * iptunnel: share common code when setting tunnel modePhil Sutter2015-11-231-25/+14
| * ip6tunnel: fix coding style: no newline between brace and elsePhil Sutter2015-11-231-2/+1
| * ip6tunnel: print local/remote addresses like iptunnel doesPhil Sutter2015-11-231-6/+9
| * ip{,6}tunnel: align do_tunnels_list() a bitPhil Sutter2015-11-232-17/+16
| * iptunnel: use ll_name_to_index() for physical interface lookupPhil Sutter2015-11-231-1/+1
| * ip{, 6}tunnel: unify behaviour if physical device is not foundPhil Sutter2015-11-232-3/+4
| * ip/tunnel: introduce tnl_parse_key()Phil Sutter2015-11-234-60/+22
| * ip{, 6}tunnel: get rid of extraneous whitespace when printingPhil Sutter2015-11-232-10/+10
| * Merge branch 'master' into net-nextStephen Hemminger2015-10-236-6/+0
| |\
| | * ip: remove extra newlines at end-of-fileStephen Hemminger2015-10-236-6/+0
| * | Merge branch 'master' into net-nextStephen Hemminger2015-10-223-11/+110
| |\|
| | * ip, realms: also allow to pass in raw realms valueDaniel Borkmann2015-10-223-5/+13
| | * Add ip rule save/restoreKirill Tkhai2015-10-221-6/+97