1. 8cbfe93 flow_offload: allow user to offload tc action to net device by Baowen Zheng · 3 years, 1 month ago
  2. c54e1d9 flow_offload: add ops to tc_action_ops for flow action setup by Baowen Zheng · 3 years, 1 month ago
  3. 695176b net_sched: refactor TC action init API by Cong Wang · 3 years, 6 months ago
  4. a7a12b5 net/sched: act_tunnel_key: fix OOB write in case of IPv6 ERSPAN tunnels by Davide Caratti · 4 years, 3 months ago
  5. e49d8c2 net_sched: defer tcf_idr_insert() in tcf_action_init_1() by Cong Wang · 4 years, 4 months ago
  6. 13e6ce9 net: sched: only keep the available bits when setting vxlan md->gbp by Xin Long · 4 years, 4 months ago
  7. 1ae7878 Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
  8. a9f852e Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 5 years ago
  9. e20d4ff net: sched: add erspan option support to act_tunnel_key by Xin Long · 5 years ago
  10. fca3f91 net: sched: add vxlan option support to act_tunnel_key by Xin Long · 5 years ago
  11. 4f0e97d net: sched: ensure opts_len <= IP_TUNNEL_OPTS_MAX in act_tunnel_key by Xin Long · 5 years ago
  12. e382267 net: sched: update action implementations to support flags by Vlad Buslov · 5 years ago
  13. abbb0d3 net: sched: extend TCA_ACT space with TCA_ACT_FLAGS by Vlad Buslov · 5 years ago
  14. 5e1ad95 net: sched: extract bstats update code into function by Vlad Buslov · 5 years ago
  15. 445d374 net/sched: Replace rcu_swap_protected() with rcu_replace_pointer() by Paul E. McKenney · 5 years ago
  16. 981471b net_sched: fix a NULL pointer deref in ipt action by Cong Wang · 5 years ago
  17. 7be8ef2 net: sched: use temporary variable for actions indexes by Dmytro Linkin · 5 years ago
  18. 2874c5f treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 by Thomas Gleixner · 6 years ago
  19. 8cb0817 netlink: make validation more configurable for future strictness by Johannes Berg · 6 years ago
  20. ae0be8d netlink: make nla_nest_start() add NLA_F_NESTED flag by Michal Kubecek · 6 years ago
  21. e5fdaba net/sched: act_tunnel_key: validate the control action inside init() by Davide Caratti · 6 years ago
  22. 85d0966 net/sched: prepare TC actions to properly validate the control action by Davide Caratti · 6 years ago
  23. 4177c5d net/sched: act_tunnel_key: Fix double free dst_cache by wenxu · 6 years ago
  24. 096461d net/sched: avoid unused-label warning by Arnd Bergmann · 6 years ago
  25. 9eb3591 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  26. 87750d1 net: sched: act_tunnel_key: fix metadata handling by Vlad Buslov · 6 years ago
  27. a3df633 net: sched: act_tunnel_key: fix NULL pointer dereference during init by Vlad Buslov · 6 years ago
  28. 41411e2 net/sched: act_tunnel_key: Add dst_cache support by wenxu · 6 years ago
  29. eddd2cf net: Change TCA_ACT_* to TCA_ID_* to match that of TCA_ID_POLICE by Eli Cohen · 6 years ago
  30. 9174c3d net/sched: act_tunnel_key: fix memory leak in case of action replace by Davide Caratti · 6 years ago
  31. 1c25324 net/sched: act_tunnel_key: Don't dump dst port if it wasn't set by Adi Nissim · 6 years ago
  32. 80ef0f2 net/sched: act_tunnel_key: Allow key-less tunnels by Adi Nissim · 6 years ago
  33. aaf9253 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  34. a162c35 net_sched: properly cancel netlink dump on failure by Cong Wang · 6 years ago
  35. ee28bb5 net/sched: fix memory leak in act_tunnel_key_init() by Davide Caratti · 6 years ago
  36. f061b48 Revert "net: sched: act: add extack for lookup callback" by Cong Wang · 6 years ago
  37. 97a3f84f net_sched: remove unnecessary ops->delete() by Cong Wang · 6 years ago
  38. 653cd28 net: sched: always disable bh when taking tcf_lock by Vlad Buslov · 6 years ago
  39. 729e012 net: sched: act_tunnel_key: remove dependency on rtnl lock by Vlad Buslov · 6 years ago
  40. 7fd4b28 tc/act: remove unneeded RCU lock in action callback by Paolo Abeni · 6 years ago
  41. c4c5551 Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux by David S. Miller · 6 years ago
  42. 07a557f net/sched: tunnel_key: Allow to set tos and ttl for tc based ip tunnels by Or Gerlitz · 7 years ago
  43. 0190c1d net: sched: atomically check-allocate action by Vlad Buslov · 7 years ago
  44. 4e8ddd7 net: sched: don't release reference on action overwrite by Vlad Buslov · 7 years ago
  45. b409074 net: sched: add 'delete' function to action ops by Vlad Buslov · 7 years ago
  46. 789871b net: sched: implement unlocked action init API by Vlad Buslov · 7 years ago
  47. 036bb44 net: sched: change type of reference and bind counters by Vlad Buslov · 7 years ago
  48. 38230a3 net/sched: act_tunnel_key: fix NULL dereference when 'goto chain' is used by Davide Caratti · 7 years ago
  49. 0ed5269 net/sched: add tunnel option support to act_tunnel_key by Simon Horman · 7 years ago
  50. 9d7298c net/sched: act_tunnel_key: add extended ack support by Simon Horman · 7 years ago
  51. a1165b5 net/sched: act_tunnel_key: disambiguate metadata dst error cases by Simon Horman · 7 years ago
  52. 2f635ce net: Drop pernet_operations::async by Kirill Tkhai · 7 years ago
  53. 03fe2de Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  54. abdadd3 net/sched: fix NULL dereference in the error path of tunnel_key_init() by Davide Caratti · 7 years ago
  55. 51d4740 net sched actions: return explicit error when tunnel_key mode is not specified by Roman Mashak · 7 years ago
  56. 685ecfb net: Convert tc_action_net_init() and tc_action_net_exit() based pernet_operations by Kirill Tkhai · 7 years ago
  57. b362014 net: sched: act: handle extack in tcf_generic_walker by Alexander Aring · 7 years ago
  58. 4178010 net: sched: act: add extack for walk callback by Alexander Aring · 7 years ago
  59. 331a929 net: sched: act: add extack for lookup callback by Alexander Aring · 7 years ago
  60. 589dad6 net: sched: act: add extack to init callback by Alexander Aring · 7 years ago
  61. 039af9c net_sched: switch to exit_batch for action pernet ops by Cong Wang · 7 years ago
  62. 9a63b25 net_sched: remove unused parameter from act cleanup ops by Cong Wang · 7 years ago
  63. c7e460c Revert "net_sched: hold netns refcnt for each action" by Cong Wang · 7 years ago
  64. ceffcc5 net_sched: hold netns refcnt for each action by Cong Wang · 7 years ago
  65. 65a206c net/sched: Change act_api and act_xxx modules to use IDR by Chris Mi · 7 years ago
  66. 86087e1 net: sched: act_tunnel_key: make UDP checksum configurable by Jiri Benc · 8 years ago
  67. 63fe4c3 net: sched: act_tunnel_key: request UDP checksum by default by Jiri Benc · 8 years ago
  68. fceb643 netlink: pass extended ACK struct to parsing functions by Johannes Berg · 8 years ago
  69. dc594ec net/sched: act_tunnel_key: Fix setting UDP dst port in metadata under IPv6 by Or Gerlitz · 8 years ago
  70. c7d03a0 netns: make struct pernet_operations::id unsigned int by Alexey Dobriyan · 8 years ago
  71. 75bfbca net/sched: act_tunnel_key: Add UDP dst port option by Hadar Hen Zion · 8 years ago
  72. 24ba898 net/dst: Add dst port to dst_metadata utility functions by Hadar Hen Zion · 8 years ago
  73. 9ce183b net/sched: act_tunnel_key: add helper inlines to access tcf_tunnel_key by Hadar Hen Zion · 8 years ago
  74. 07c0f09 net/sched: act_tunnel_key: Remove rcu_read_lock protection by Hadar Hen Zion · 8 years ago
  75. d0f6dd8 net/sched: Introduce act_tunnel_key by Amir Vadai · 8 years ago