1. e49d8c2 net_sched: defer tcf_idr_insert() in tcf_action_init_1() by Cong Wang · 4 years, 3 months ago
  2. cc8e58f act_ife: load meta modules before tcf_idr_check_alloc() by Cong Wang · 4 years, 4 months ago
  3. 44c23d7 net/sched: act_ife: initalize ife->metalist earlier by Eric Dumazet · 5 years ago
  4. 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
  5. e382267 net: sched: update action implementations to support flags by Vlad Buslov · 5 years ago
  6. abbb0d3 net: sched: extend TCA_ACT space with TCA_ACT_FLAGS by Vlad Buslov · 5 years ago
  7. 445d374 net/sched: Replace rcu_swap_protected() with rcu_replace_pointer() by Paul E. McKenney · 5 years ago
  8. 981471b net_sched: fix a NULL pointer deref in ipt action by Cong Wang · 5 years ago
  9. 7be8ef2 net: sched: use temporary variable for actions indexes by Dmytro Linkin · 5 years ago
  10. c8ec463 ife: error out when nla attributes are empty by Cong Wang · 5 years ago
  11. 2874c5f treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 by Thomas Gleixner · 6 years ago
  12. 8cb0817 netlink: make validation more configurable for future strictness by Johannes Berg · 6 years ago
  13. ae0be8d netlink: make nla_nest_start() add NLA_F_NESTED flag by Michal Kubecek · 6 years ago
  14. 11a94d7 net/sched: act_ife: validate the control action inside init() by Davide Caratti · 6 years ago
  15. 85d0966 net/sched: prepare TC actions to properly validate the control action by Davide Caratti · 6 years ago
  16. eddd2cf net: Change TCA_ACT_* to TCA_ID_* to match that of TCA_ID_POLICE by Eli Cohen · 6 years ago
  17. 3630268 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  18. 84cb8eb net: sched: action_ife: take reference to meta module by Vlad Buslov · 6 years ago
  19. 6d784f1 act_ife: fix a potential use-after-free by Cong Wang · 6 years ago
  20. f061b48 Revert "net: sched: act: add extack for lookup callback" by Cong Wang · 6 years ago
  21. 5ffe57d act_ife: fix a potential deadlock by Cong Wang · 6 years ago
  22. 4e407ff act_ife: move tcfa_lock down to where necessary by Cong Wang · 6 years ago
  23. 8ce5be1 Revert "net: sched: act_ife: disable bh when taking ife_mod_lock" by Cong Wang · 6 years ago
  24. 97a3f84f net_sched: remove unnecessary ops->delete() by Cong Wang · 6 years ago
  25. 32039ea net: sched: act_ife: always release ife action on init error by Vlad Buslov · 6 years ago
  26. 42c625a net: sched: act_ife: disable bh when taking ife_mod_lock by Vlad Buslov · 6 years ago
  27. 54d0d42 net: sched: act_ife: remove dependency on rtnl lock by Vlad Buslov · 6 years ago
  28. 7fd4b28 tc/act: remove unneeded RCU lock in action callback by Paolo Abeni · 6 years ago
  29. 01e866b net: sched: act_ife: fix memory leak in ife init by Vlad Buslov · 6 years ago
  30. 0190c1d net: sched: atomically check-allocate action by Vlad Buslov · 6 years ago
  31. 4e8ddd7 net: sched: don't release reference on action overwrite by Vlad Buslov · 6 years ago
  32. b409074 net: sched: add 'delete' function to action ops by Vlad Buslov · 6 years ago
  33. 789871b net: sched: implement unlocked action init API by Vlad Buslov · 6 years ago
  34. 036bb44 net: sched: change type of reference and bind counters by Vlad Buslov · 6 years ago
  35. cbf56c2 net/sched: act_ife: preserve the action control in case of error by Davide Caratti · 7 years ago
  36. 0a889b9 net/sched: act_ife: fix recursive lock and idr leak by Davide Caratti · 7 years ago
  37. cc74edd net: sched: ife: handle malformed tlv length by Alexander Aring · 7 years ago
  38. f6cd145 net: sched: ife: signal not finding metaid by Alexander Aring · 7 years ago
  39. 2f635ce net: Drop pernet_operations::async by Kirill Tkhai · 7 years ago
  40. 685ecfb net: Convert tc_action_net_init() and tc_action_net_exit() based pernet_operations by Kirill Tkhai · 7 years ago
  41. b362014 net: sched: act: handle extack in tcf_generic_walker by Alexander Aring · 7 years ago
  42. 4178010 net: sched: act: add extack for walk callback by Alexander Aring · 7 years ago
  43. 331a929 net: sched: act: add extack for lookup callback by Alexander Aring · 7 years ago
  44. 589dad6 net: sched: act: add extack to init callback by Alexander Aring · 7 years ago
  45. 039af9c net_sched: switch to exit_batch for action pernet ops by Cong Wang · 7 years ago
  46. 9a63b25 net_sched: remove unused parameter from act cleanup ops by Cong Wang · 7 years ago
  47. 4dc6758 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  48. c7e460c Revert "net_sched: hold netns refcnt for each action" by Cong Wang · 7 years ago
  49. 2a17178 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  50. ceffcc5 net_sched: hold netns refcnt for each action by Cong Wang · 7 years ago
  51. 6578759 net_sched: fix a compile warning in act_ife by Cong Wang · 7 years ago
  52. aa9fd9a sched: act: ife: update parameters via rcu handling by Alexander Aring · 7 years ago
  53. ced273e sched: act: ife: migrate to use per-cpu counters by Alexander Aring · 7 years ago
  54. 734534e sched: act: ife: move encode/decode check to init by Alexander Aring · 7 years ago
  55. d3f24ba net sched actions: fix module auto-loading by Roman Mashak · 7 years ago
  56. 8f04748 net sched actions: change IFE modules alias names by Roman Mashak · 7 years ago
  57. 65a206c net/sched: Change act_api and act_xxx modules to use IDR by Chris Mi · 7 years ago
  58. b522ed6 act_ife: use registered ife_type as fallback by Alexander Aring · 7 years ago
  59. fceb643 netlink: pass extended ACK struct to parsing functions by Johannes Berg · 8 years ago
  60. 4dba87b net/sched: act_ife: Staticfy find_decode_metaid() by Or Gerlitz · 8 years ago
  61. 295a6e0 net/sched: act_ife: Change to use ife module by Yotam Gigi · 8 years ago
  62. 1d5e7c8 net/sched: act_ife: Unexport ife_tlv_meta_encode by Yotam Gigi · 8 years ago
  63. a5135bc net-tc: convert tc_verd to integer bitfields by Willem de Bruijn · 8 years ago
  64. c7d03a0 netns: make struct pernet_operations::id unsigned int by Alexey Dobriyan · 8 years ago
  65. b50afd2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  66. c006da0 act_ife: Fix false encoding by Yotam Gigi · 8 years ago
  67. 4b1d488 act_ife: Fix external mac header on encode by Yotam Gigi · 8 years ago
  68. 6a5d58b net sched ife action: add 16 bit helpers by Jamal Hadi Salim · 8 years ago
  69. 28a10c4 net sched: fix encoding to use real length by Jamal Hadi Salim · 8 years ago
  70. a85a970 net_sched: move tc_action into tcf_common by WANG Cong · 8 years ago
  71. ee58b57 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  72. 817e9f2 act_ife: acquire ife_mod_lock before reading ifeoplist by WANG Cong · 9 years ago
  73. 067a7cd act_ife: only acquire tcf_lock for existing actions by WANG Cong · 9 years ago
  74. b231307 net_sched: make tcf_hash_check() boolean by WANG Cong · 9 years ago
  75. 48d8ee1 net sched actions: aggregate dumping of actions timeinfo by Jamal Hadi Salim · 9 years ago
  76. 9c4a4e4 net sched: actions use tcf_lastuse_update for consistency by Jamal Hadi Salim · 9 years ago
  77. 909b27f7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  78. 4e8c861 net sched: ife action fix late binding by Jamal Hadi Salim · 9 years ago
  79. 9854518 sched: align nlattr properly when needed by Nicolas Dichtel · 9 years ago
  80. d1491fa act_ife: fix a typo in kmemdup() parameters by WANG Cong · 9 years ago
  81. ef6980b introduce IFE action by Jamal Hadi Salim · 9 years ago