1. 58cd462 net/sched: matchall: add missing validation of TCA_MATCHALL_FLAGS by Davide Caratti · 4 years, 9 months ago
  2. 55ec468 net_sched: fix ops->bind_class() implementations by Cong Wang · 4 years, 10 months ago
  3. f2b795e net: sched: cls_matchall: cleanup flow_action before deallocating by Vlad Buslov · 5 years ago
  4. 9838b20 net: sched: take rtnl lock in tc_setup_flow_action() by Vlad Buslov · 5 years ago
  5. 4011921 net: sched: refactor block offloads counter usage by Vlad Buslov · 5 years ago
  6. a732331 net: flow_offload: rename tc_setup_cb_t to flow_setup_cb_t by Pablo Neira Ayuso · 5 years ago
  7. f517f27 net: sched: cls_matchall: allow to delete filter by Jiri Pirko · 5 years ago
  8. 2874c5f treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 by Thomas Gleixner · 5 years ago
  9. 5f05836 net/sched: avoid double free on matchall reoffload by Pieter Jansen van Vuuren · 6 years ago
  10. a9e41a5 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  11. d678714 net/sched: remove block pointer from common offload structure by Pieter Jansen van Vuuren · 6 years ago
  12. 88c44a5 net/sched: add block pointer to tc_cls_common_offload structure by Pieter Jansen van Vuuren · 6 years ago
  13. b7fe4ab net/sched: extend matchall offload for hardware statistics by Pieter Jansen van Vuuren · 6 years ago
  14. dfcb19f net/sched: remove unused functions for matchall offload by Pieter Jansen van Vuuren · 6 years ago
  15. f00cbf19 net/sched: use the hardware intermediate representation for matchall by Pieter Jansen van Vuuren · 6 years ago
  16. 2542604 cls_matchall: avoid panic when receiving a packet before filter set by Matteo Croce · 6 years ago
  17. 8cb0817 netlink: make validation more configurable for future strictness by Johannes Berg · 6 years ago
  18. ae0be8d netlink: make nla_nest_start() add NLA_F_NESTED flag by Michal Kubecek · 6 years ago
  19. 0db6f8b net/sched: fix ->get helper of the matchall cls by Nicolas Dichtel · 6 years ago
  20. 1421510 net_sched: initialize net pointer inside tcf_exts_init() by Cong Wang · 6 years ago
  21. d66022c net: sched: matchall: verify that filter is not NULL in mall_walk() by Vlad Buslov · 6 years ago
  22. 12db03b net: sched: extend proto ops to support unlocked classifiers by Vlad Buslov · 6 years ago
  23. ec6743a net: sched: track rtnl lock status when validating extensions by Vlad Buslov · 6 years ago
  24. f88c19a net_sched: add hit counter for matchall by Cong Wang · 6 years ago
  25. aeb3fec net_sched: fold tcf_block_cb_call() into tc_setup_cb_call() by Cong Wang · 6 years ago
  26. a51c76b cls_matchall: fix tcf_unbind_filter missing by Hangbin Liu · 6 years ago
  27. 0efd1b3 net: sched: cls_matchall: implement offload tcf_proto_op by John Hurley · 6 years ago
  28. aaa908f net_sched: switch to rcu_work by Cong Wang · 6 years ago
  29. b505b29 cls_matchall: propagate extack to delete callback by Jakub Kicinski · 7 years ago
  30. 93da52b cls_matchall: pass offload flags to tc_cls_common_offload_init() by Jakub Kicinski · 7 years ago
  31. 34832e1 net: sched: prepare for reimplementation of tc_cls_common_offload_init() by Jakub Kicinski · 7 years ago
  32. 715df5e net: sched: propagate extack to cls->destroy callbacks by Jakub Kicinski · 7 years ago
  33. 8f0b425 net: sched: add extack support for offload via tc_cls_common_offload by Quentin Monnet · 7 years ago
  34. 0279814 net: sched: cls_matchall: propagate extack support for filter offload by Quentin Monnet · 7 years ago
  35. 571acf2 net: sched: cls: add extack support for delete callback by Alexander Aring · 7 years ago
  36. 50a5619 net: sched: cls: add extack support for tcf_exts_validate by Alexander Aring · 7 years ago
  37. 7306db3 net: sched: cls: add extack support for change callback by Alexander Aring · 7 years ago
  38. 8865fdd net: sched: cls: fix code style issues by Alexander Aring · 7 years ago
  39. caa7260 net: sched: keep track of offloaded filters and check tc offload feature by Jiri Pirko · 7 years ago
  40. 4dc6758 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  41. 57767e78 cls_matchall: use tcf_exts_get_net() before call_rcu() by Cong Wang · 7 years ago
  42. e1ea2f9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  43. df2735e net_sched: use tcf_queue_work() in matchall filter by Cong Wang · 7 years ago
  44. 8d26d56 net: sched: avoid ndo_setup_tc calls for TC_SETUP_CLS* by Jiri Pirko · 7 years ago
  45. 2447a96 net: sched: cls_matchall: call block callbacks for offload by Jiri Pirko · 7 years ago
  46. 3ff4cbe net/sched: cls_matchall: fix crash when used with classful qdisc by Davide Caratti · 7 years ago
  47. 07d79fc net_sched: add reverse binding for tc class by Cong Wang · 7 years ago
  48. 7b06e8a net: sched: remove cops->tcf_cl_offload by Jiri Pirko · 7 years ago
  49. 8113c09 net_sched: use void pointer for filter handle by WANG Cong · 7 years ago
  50. de4784c net: sched: get rid of struct tc_to_netdev by Jiri Pirko · 7 years ago
  51. 5fd9fc4 net: sched: push cls related args into cls_common structure by Jiri Pirko · 7 years ago
  52. ade9b65 net: sched: rename TC_SETUP_MATCHALL to TC_SETUP_CLSMATCHALL by Jiri Pirko · 7 years ago
  53. 2572ac5 net: sched: make type an argument for ndo_setup_tc by Jiri Pirko · 7 years ago
  54. a74cb36 net: sched: cls_matchall: no need to call tcf_exts_change for newly allocated struct by Jiri Pirko · 7 years ago
  55. a5fcf8a net: propagate tc filter chain index down the ndo_setup_tc call by Jiri Pirko · 7 years ago
  56. 2d76b2f net: sched: cls_matchall: fix null pointer dereference by Jiri Pirko · 7 years ago
  57. 985538e net/sched: remove redundant null check on head by Colin Ian King · 8 years ago
  58. 763dbf6 net_sched: move the empty tp check from ->destroy() to ->delete() by WANG Cong · 8 years ago
  59. fceb643 netlink: pass extended ACK struct to parsing functions by Johannes Berg · 8 years ago
  60. c7d2b2f net/sched: cls_matchall: Reflect HW offloading status by Or Gerlitz · 8 years ago
  61. 7a335ad net/sched: cls_matchall: Dump the classifier flags by Or Gerlitz · 8 years ago
  62. e216015 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  63. fd62d9f net/sched: matchall: Fix configuration race by Yotam Gigi · 8 years ago
  64. ec2507d net/sched: cls_matchall: Fix error path by Yotam Gigi · 8 years ago
  65. d936377 net, sched: respect rcu grace period on cls destruction by Daniel Borkmann · 8 years ago
  66. b87f793 net/sched: Add match-all classifier hw offloading. by Yotam Gigi · 8 years ago
  67. bf3994d net/sched: introduce Match-all classifier by Jiri Pirko · 8 years ago