1. 18c8bbe ip: extend "ip-address" man page to reflect the recent flag extensions by Heiner Kallweit · 10 years ago
  2. 6fdb465 bridge link: add option 'self' by Roopa Prabhu · 10 years ago
  3. a1e2e5f ip link: use addattr_nest()/addattr_nest_end() by Duan Jiong · 10 years ago
  4. 5c2c10b Merge branch 'net-next' by Stephen Hemminger · 10 years ago
  5. bfbccea v3.18.0 by Stephen Hemminger · 10 years ago
  6. 712249d ip link: Show devices by type by Vadim Kochan · 10 years ago
  7. b5f39b2 ip: allow ip address show to list addresses with certain flags not being set by Heiner Kallweit · 10 years ago
  8. 79aa79d ip lib: Added shorter timestamp option by Vadim Kochan · 10 years ago
  9. 3d0b743 whitespace cleanup by Stephen Hemminger · 10 years ago
  10. b9ea445 ss: Dont show netlink and packet sockets by default by Vadim Kochan · 10 years ago
  11. 093f18f update kernel headers to 3.19-rc1 by Stephen Hemminger · 10 years ago
  12. effdfc9 Merge branch 'master' into net-next by Stephen Hemminger · 10 years ago
  13. 8a4025f ss: Use rtnl_dump_filter in handle_netlink_request by vadimk · 10 years ago
  14. 8a504fc resolve header file conflict betwen linux/in6.h and netinet/in.h by Stephen Hemminger · 10 years ago
  15. b0d30f7 rt_names can't be const by Stephen Hemminger · 10 years ago
  16. b00daf6 ss: Use nl_proto_a2n for filtering by netlink proto by vadimk · 10 years ago
  17. f00073e lib names: Add helper func for parse id and name from file by vadimk · 10 years ago
  18. 4e5615b lib names: Use CONFDIR for specify 'group' file path by vadimk · 10 years ago
  19. d26caee iproute2: Add support for CAN presume-ack feature by Nikita Edward Baruzdin · 10 years ago
  20. d471791 iproute2/nstat: Bug in displaying icmp stats by Eric Dumazet · 10 years ago
  21. d68e00f ss: Fix layout/output issues introduced by regression by vadimk · 10 years ago
  22. 9d2c164 if_bridge: remove in6.h by Stephen Hemminger · 10 years ago
  23. 6fcabac ip monitor: Fix issue when timestamp is printed w/o msg by vadimk · 10 years ago
  24. 2ec2893 ipaddress: enable -details option by Nicolas Dichtel · 10 years ago
  25. 2ea49a3 ipaddress: enable -details option by Nicolas Dichtel · 10 years ago
  26. 28467b7 bridge/fdb: add flag/indication for FDB entry synced from offload device by Scott Feldman · 10 years ago
  27. c9b8aef Merge branch 'master' into net-next by Stephen Hemminger · 10 years ago
  28. 85c1807 bridge/fdb: fix statistics output spacing by Scott Feldman · 10 years ago
  29. 29d1f73 ip route: enable per-route ecn settings via 'features' option by Florian Westphal · 10 years ago
  30. 5a311b0 need libc-compat.h for new in6.h by Stephen Hemminger · 10 years ago
  31. 69fdff1 add local version of linux/in6.h by Stephen Hemminger · 10 years ago
  32. f66611d ip-link: fix unterminated string in manpage by Stephen Hemminger · 10 years ago
  33. b2e116d tc: minor spelling fixes by Stephen Hemminger · 10 years ago
  34. 14e9767 tunnel: decode ESP tunnel type by Stephen Hemminger · 10 years ago
  35. 9de4c6e rt_dsfield: fix Expedited Forwarding PHB by Stephen Hemminger · 10 years ago
  36. 81eaf67 ip link: Add ipvlan support to the iproute2/ip util by Mahesh Bandewar · 10 years ago
  37. 8b1c021 tc: add support for vlan tc action by Jiri Pirko · 10 years ago
  38. 1c09868 update kernel headers to net-next (3.18-rc6) by Stephen Hemminger · 10 years ago
  39. 8322d28 man ip-link: Fix indentation for 'ip link show' options by vadimk · 10 years ago
  40. 922b482 ip route: don't assume default route by Pavel Simerda · 10 years ago
  41. 10ed8b7 configure: Add check for the doc tools by vadimk · 10 years ago
  42. e9c4b7c update if_bridge by Stephen Hemminger · 10 years ago
  43. 3b28be6 ss: Use generic handle_netlink_request for packet by vadimk · 10 years ago
  44. 1f299e9 man ip-link: Add description for 'help' command by vadimk · 10 years ago
  45. 5fb421d ss: Refactor to use macro for define diag nl request by vadimk · 10 years ago
  46. 1b94414 ip link: Allow to filter devices by master dev by Vadim Kochan · 10 years ago
  47. 1fa804e iproute2: Add support for babel protocol table entry by Dave Taht · 10 years ago
  48. 2dc8548 ss: Fixed broken output for Netlink 'Peer Address:Port' column by vadimk · 10 years ago
  49. 45a4770 ss: Remove checking SS_CLOSE state for packet and netlink by vadimk · 10 years ago
  50. 0948adc ip netns: Identify netns for the current process by vadimk · 10 years ago
  51. 18f39a3 tests: Move tc related tests to testsuite/tests/tc folder by vadimk · 10 years ago
  52. 093b764 ip monitor: Allow to filter events by dev by vadimk · 10 years ago
  53. eef43b5 ss: Identify more netlink protocol names by vadimk · 10 years ago
  54. 666cdc5 vxlan: Add support for enabling UDP checksums by Tom Herbert · 10 years ago
  55. 8ca8fac ip-link: Document IPoIB link type in the man page by Or Gerlitz · 10 years ago
  56. 4d9a264 utils: relax strtoX checking in get_time_rtt by Florian Westphal · 10 years ago
  57. e4fc7e2 iproute2: Man pages for fou and gue by Tom Herbert · 10 years ago
  58. 80c24b0 ip link gre: Add support to configure FOU and GUE by Tom Herbert · 10 years ago
  59. c115915 ip link ipip: Add support to configure FOU and GUE by Tom Herbert · 10 years ago
  60. 6928747 ip fou: Support to configure foo-over-udp RX by Tom Herbert · 10 years ago
  61. e37a9c7 man: ip-link: fix a typo by Masatake YAMATO · 10 years ago
  62. 50ec665 ip-link: in human readable output use dynamic precision length by Christian Hesse · 10 years ago
  63. 5cb6aa0 doc ip-cref: Added missing ip options by vadimk · 10 years ago
  64. f4fe81d ip-link: fix column alignment by Christian Hesse · 10 years ago
  65. 1e264ab ip: add iec formatted option and cleanup code by Stephen Hemminger · 10 years ago
  66. b68d983 ip-link: add switch to show human readable output by Christian Hesse · 10 years ago
  67. a0638e1 iproute2: ip6_tunnel mode bugfixes: any,vti6 by Alexey Andriyanov · 10 years ago
  68. eeb669a man: update doc after support of ESN and anti-replay window by Nicolas Dichtel · 10 years ago
  69. 0bf4c35 Merge branch 'net-next' by Stephen Hemminger · 10 years ago
  70. 0151b56 xfrm: add support of ESN and anti-replay window by dingzhi · 10 years ago
  71. e557212 netlink: extend buffers to 16K by Eric Dumazet · 10 years ago
  72. 907e1ac ss: output dctcp diag information by Daniel Borkmann · 10 years ago
  73. dddfc7f Update kernel headers to 3.18-rc2 by Stephen Hemminger · 10 years ago
  74. 14f8854 tests: Allow to run tests recursively by vadimk · 10 years ago
  75. 8d39151 tests: Skip cls-testbed.t if tests/cls dir does not exist by vadimk · 10 years ago
  76. a5eafa9 man ip: Add missing '-details' option by vadimk · 10 years ago
  77. 08adf73 gitignore: Ignore 'doc' files generated at runtime by vadimk · 10 years ago
  78. 2dc6731 doc make: Add *.pdf files to the 'clean' target by vadimk · 10 years ago
  79. 338f07c man ip-link: Fixed missing 'up' option in 'ip link show' synopsis by vadimk · 10 years ago
  80. 50231ad v3.17.0 by Stephen Hemminger · 10 years ago
  81. edd3979 emp: fix warning on deprecated bison directive by Stephen Hemminger · 10 years ago
  82. 561e650 ip link: Shortify printing the usage of link type by vadimk · 10 years ago
  83. f295431 tests: Check existing of /proc/config.gz before use it by vadimk · 10 years ago
  84. 863ecb0 discourage use of direct policer interface by Jamal Hadi Salim · 10 years ago
  85. 287bf3a route classifier support for multiple actions by Jamal Hadi Salim · 10 years ago
  86. 08139c2 tcindex classifier support for multiple actions by Jamal Hadi Salim · 10 years ago
  87. 4cb8d03 ip tunnel: fix 'ip -oneline tunnel show' for some GRE tunnels by Dmitry Popov · 10 years ago
  88. 5d5cf1b ip address: print stats with -s by Jiri Benc · 10 years ago
  89. 624a06e ss: add more tcp socket diagnostics by Eric Dumazet · 10 years ago
  90. 68ac9ab iplink: do not require assigning negative ifindex at link creation by Atzm Watanabe · 10 years ago
  91. ae0d907 tests: Allow policer test to be ran by vadimk · 10 years ago
  92. d14cc6b tests: Add runtime generated files to .gitignore by vadimk · 10 years ago
  93. 40aadf8 ip monitor: Changed 'Unknown message' format to be more informative by vadimk · 10 years ago
  94. a07c6d6 add missing underscore to man page and example nf_mark ematch by Andy Furniss · 10 years ago
  95. c1cbb18 ip netns: Create /var/run/netns dir when do 'ip netns monitor' by vadimk · 10 years ago
  96. 9ecff68 tests: Fix problem with test running by vadimk · 10 years ago
  97. 10f5a37 rsvp classifier support for multiple actions by Jamal Hadi Salim · 10 years ago
  98. 954de6c actions: BugFix action stats to display with -s by Jamal Hadi Salim · 10 years ago
  99. 28d84b4 add bridge master device support by Jiri Pirko · 10 years ago
  100. 8c39db3 add bridge_slave device support by Jiri Pirko · 10 years ago