1. 4b83a08 m_xt: whitespace cleanup by Stephen Hemminger · 8 years ago
  2. 2ef4008 tc: m_xt: Introduce get_xtables_target_opts() by Phil Sutter · 8 years ago
  3. f6ddd9c tc: m_xt: Simplify argc adjusting in parse_ipt() by Phil Sutter · 8 years ago
  4. 28432f3 tc: m_xt: Get rid of iargc variable in parse_ipt() by Phil Sutter · 8 years ago
  5. ab8f52f tc: m_xt: Get rid of rargc in parse_ipt() by Phil Sutter · 8 years ago
  6. b0ba018 tc: m_xt: Drop unused variable fw in parse_ipt() by Phil Sutter · 8 years ago
  7. b45f914 tc: m_xt: Get rid of one indentation level in parse_ipt() by Phil Sutter · 8 years ago
  8. f1a7c7d tc: m_xt: Fix indenting by Phil Sutter · 8 years ago
  9. 8eee75a tc: m_xt: Fix segfault when adding multiple actions at once by Phil Sutter · 8 years ago
  10. 4457452 tc: m_xt: Prevent segfault with standard targets by Phil Sutter · 8 years ago
  11. 8b62517 pedit: fix whitespace etc by Stephen Hemminger · 8 years ago
  12. d8694a3 action pedit: stylistic changes by Jamal Hadi Salim · 8 years ago
  13. 6228120 tc: f_u32 cleanup indentation and long lines by Stephen Hemminger · 8 years ago
  14. 5e5b300 tc: f_u32: Add support for skip_hw and skip_sw flags by Samudrala, Sridhar · 8 years ago
  15. 9f7401f utils: add get_be{16, 32, 64}, use them where possible by Sabrina Dubroca · 8 years ago
  16. 4de4b5c fq_codel: add per queue memory limit by Eric Dumazet · 8 years ago
  17. ead954c tc action policer: enable timestamp display by Jamal Hadi Salim · 8 years ago
  18. 82e6efe tc filter u32: Coding style fixes by Jamal Hadi Salim · 8 years ago
  19. e6263c8 tc: action result is u32 by Stephen Hemminger · 8 years ago
  20. 45c6837 tc action policer: Avoid nonsensical input by Jamal Hadi Salim · 8 years ago
  21. 57bdf8b Make builds default to quiet mode by David Ahern · 8 years ago
  22. e70b9f1 tc simple action: bug fix by Jamal Hadi Salim · 8 years ago
  23. a78a2db tc fix ife late binding by Jamal Hadi Salim · 8 years ago
  24. 1a03207 f_bpf: fix filling of handle when no further arg is provided by Daniel Borkmann · 8 years ago
  25. a2de651 ingress, clsact: don't add TCA_OPTIONS to nl msg by Daniel Borkmann · 8 years ago
  26. fdf1bdd tc simple action update and breakage by Jamal Hadi Salim · 8 years ago
  27. 43726b7 tc: don't ignore ok as an action branch by Jamal Hadi Salim · 8 years ago
  28. d3e5112 tc: introduce IFE action by Jamal Hadi Salim · 8 years ago
  29. 5c5a0f3 iproute2: tc_bpf.c: fix building with musl libc by Gustavo Zacarias · 8 years ago
  30. 4dd3f50 tc, bpf: add support for map pre/allocation by Daniel Borkmann · 8 years ago
  31. afc1a20 tc, bpf: further improve error reporting by Daniel Borkmann · 8 years ago
  32. 4952b45 include: add linked list implementation from kernel by Jiri Pirko · 8 years ago
  33. e9e9365 scrub out whitespace issues by Stephen Hemminger · 8 years ago
  34. 7faf158 lib/utils: introduce rt_addr_n2a_rta() by Phil Sutter · 8 years ago
  35. 2e96d2c utils: make rt_addr_n2a() non-reentrant by default by Phil Sutter · 8 years ago
  36. a418e45 make format_host non-reentrant by default by Phil Sutter · 8 years ago
  37. 51011da tc/m_vlan.c: mention CONTROL option in help text by Phil Sutter · 8 years ago
  38. 1672f42 tc: connmark, pedit: Rename BRANCH to CONTROL by Phil Sutter · 8 years ago
  39. a33786b tc: pedit: Fix raw op by Phil Sutter · 8 years ago
  40. 77bed40 tc: pedit: Fix for big-endian systems by Phil Sutter · 8 years ago
  41. 952f89d tc/p_ip.c: Minor coding style cleanup by Phil Sutter · 8 years ago
  42. 32a121c tc: code cleanup by Stephen Hemminger · 8 years ago
  43. 4733b18 tc: q_{codel,fq_codel}: add missing space in help text by Luca Lemmo · 9 years ago
  44. 725f2a8 tc: f_u32: trivial coding style cleanups by Luca Lemmo · 9 years ago
  45. dd0c8d1 tc: f_u32: add missing spaces around operators by Luca Lemmo · 9 years ago
  46. 338b003 tc: pedit: Fix retain value for ihl adjustments by Phil Sutter · 9 years ago
  47. f440e9d tc: pedit: Fix parse_cmd() by Phil Sutter · 9 years ago
  48. ec0ceee tc: pedit: Fix layered op parsing by Phil Sutter · 9 years ago
  49. c024acc tc: pedit: document branch control in help output by Phil Sutter · 9 years ago
  50. 467f9fc htb: rename b4 buffer to b3 to make its name more consistent by Dmitrii Shcherbakov · 9 years ago
  51. 1aea7fe htb: remove printing of a deprecated overhead value by Dmitrii Shcherbakov · 9 years ago
  52. 5230a2e tc, bpf: use bind/type macros from gelf by Daniel Borkmann · 9 years ago
  53. a576c6b tc, bpf: give some more hints wrt false relos by Daniel Borkmann · 9 years ago
  54. f31645d tc, bpf: improve verifier logging by Daniel Borkmann · 9 years ago
  55. 67584e3 tc: fix compilation with old gcc (< 4.6) (bis) by Nicolas Dichtel · 9 years ago
  56. 2486337 tc, bpf: make sure relo is in relation with map section by Daniel Borkmann · 9 years ago
  57. 62392ec Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/shemminger/iproute2 by Stephen Hemminger · 9 years ago
  58. 8187b01 tc, bpf: more header checks on loading elf by Daniel Borkmann · 9 years ago
  59. cce3d46 tc, bpf: check section names and type everywhere by Daniel Borkmann · 9 years ago
  60. 8f9afdd tc, clsact: add clsact frontend by Daniel Borkmann · 9 years ago
  61. 0d45c4b tc, ingress: clean up ingress handling a bit by Daniel Borkmann · 9 years ago
  62. 2505780 Merge branch 'net-next' by Stephen Hemminger · 9 years ago
  63. bc223ab Revert "tc: fix compilation with old gcc (< 4.6)" by Stephen Hemminger · 9 years ago
  64. 488b41d tc: flower no need to specify the ethertype by Jamal Hadi Salim · 9 years ago
  65. 8f80d45 tc: fix compilation with old gcc (< 4.6) by Julien Floret · 9 years ago
  66. de7db5d tc: m_connmark: Fix help text by Phil Sutter · 9 years ago
  67. e49b51d monitor: fix file handle leak by Stephen Hemminger · 9 years ago
  68. fd7f9c7 bpf: minor fix in api and bpf_dump_error() usage by Daniel Borkmann · 9 years ago
  69. 91d88ee {f,m}_bpf: allow updates on program arrays by Daniel Borkmann · 9 years ago
  70. f6793ee {f, m}_bpf: allow for user-defined object pinnings by Daniel Borkmann · 9 years ago
  71. 9e607f2 {f, m}_bpf: check map attributes when fetching as pinned by Daniel Borkmann · 9 years ago
  72. 910b543 {f,m}_bpf: make tail calls working by Daniel Borkmann · 9 years ago
  73. 32e93fb {f,m}_bpf: allow for sharing maps by Daniel Borkmann · 9 years ago
  74. 037660b qfq: fix parse_opt dead code by Stephen Hemminger · 9 years ago
  75. 86c392f Merge branch 'master' into net-next by Stephen Hemminger · 9 years ago
  76. 753ef5b tc: remove extra whitespace by Stephen Hemminger · 9 years ago
  77. 40eb737 tc: u32 filter coding style cleanup by Phil Sutter · 9 years ago
  78. 0a83e1e tc: improve filter help texts a bit by Phil Sutter · 9 years ago
  79. 343dc90 m_bpf: don't require default opcode on ebpf actions by Daniel Borkmann · 9 years ago
  80. faa8a46 f_bpf: allow for optional classid and add flags by Daniel Borkmann · 9 years ago
  81. 8fe9839 fq: fix whitespace by Stephen Hemminger · 9 years ago
  82. 8d5bd8c tc: fq: allow setting and retrieving orphan_mask by Eric Dumazet · 9 years ago
  83. 32a6fbe tc : add timestamps to tc monitor by Eric Dumazet · 9 years ago
  84. 565af7b tc: fq: allow setting and retrieving flow refill delay by Phil Sutter · 9 years ago
  85. 5c32fa1 comment: Fix remaining listings of wrong FSF address by Phil Sutter · 9 years ago
  86. 9a6422c Merge branch 'master' into net-next by Stephen Hemminger · 9 years ago
  87. bcb4a7a tc: fix return after invarg by Stephen Hemminger · 9 years ago
  88. baed908 m_bpf: add frontend support for late binding by Daniel Borkmann · 9 years ago
  89. 611f70b tc: fix bpf compilation with old glibc by Nicolas Dichtel · 9 years ago
  90. 69be46c Merge branch 'master' into net-next by Stephen Hemminger · 9 years ago
  91. 88eea53 tc: {f,m}_bpf: allow to retrieve uds path from env by Daniel Borkmann · 9 years ago
  92. 473d784 tc: {f,m}_bpf: add tail call support for parser by Daniel Borkmann · 9 years ago
  93. 0bbca04 iproute2: tc/m_pedit.c - remove dead code by Maciej Żenczykowski · 9 years ago
  94. f975059 Merge branch 'master' into net-next by Stephen Hemminger · 9 years ago
  95. ad1fe0d tc: util: fix print_rate for ludicrous speeds by Daniel Borkmann · 9 years ago
  96. 03371c7 Merge branch 'master' into net-next by Stephen Hemminger · 9 years ago
  97. c079e12 libnetlink: add size argument to rtnl_talk by Stephen Hemminger · 9 years ago
  98. aacee26 tc: gred: Add support for TCA_GRED_LIMIT attribute by David Ward · 9 years ago
  99. 0628cdd libnetlink: introduce rtnl_listen_filter_t by Nicolas Dichtel · 9 years ago
  100. df1c7d9 codel: add ce_threshold support to codel & fc_codel by Eric Dumazet · 9 years ago