1. 802bfb1 net/sched: user-space can't set unknown tcfa_action values by Paolo Abeni · 6 years ago
  2. 3f6bcc5 act_bpf: Use kmemdup instead of duplicating it in tcf_bpf_init_from_ops by YueHaibing · 6 years ago
  3. f9562fa cls_bpf: Use kmemdup instead of duplicating it in cls_bpf_prog_from_ops by YueHaibing · 6 years ago
  4. 0a80848 act_pedit: remove unnecessary semicolon by YueHaibing · 6 years ago
  5. 2db6dc2 sch_cake: Make gso-splitting configurable from userspace by Dave Taht · 6 years ago
  6. 1f3ed38 net: sched: don't dump chains only held by actions by Jiri Pirko · 6 years ago
  7. c921d7d net: sched: unmark chain as explicitly created on delete by Jiri Pirko · 6 years ago
  8. 2ed9db3 net: sched: cls_api: fix dead code in switch by Gustavo A. R. Silva · 6 years ago
  9. 990e35e cbs: Add support for the graft function by Vinicius Costa Gomes · 6 years ago
  10. 158abbf net/sched: cls_flower: Use correct inline function for assignment of vlan tpid by Jianbo Liu · 6 years ago
  11. aea5f654 net/sched: add skbprio scheduler by Nishanth Devarajan · 6 years ago
  12. 50f699b sched: fix trailing whitespace by Stephen Hemminger · 6 years ago
  13. 3473845 net: sched: cls_flower: propagate chain teplate creation and destruction to drivers by Jiri Pirko · 6 years ago
  14. b95ec7e net: sched: cls_flower: implement chain templates by Jiri Pirko · 6 years ago
  15. 33fb5cb net: sched: cls_flower: change fl_init_dissector to accept mask and dissector by Jiri Pirko · 6 years ago
  16. f574908 net: sched: cls_flower: move key/mask dumping into a separate function by Jiri Pirko · 6 years ago
  17. 9f407f1 net: sched: introduce chain templates by Jiri Pirko · 6 years ago
  18. 32a4f5e net: sched: introduce chain object to uapi by Jiri Pirko · 6 years ago
  19. f71e0ca4 net: sched: Avoid implicit chain 0 creation by Jiri Pirko · 6 years ago
  20. f34e8bf net: sched: push ops lookup bits into tcf_proto_lookup_ops() by Jiri Pirko · 6 years ago
  21. baa2d2b net: sched: use PTR_ERR_OR_ZERO macro in tcf_block_cb_register by Gustavo A. R. Silva · 6 years ago
  22. c4c5551 Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux by David S. Miller · 6 years ago
  23. 0e2c17b net/sched: cls_flower: Support matching on ip tos and ttl for tunnels by Or Gerlitz · 6 years ago
  24. 07a557f net/sched: tunnel_key: Allow to set tos and ttl for tc based ip tunnels by Or Gerlitz · 6 years ago
  25. 5318918 net: sched: Using NULL instead of plain integer by YueHaibing · 6 years ago
  26. 301f935 sch_cake: Fix tin order when set through skb->priority by Toke Høiland-Jørgensen · 6 years ago
  27. 01683a1 net: sched: refactor flower walk to iterate over idr by Vlad Buslov · 7 years ago
  28. c749cdd net/sched: act_skbedit: don't use spinlock in the data path by Davide Caratti · 7 years ago
  29. 6f3dfb0 net/sched: skbedit: use per-cpu counters by Davide Caratti · 7 years ago
  30. 83fe6b8 sch_fq_codel: zero q->flows_cnt when fq_codel_init fails by Jacob Keller · 7 years ago
  31. e0479b6 net: sched: fix unprotected access to rcu cookie pointer by Vlad Buslov · 7 years ago
  32. 01e866b net: sched: act_ife: fix memory leak in ife init by Vlad Buslov · 7 years ago
  33. 5e9a0fe net/sched: flower: Fix null pointer dereference when run tc vlan command by Jianbo Liu · 7 years ago
  34. 0c85034 sch_cake: Conditionally split GSO segments by Toke Høiland-Jørgensen · 7 years ago
  35. a729b7f sch_cake: Add overhead compensation support to the rate shaper by Toke Høiland-Jørgensen · 7 years ago
  36. 83f8fd6 sch_cake: Add DiffServ handling by Toke Høiland-Jørgensen · 7 years ago
  37. ea82511 sch_cake: Add NAT awareness to packet classifier by Toke Høiland-Jørgensen · 7 years ago
  38. 8b71388 sch_cake: Add optional ACK filter by Toke Høiland-Jørgensen · 7 years ago
  39. 7298de9 sch_cake: Add ingress mode by Toke Høiland-Jørgensen · 7 years ago
  40. 046f6fd sched: Add Common Applications Kept Enhanced (cake) qdisc by Toke Høiland-Jørgensen · 7 years ago
  41. 0dbc81e net: sched: Fix warnings from xchg() on RCU'd cookie pointer. by David S. Miller · 7 years ago
  42. 90b73b7 net: sched: change action API to use array of pointers to actions by Vlad Buslov · 7 years ago
  43. 0190c1d net: sched: atomically check-allocate action by Vlad Buslov · 7 years ago
  44. cae422f net: sched: use reference counting action init by Vlad Buslov · 7 years ago
  45. 4e8ddd7 net: sched: don't release reference on action overwrite by Vlad Buslov · 7 years ago
  46. 16af606 net: sched: implement reference counted action release by Vlad Buslov · 7 years ago
  47. b409074 net: sched: add 'delete' function to action ops by Vlad Buslov · 7 years ago
  48. 2a2ea34 net: sched: implement action API that deletes action by index by Vlad Buslov · 7 years ago
  49. 3f7c72b net: sched: always take reference to action by Vlad Buslov · 7 years ago
  50. 789871b net: sched: implement unlocked action init API by Vlad Buslov · 7 years ago
  51. 036bb44 net: sched: change type of reference and bind counters by Vlad Buslov · 7 years ago
  52. eec94fd net: sched: use rcu for action cookie update by Vlad Buslov · 7 years ago
  53. 38230a3 net/sched: act_tunnel_key: fix NULL dereference when 'goto chain' is used by Davide Caratti · 7 years ago
  54. 11a245e net/sched: act_csum: fix NULL dereference when 'goto chain' is used by Davide Caratti · 7 years ago
  55. d64efd0 net/sched: flower: Add supprt for matching on QinQ vlan headers by Jianbo Liu · 7 years ago
  56. d306951 net/sched: flower: Dump the ethertype encapsulated in vlan by Jianbo Liu · 7 years ago
  57. aaab083 net/sched: flower: Add support for matching on vlan ethertype by Jianbo Liu · 7 years ago
  58. 4b15c70 net/sched: Make etf report drops on error_queue by Jesus Sanchez-Palencia · 7 years ago
  59. 88cab77 net/sched: Add HW offloading capability to ETF by Jesus Sanchez-Palencia · 7 years ago
  60. 25db26a net/sched: Introduce the ETF Qdisc by Vinicius Costa Gomes · 7 years ago
  61. 860b642 net/sched: Allow creating a Qdisc watchdog with other clocks by Vinicius Costa Gomes · 7 years ago
  62. 30e99ed net: sched: act_pedit: fix possible memory leak in tcf_pedit_init() by Wei Yongjun · 7 years ago
  63. e7e3728 net:sched: add action inheritdsfield to skbedit by Qiaobin Fu · 7 years ago
  64. 9868c0b net sched actions: add extack messages in pedit action by Roman Mashak · 7 years ago
  65. 0ed5269 net/sched: add tunnel option support to act_tunnel_key by Simon Horman · 7 years ago
  66. 9d7298c net/sched: act_tunnel_key: add extended ack support by Simon Horman · 7 years ago
  67. a1165b5 net/sched: act_tunnel_key: disambiguate metadata dst error cases by Simon Horman · 7 years ago
  68. 4305274 net sched actions: avoid bitwise operation on signed value in pedit by Roman Mashak · 7 years ago
  69. 95b0d2d net sched actions: fix misleading text strings in pedit action by Roman Mashak · 7 years ago
  70. 6ff7586 net sched actions: use sizeof operator for buffer length by Roman Mashak · 7 years ago
  71. 544377c net sched actions: fix sparse warning by Roman Mashak · 7 years ago
  72. 80f0f57 net sched actions: fix coding style in pedit action by Roman Mashak · 7 years ago
  73. 0a9fe5c netem: slotting with non-uniform distribution by Yousuk Seung · 7 years ago
  74. 3263674 net: sched: call reoffload op on block callback reg by John Hurley · 7 years ago
  75. 7e916b7 net: sched: cls_bpf: implement offload tcf_proto_op by John Hurley · 7 years ago
  76. 530d995 net: sched: cls_u32: implement offload tcf_proto_op by John Hurley · 7 years ago
  77. 0efd1b3 net: sched: cls_matchall: implement offload tcf_proto_op by John Hurley · 7 years ago
  78. 31533cb net: sched: cls_flower: implement offload tcf_proto_op by John Hurley · 7 years ago
  79. 60513bd net: sched: pass extack pointer to block binds and cb registration by John Hurley · 7 years ago
  80. 9ff3b40 Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  81. fe0b082 net_sched: remove unused htb drop_list by Cong Wang · 7 years ago
  82. 35b42da net_sched: remove a bogus warning in hfsc by Cong Wang · 7 years ago
  83. 44a5cd4 cls_flower: fix use after free in flower S/W path by Paolo Abeni · 7 years ago
  84. cbf56c2 net/sched: act_ife: preserve the action control in case of error by Davide Caratti · 7 years ago
  85. 0a889b9 net/sched: act_ife: fix recursive lock and idr leak by Davide Caratti · 7 years ago
  86. 7e85dc8 net_sched: blackhole: tell upper qdisc about dropped packets by Konstantin Khlebnikov · 7 years ago
  87. 778e1cd treewide: kvzalloc() -> kvcalloc() by Kees Cook · 7 years ago
  88. 8d49953 net/sched: act_simple: fix parsing of TCA_DEF_DATA by Davide Caratti · 7 years ago
  89. 1c8c5a9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 7 years ago
  90. 9a99dc1 Revert "net: sched: cls: Fix offloading when ingress dev is vxlan" by David S. Miller · 7 years ago
  91. d96a43c net: sched: cls: Fix offloading when ingress dev is vxlan by Paul Blakey · 7 years ago
  92. 0e39903 net: sched: return error code when tcf proto is not found by Vlad Buslov · 7 years ago
  93. f6521c5 cls_flower: Fix comparing of old filter mask with new filter by Paul Blakey · 7 years ago
  94. de9dc65 cls_flower: Fix missing free of rhashtable by Paul Blakey · 7 years ago
  95. cf626b0 Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  96. 9c54aeb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  97. c431f89 net: sched: split tc_ctl_tfilter into three handlers by Vlad Buslov · 7 years ago
  98. 8258d2d cls_flower: Fix incorrect idr release when failing to modify rule by Paul Blakey · 7 years ago
  99. 4341f83 net: remove bypassed check in sch_direct_xmit() by Song Liu · 7 years ago
  100. 47c669a4 net: sched: mq: request stats from offloads by Jakub Kicinski · 7 years ago