1. 99ea152 Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 4 years, 5 months ago
  2. 3f649ab treewide: Remove uninitialized_var() usage by Kees Cook · 4 years, 7 months ago
  3. d7bf2eb sched: consistently handle layer3 header accesses in the presence of VLANs by Toke Høiland-Jørgensen · 4 years, 6 months ago
  4. 2874c5f treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 by Thomas Gleixner · 6 years ago
  5. 8cb0817 netlink: make validation more configurable for future strictness by Johannes Berg · 6 years ago
  6. ae0be8d netlink: make nla_nest_start() add NLA_F_NESTED flag by Michal Kubecek · 6 years ago
  7. 1421510 net_sched: initialize net pointer inside tcf_exts_init() by Cong Wang · 6 years ago
  8. 12db03b net: sched: extend proto ops to support unlocked classifiers by Vlad Buslov · 6 years ago
  9. ec6743a net: sched: track rtnl lock status when validating extensions by Vlad Buslov · 6 years ago
  10. aaa908f net_sched: switch to rcu_work by Cong Wang · 7 years ago
  11. 715df5e net: sched: propagate extack to cls->destroy callbacks by Jakub Kicinski · 7 years ago
  12. 571acf2 net: sched: cls: add extack support for delete callback by Alexander Aring · 7 years ago
  13. 50a5619 net: sched: cls: add extack support for tcf_exts_validate by Alexander Aring · 7 years ago
  14. 7306db3 net: sched: cls: add extack support for change callback by Alexander Aring · 7 years ago
  15. f36fe1c net: sched: introduce block mechanism to handle netif_keep_dst calls by Jiri Pirko · 7 years ago
  16. 4dc6758 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  17. 22f7cec cls_flow: use tcf_exts_get_net() before call_rcu() by Cong Wang · 7 years ago
  18. e1ea2f9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  19. 94cdb47 net_sched: use tcf_queue_work() in flow filter by Cong Wang · 7 years ago
  20. cdeabbb net: sched: Convert timers to use timer_setup() by Kees Cook · 7 years ago
  21. 1abf272 net: sched: tcindex, fw, flow: use tcf_block_q helper to get struct Qdisc by Jiri Pirko · 7 years ago
  22. 8113c09 net_sched: use void pointer for filter handle by WANG Cong · 7 years ago
  23. c09fc2e net: sched: cls_flow: no need to call tcf_exts_change for newly allocated struct by Jiri Pirko · 7 years ago
  24. 4ebc1e3 net: sched: remove unneeded tcf_em_tree_change by Jiri Pirko · 7 years ago
  25. 763dbf6 net_sched: move the empty tp check from ->destroy() to ->delete() by WANG Cong · 8 years ago
  26. fceb643 netlink: pass extended ACK struct to parsing functions by Johannes Berg · 8 years ago
  27. 3b1af93 net_sched: use setup_deferrable_timer by Geliang Tang · 8 years ago
  28. cb9c683 skbuff: add and use skb_nfct helper by Florian Westphal · 8 years ago
  29. d936377 net, sched: respect rcu grace period on cls destruction by Daniel Borkmann · 8 years ago
  30. 5a7a555 net sched: stylistic cleanups by Jamal Hadi Salim · 8 years ago
  31. 0013de3 net: sched: use IS_ENABLED() instead of checking for built-in or module by Javier Martinez Canillas · 8 years ago
  32. b9a24bb net_sched: properly handle failure case of tcf_exts_init() by WANG Cong · 8 years ago
  33. 743b2a6 sched: cls_flow: use skb_to_full_sk() helper by Eric Dumazet · 9 years ago
  34. cd79a23 flow_dissector: Add flags argument to skb_flow_dissector functions by Tom Herbert · 9 years ago
  35. 32b2f4b sched: cls_flow: fix panic on filter replace by Daniel Borkmann · 9 years ago
  36. c3f8324 net: Add full IPv6 addresses to flow_keys by Tom Herbert · 10 years ago
  37. 59346af flow_dissector: change port array into src, dst tuple by Jiri Pirko · 10 years ago
  38. 06635a3 flow_dissect: use programable dissector in skb_flow_dissect and friends by Jiri Pirko · 10 years ago
  39. 1bd758e net: change name of flow_dissector header to match the .c file name by Jiri Pirko · 10 years ago
  40. 1e052be net_sched: destroy proto tp when all filters are gone by Cong Wang · 10 years ago
  41. d8b9605 net: sched: fix skb->protocol use in case of accelerated vlan path by Jiri Pirko · 10 years ago
  42. 6ea3b44 net: sched: cls: use nla_nest_cancel instead of nlmsg_trim by Jiri Pirko · 10 years ago
  43. 57d743a net: sched: cls: remove unused op put from tcf_proto_ops by Jiri Pirko · 10 years ago
  44. 2f8a296 net_sched: cls_flow: remove duplicate assignments by Jiri Pirko · 10 years ago
  45. 6a659cd net_sched: cls_flow: remove faulty use of list_for_each_entry_rcu by Jiri Pirko · 10 years ago
  46. 0287587 net: better IFF_XMIT_DST_RELEASE support by Eric Dumazet · 10 years ago
  47. 82a470f net: sched: remove tcf_proto from ematch calls by John Fastabend · 10 years ago
  48. 18d0264 net_sched: remove the first parameter from tcf_exts_destroy() by WANG Cong · 10 years ago
  49. 70da9f0 net: sched: cls_flow use RCU by John Fastabend · 10 years ago
  50. 2f7ef2f sched, cls: check if we could overwrite actions when changing a filter by Cong Wang · 11 years ago
  51. 832d1d5 net_sched: add struct net pointer to tcf_proto_ops->dump by WANG Cong · 11 years ago
  52. 5da57f4 net_sched: cls: refactor out struct tcf_ext_map by WANG Cong · 11 years ago
  53. 33be627 net_sched: act: use standard struct list_head by WANG Cong · 11 years ago
  54. 3958afa1b net: Change skb_get_rxhash to skb_get_hash by Tom Herbert · 11 years ago
  55. e32123e netlink: rename ssk to sk in struct netlink_skb_params by Patrick McHardy · 12 years ago
  56. c1b5273 pkt_sched: namespace aware act_mirred by Benjamin LaHaise · 12 years ago
  57. a6c6796 userns: Convert cls_flow to work with user namespaces enabled by Eric W. Biederman · 13 years ago
  58. af4c664 net sched: Pass the skb into change so it can access NETLINK_CB by Eric W. Biederman · 13 years ago
  59. 1b34ec4 pkt_sched: Stop using NLA_PUT*(). by David S. Miller · 13 years ago
  60. 3a53943 cls_flow: remove one dynamic array by Eric Dumazet · 13 years ago
  61. 6bd2a9a cls_flow: use skb_flow_dissect() by Eric Dumazet · 13 years ago
  62. 3a9a231 net: Fix files explicitly needing to include module.h by Paul Gortmaker · 14 years ago
  63. 859c201 net_sched: cls_flow: use skb_header_pointer() by Eric Dumazet · 13 years ago
  64. dc7f9f6 net: sched: constify tcf_proto and tc_action by Eric Dumazet · 13 years ago
  65. 56f8a75 ip: introduce ip_is_fragment helper inline function by Paul Gortmaker · 14 years ago
  66. a07aa00 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-next-2.6 by David S. Miller · 14 years ago
  67. cc7ec45 net_sched: cleanups by Eric Dumazet · 14 years ago
  68. c7066f7 netfilter: fix Kconfig dependencies by Patrick McHardy · 14 years ago
  69. 739a91e net_sched: cls_flow: add key rxhash by Changli Gao · 14 years ago
  70. 78d3307 net_sched: cls_flow: use proto_ports_offset() to support AH message by Changli Gao · 14 years ago
  71. 4b95c3d cls_flow: add sanity check for the packet length by Changli Gao · 14 years ago
  72. 3fa21e0 net: Remove unnecessary returns from void function()s by Joe Perches · 15 years ago
  73. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
  74. 8964be4 net: rename skb->iif to skb->skb_iif by Eric Dumazet · 15 years ago
  75. adf3090 net: skb->dst accessors by Eric Dumazet · 16 years ago
  76. d76b0d9 CRED: Use creds in file structs by David Howells · 16 years ago
  77. 6067804 net: Use hton[sl]() instead of __constant_hton[sl]() where applicable by Arnaldo Carvalho de Melo · 16 years ago
  78. 72d9794 net-sched: cls_flow: add perturbation support by Patrick McHardy · 16 years ago
  79. 9ec1381 [NET_SCHED]: cls_flow: support classification based on VLAN tag by Patrick McHardy · 17 years ago
  80. 4f25049 [NET_SCHED]: cls_flow: fix key mask validity check by Patrick McHardy · 17 years ago
  81. 0aead54 [NET_SCHED]: Add #ifdef CONFIG_NET_EMATCH in net/sched/cls_flow.c (latest git broken build) by Rami Rosen · 17 years ago
  82. e5dfb81 [NET_SCHED]: Add flow classifier by Patrick McHardy · 17 years ago