1. c1a970d net: sched: Fix NULL-pointer dereference in tc_indr_block_ing_cmd() by Vlad Buslov · 5 years ago
  2. f9e3008 net: flow_offload: rename tc_cls_flower_offload to flow_cls_offload by Pablo Neira Ayuso · 5 years ago
  3. 722d36e net: sched: remove tcf block API by Pablo Neira Ayuso · 5 years ago
  4. 955bcb6 drivers: net: use flow block API by Pablo Neira Ayuso · 5 years ago
  5. 59094b1 net: sched: use flow block API by Pablo Neira Ayuso · 5 years ago
  6. da3eeb9 net: flow_offload: add list handling functions by Pablo Neira Ayuso · 5 years ago
  7. 32f8c40 net: flow_offload: rename TCF_BLOCK_BINDER_TYPE_* to FLOW_BLOCK_BINDER_TYPE_* by Pablo Neira Ayuso · 5 years ago
  8. 9c0e189 net: flow_offload: rename TC_BLOCK_{UN}BIND to FLOW_BLOCK_{UN}BIND by Pablo Neira Ayuso · 5 years ago
  9. e0ace68 net/sched: cls_flower: Add matching on conntrack info by Paul Blakey · 5 years ago
  10. b57dc7c net/sched: Introduce action ct by Paul Blakey · 5 years ago
  11. 2a2ea50 net: sched: add mpls manipulation actions to TC by John Hurley · 5 years ago
  12. af144a9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 5 years ago
  13. b84b2d4 net sched: update mirred action for batched events operations by Roman Mashak · 6 years ago
  14. d39d714 idr: introduce idr_for_each_entry_continue_ul() by Cong Wang · 6 years ago
  15. e33d2b7 idr: fix overflow case for idr_for_each_entry_ul() by Cong Wang · 6 years ago
  16. 0c4231c net: sched: em_ipt: add support for addrtype matching by Nikolay Aleksandrov · 6 years ago
  17. ba3d24d net: sched: em_ipt: keep the user-specified nfproto and dump it by Nikolay Aleksandrov · 6 years ago
  18. f4c1c40 net: sched: em_ipt: set the family based on the packet if it's unspecified by Nikolay Aleksandrov · 6 years ago
  19. 9e10edd net: sched: em_ipt: match only on ip/ipv6 traffic by Nikolay Aleksandrov · 6 years ago
  20. 54002066 taprio: Adjust timestamps for TCP packets by Vedang Patel · 6 years ago
  21. 7ede7b0 taprio: make clock reference conversions easier by Vedang Patel · 6 years ago
  22. 4cfd577 taprio: Add support for txtime-assist mode by Vedang Patel · 6 years ago
  23. 566af33 taprio: Remove inline directive by Vedang Patel · 6 years ago
  24. 037be03 taprio: calculate cycle_time when schedule is installed by Vedang Patel · 6 years ago
  25. d14d2b2 etf: Add skip_sock_check by Vedang Patel · 6 years ago
  26. e2ca070 net: sched: protect against stack overflow in TC act_mirred by John Hurley · 6 years ago
  27. 720f22f net: sched: refactor reinsert action by John Hurley · 6 years ago
  28. d96ff26 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  29. 45d5cb1 net/sched: cbs: Fix error path of cbs_module_init by YueHaibing · 6 years ago
  30. 92ad632 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  31. c356dc4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 6 years ago
  32. c884d8a Merge tag 'spdx-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/spdx by Linus Torvalds · 6 years ago
  33. d2912cb treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 by Thomas Gleixner · 6 years ago
  34. 2504ba9 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 235 by Thomas Gleixner · 6 years ago
  35. 8212ed7 net: sched: cls_flower: use flow_dissector for ingress ifindex by Jiri Pirko · 6 years ago
  36. 3e14c38 net: netem: fix use after free and double free with packet corruption by Jakub Kicinski · 6 years ago
  37. 177b800 net: netem: fix backlog accounting for corrupted GSO frames by Jakub Kicinski · 6 years ago
  38. 13091aa Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  39. f517f27 net: sched: cls_matchall: allow to delete filter by Jiri Pirko · 6 years ago
  40. c197d63 net: sched: act_ctinfo: fix policy validation by Kevin Darbyshire-Bryant · 6 years ago
  41. a658c2e net: sched: act_ctinfo: fix action creation by Kevin Darbyshire-Bryant · 6 years ago
  42. a514862 net: sched: remove NET_CLS_IND config option by Jiri Pirko · 6 years ago
  43. 87f3739 net: sched: ingress: set 'unlocked' flag for clsact Qdisc ops by Vlad Buslov · 6 years ago
  44. 99815f5 net: sched: flower: don't call synchronize_rcu() on mask creation by Vlad Buslov · 6 years ago
  45. 733f076 sched: act_ctinfo: use extack error reporting by Kevin Darbyshire-Bryant · 6 years ago
  46. 7a096d5 net: sched: ingress: set 'unlocked' flag for Qdisc ops by Vlad Buslov · 6 years ago
  47. a6cdeeb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  48. b4b12b0 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  49. 2f4c533 Merge tag 'spdx-5.2-rc3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 6 years ago
  50. 84a32ed net: sched: act_ctinfo: minor size optimisation by Kevin 'ldir' Darbyshire-Bryant · 6 years ago
  51. 9952f69 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 201 by Thomas Gleixner · 6 years ago
  52. 84a14ae treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 178 by Thomas Gleixner · 6 years ago
  53. 2874c5f treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 by Thomas Gleixner · 6 years ago
  54. 24ec483 net: sched: Introduce act_ctinfo action by Kevin 'ldir' Darbyshire-Bryant · 6 years ago
  55. 4097e9d2 net: sched: don't use tc_action->order during action dump by Vlad Buslov · 6 years ago
  56. ef65e43 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 11 by Thomas Gleixner · 6 years ago
  57. ec8f24b treewide: Add SPDX license identifier - Makefile/Kconfig by Thomas Gleixner · 6 years ago
  58. 09c434b treewide: Add SPDX license identifier for more missed files by Thomas Gleixner · 6 years ago
  59. 5f05836 net/sched: avoid double free on matchall reoffload by Pieter Jansen van Vuuren · 6 years ago
  60. a9e41a5 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  61. d678714 net/sched: remove block pointer from common offload structure by Pieter Jansen van Vuuren · 6 years ago
  62. e4acf42 taprio: add null check on sched_nest to avoid potential null pointer dereference by Colin Ian King · 6 years ago
  63. 37c0aea net_sched: sch_fq: handle non connected flows by Eric Dumazet · 6 years ago
  64. eeb84aa net_sched: sch_fq: do not assume EDT packets are ordered by Eric Dumazet · 6 years ago
  65. b362487 sch_htb: redefine htb qdisc overlimits by Cong Wang · 6 years ago
  66. 88c44a5 net/sched: add block pointer to tc_cls_common_offload structure by Pieter Jansen van Vuuren · 6 years ago
  67. 12f02b6 net/sched: allow stats updates from offloaded police actions by Pieter Jansen van Vuuren · 6 years ago
  68. b7fe4ab net/sched: extend matchall offload for hardware statistics by Pieter Jansen van Vuuren · 6 years ago
  69. 8c8cfc6 net/sched: add police action to the hardware intermediate representation by Pieter Jansen van Vuuren · 6 years ago
  70. fa762da net/sched: move police action structures to header by Pieter Jansen van Vuuren · 6 years ago
  71. dfcb19f net/sched: remove unused functions for matchall offload by Pieter Jansen van Vuuren · 6 years ago
  72. f00cbf19 net/sched: use the hardware intermediate representation for matchall by Pieter Jansen van Vuuren · 6 years ago
  73. a7a7be6 net/sched: add sample action to the hardware intermediate representation by Pieter Jansen van Vuuren · 6 years ago
  74. 594725d cls_cgroup: avoid panic when receiving a packet before filter set by Matteo Croce · 6 years ago
  75. 2542604 cls_matchall: avoid panic when receiving a packet before filter set by Matteo Croce · 6 years ago
  76. e512fcf net: sched: cls_u32: use struct_size() helper by Gustavo A. R. Silva · 6 years ago
  77. 141b6b2 net: add a generic tracepoint for TX queue timeout by Cong Wang · 6 years ago
  78. c25031e taprio: Add support for cycle-time-extension by Vinicius Costa Gomes · 6 years ago
  79. 6ca6a66 taprio: Add support for setting the cycle-time manually by Vinicius Costa Gomes · 6 years ago
  80. a3d43c0 taprio: Add support adding an admin schedule by Vinicius Costa Gomes · 6 years ago
  81. 8c79f0e taprio: Fix potencial use of invalid memory during dequeue() by Vinicius Costa Gomes · 6 years ago
  82. 8cb0817 netlink: make validation more configurable for future strictness by Johannes Berg · 6 years ago
  83. ae0be8d netlink: make nla_nest_start() add NLA_F_NESTED flag by Michal Kubecek · 6 years ago
  84. c049d56 net: sched: flower: refactor reoffload for concurrent access by Vlad Buslov · 6 years ago
  85. 6e734c8 net: sched: taprio: Fix taprio_dequeue() by Andre Guedes · 6 years ago
  86. 2684d1b net: sched: taprio: Fix taprio_peek() by Andre Guedes · 6 years ago
  87. 5175aaf net: sched: taprio: Remove should_restart_cycle() by Andre Guedes · 6 years ago
  88. 8599099 net: sched: taprio: Refactor taprio_get_start_time() by Andre Guedes · 6 years ago
  89. 59ab87f net: sched: taprio: Remove pointless variable assigment by Andre Guedes · 6 years ago
  90. 23bddf6 net/sched: taprio: fix build without 64bit div by Jakub Kicinski · 6 years ago
  91. 9994677 net: sched: flower: fix filter net reference counting by Vlad Buslov · 6 years ago
  92. 9e35552 net: sched: flower: use correct ht function to prevent duplicates by Vlad Buslov · 6 years ago
  93. e0a7683 net/sched: cbs: fix port_rate miscalculation by Leandro Dorileo · 6 years ago
  94. 7b9eba7 net/sched: taprio: fix picos_per_byte miscalculation by Leandro Dorileo · 6 years ago
  95. 73eb628 Revert: "net: sched: put back q.qlen into a single location" by Paolo Abeni · 6 years ago
  96. 8a53e61 net: sched: when clearing NOLOCK, clear TCQ_F_CPUSTATS, too by Paolo Abeni · 6 years ago
  97. 9c01c9f net: sched: always do stats accounting according to TCQ_F_CPUSTATS by Paolo Abeni · 6 years ago
  98. 1f17f77 net: sched: flower: insert filter to ht before offloading it to hw by Vlad Buslov · 6 years ago
  99. f83f715 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  100. 95e27a4 net: sched: ensure tc flower reoffload takes filter ref by John Hurley · 6 years ago