1. 695176b net_sched: refactor TC action init API by Cong Wang · 3 years, 5 months ago
  2. e49d8c2 net_sched: defer tcf_idr_insert() in tcf_action_init_1() by Cong Wang · 4 years, 3 months ago
  3. 71930d6 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 6 months ago
  4. 964201d net/sched: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 6 months ago
  5. d7bf2eb sched: consistently handle layer3 header accesses in the presence of VLANs by Toke Høiland-Jørgensen · 4 years, 6 months ago
  6. 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
  7. e382267 net: sched: update action implementations to support flags by Vlad Buslov · 5 years ago
  8. abbb0d3 net: sched: extend TCA_ACT space with TCA_ACT_FLAGS by Vlad Buslov · 5 years ago
  9. 26b537a net: sched: extract qstats update code into functions by Vlad Buslov · 5 years ago
  10. 5e1ad95 net: sched: extract bstats update code into function by Vlad Buslov · 5 years ago
  11. 445d374 net/sched: Replace rcu_swap_protected() with rcu_replace_pointer() by Paul E. McKenney · 5 years ago
  12. 981471b net_sched: fix a NULL pointer deref in ipt action by Cong Wang · 5 years ago
  13. 7be8ef2 net: sched: use temporary variable for actions indexes by Dmytro Linkin · 5 years ago
  14. 2874c5f treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 by Thomas Gleixner · 6 years ago
  15. 8cb0817 netlink: make validation more configurable for future strictness by Johannes Berg · 6 years ago
  16. f5c29d8 net/sched: act_csum: validate the control action inside init() by Davide Caratti · 6 years ago
  17. 85d0966 net/sched: prepare TC actions to properly validate the control action by Davide Caratti · 6 years ago
  18. 2ecba2d net: sched: act_csum: Fix csum calc for tagged packets by Eli Britstein · 6 years ago
  19. eddd2cf net: Change TCA_ACT_* to TCA_ID_* to match that of TCA_ID_POLICE by Eli Cohen · 6 years ago
  20. f061b48 Revert "net: sched: act: add extack for lookup callback" by Cong Wang · 6 years ago
  21. 97a3f84f net_sched: remove unnecessary ops->delete() by Cong Wang · 6 years ago
  22. 653cd28 net: sched: always disable bh when taking tcf_lock by Vlad Buslov · 6 years ago
  23. c831549 net: sched: act_sum method rename for grep-ability and consistency by Jamal Hadi Salim · 6 years ago
  24. b6a2b97 net: sched: act_csum: remove dependency on rtnl lock by Vlad Buslov · 6 years ago
  25. 7fd4b28 tc/act: remove unneeded RCU lock in action callback by Paolo Abeni · 6 years ago
  26. c4c5551 Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux by David S. Miller · 6 years ago
  27. 0190c1d net: sched: atomically check-allocate action by Vlad Buslov · 6 years ago
  28. 4e8ddd7 net: sched: don't release reference on action overwrite by Vlad Buslov · 6 years ago
  29. b409074 net: sched: add 'delete' function to action ops by Vlad Buslov · 6 years ago
  30. 789871b net: sched: implement unlocked action init API by Vlad Buslov · 6 years ago
  31. 036bb44 net: sched: change type of reference and bind counters by Vlad Buslov · 6 years ago
  32. 11a245e net/sched: act_csum: fix NULL dereference when 'goto chain' is used by Davide Caratti · 6 years ago
  33. 29e6eee net sched: Implemented get_fill_size routine for act_csum. by Craig Dillabaugh · 7 years ago
  34. 2f635ce net: Drop pernet_operations::async by Kirill Tkhai · 7 years ago
  35. 03fe2de Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  36. aab378a net/sched: fix NULL dereference in the error path of tcf_csum_init() by Davide Caratti · 7 years ago
  37. 1dd27cd net: use skb_is_gso_sctp() instead of open-coding by Daniel Axtens · 7 years ago
  38. 685ecfb net: Convert tc_action_net_init() and tc_action_net_exit() based pernet_operations by Kirill Tkhai · 7 years ago
  39. b362014 net: sched: act: handle extack in tcf_generic_walker by Alexander Aring · 7 years ago
  40. 4178010 net: sched: act: add extack for walk callback by Alexander Aring · 7 years ago
  41. 331a929 net: sched: act: add extack for lookup callback by Alexander Aring · 7 years ago
  42. 589dad6 net: sched: act: add extack to init callback by Alexander Aring · 7 years ago
  43. 9c5f69b net/sched: act_csum: don't use spinlock in the fast path by Davide Caratti · 7 years ago
  44. f6052cf net/sched: act_csum: use per-core statistics by Davide Caratti · 7 years ago
  45. 039af9c net_sched: switch to exit_batch for action pernet ops by Cong Wang · 7 years ago
  46. 0c19f846 net: accept UFO datagrams from tuntap and packet by Willem de Bruijn · 7 years ago
  47. c7e460c Revert "net_sched: hold netns refcnt for each action" by Cong Wang · 7 years ago
  48. ceffcc5 net_sched: hold netns refcnt for each action by Cong Wang · 7 years ago
  49. 65a206c net/sched: Change act_api and act_xxx modules to use IDR by Chris Mi · 7 years ago
  50. 880388a net: Remove all references to SKB_GSO_UDP. by David S. Miller · 7 years ago
  51. dba0030 net: use skb->csum_not_inet to identify packets needing crc32c by Davide Caratti · 8 years ago
  52. fceb643 netlink: pass extended ACK struct to parsing functions by Johannes Berg · 8 years ago
  53. add641e sched: act_csum: don't mangle TCP and UDP GSO packets by Davide Caratti · 8 years ago
  54. c008b33 net/sched: act_csum: compute crc32c on SCTP packets by Davide Caratti · 8 years ago
  55. c7d03a0 netns: make struct pernet_operations::id unsigned int by Alexey Dobriyan · 8 years ago
  56. 5a7a555 net sched: stylistic cleanups by Jamal Hadi Salim · 8 years ago
  57. a85a970 net_sched: move tc_action into tcf_common by WANG Cong · 8 years ago
  58. 48d8ee1 net sched actions: aggregate dumping of actions timeinfo by Jamal Hadi Salim · 9 years ago
  59. 53eb440 net sched actions: introduce timestamp for firsttime use by Jamal Hadi Salim · 9 years ago
  60. 9c4a4e4 net sched: actions use tcf_lastuse_update for consistency by Jamal Hadi Salim · 9 years ago
  61. 9854518e sched: align nlattr properly when needed by Nicolas Dichtel · 9 years ago
  62. ddf97cc net_sched: add network namespace support for tc actions by WANG Cong · 9 years ago
  63. 3697649 bpf: try harder on clones when writing into skb by Daniel Borkmann · 9 years ago
  64. 519c818 net: sched: add percpu stats to actions by Eric Dumazet · 9 years ago
  65. d8b9605 net: sched: fix skb->protocol use in case of accelerated vlan path by Jiri Pirko · 10 years ago
  66. 4f1e9d8 net_sched: act: move tcf_hashinfo_init() into tcf_register_action() by WANG Cong · 11 years ago
  67. a5b5c95 net_sched: act: refactor cleanup ops by WANG Cong · 11 years ago
  68. 8606203 net_sched: act: hide struct tcf_common from API by WANG Cong · 11 years ago
  69. c779f7a net_sched: act: fetch hinfo from a->ops->hinfo by WANG Cong · 11 years ago
  70. 671314a net_sched: act: remove capab from struct tc_action_ops by WANG Cong · 11 years ago
  71. ddafd34 net_sched: act: move idx_gen into struct tcf_hashinfo by WANG Cong · 11 years ago
  72. 56a4342 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  73. 1a29321 net_sched: act: Dont increment refcnt on replace by Jamal Hadi Salim · 11 years ago
  74. 568a153 net_sched: fix a regression in tc actions by WANG Cong · 11 years ago
  75. 369ba56 net_sched: init struct tcf_hashinfo at register time by WANG Cong · 11 years ago
  76. 651a649 net_sched: Use default action walker methods by Jamal Hadi Salim · 11 years ago
  77. 43c00dc net_sched: Use default action lookup functions by Jamal Hadi Salim · 11 years ago
  78. d14a489 act_csum: fix possible use after free by Eric Dumazet · 12 years ago
  79. c1b5273 pkt_sched: namespace aware act_mirred by Benjamin LaHaise · 12 years ago
  80. 1de5a71 ipv6: correct the ipv6 option name - Pad0 to Pad1 by Eldad Zack · 13 years ago
  81. 1b34ec4 pkt_sched: Stop using NLA_PUT*(). by David S. Miller · 13 years ago
  82. dc7f9f6 net: sched: constify tcf_proto and tc_action by Eric Dumazet · 13 years ago
  83. cc7ec45 net_sched: cleanups by Eric Dumazet · 14 years ago
  84. bfe0d02 net_sched: factorize qdisc stats handling by Eric Dumazet · 14 years ago
  85. 0eec32f net_sched: act_csum: coding style cleanup by Changli Gao · 14 years ago
  86. 2436243 net/sched: need to include net/ip6_checksum.h by Stephen Rothwell · 14 years ago
  87. eb4d406 net/sched: add ACT_CSUM action to update packets checksums by Grégoire Baron · 14 years ago