1. 9fd235f sched: consistently handle layer3 header accesses in the presence of VLANs by Toke Høiland-Jørgensen · 4 years, 4 months ago
  2. 24b0fc7 net: sched: correct flower port blocking by Jason Baron · 4 years, 8 months ago
  3. e2eb6f2 net/sched: flower: add missing validation of TCA_FLOWER_FLAGS by Davide Caratti · 4 years, 8 months ago
  4. 9f7a328 net_sched: fix ops->bind_class() implementations by Cong Wang · 4 years, 9 months ago
  5. 275a2c0 net: sched: flower: insert new filter to idr after setting its mask by Vlad Buslov · 6 years ago
  6. 84bf743 net/sched: cls_flower: allocate mask dynamically in fl_change() by Ivan Vecera · 6 years ago
  7. ed25a20 net: sched: cls_flower: validate nested enc_opts_policy to avoid warning by Jakub Kicinski · 6 years ago
  8. 9ca6163 net: sched: cls_flower: set correct offload data in fl_reoffload by Vlad Buslov · 6 years ago
  9. 0a6e777 net/sched: allow flower to match tunnel options by Pieter Jansen van Vuuren · 6 years ago
  10. 1cbc36a net: sched: cls_flower: Fix an error code in fl_tmplt_create() by Dan Carpenter · 6 years ago
  11. 158abbf net/sched: cls_flower: Use correct inline function for assignment of vlan tpid by Jianbo Liu · 6 years ago
  12. 3473845 net: sched: cls_flower: propagate chain teplate creation and destruction to drivers by Jiri Pirko · 6 years ago
  13. b95ec7e net: sched: cls_flower: implement chain templates by Jiri Pirko · 6 years ago
  14. 33fb5cb net: sched: cls_flower: change fl_init_dissector to accept mask and dissector by Jiri Pirko · 6 years ago
  15. f574908 net: sched: cls_flower: move key/mask dumping into a separate function by Jiri Pirko · 6 years ago
  16. 0e2c17b net/sched: cls_flower: Support matching on ip tos and ttl for tunnels by Or Gerlitz · 6 years ago
  17. 01683a1 net: sched: refactor flower walk to iterate over idr by Vlad Buslov · 6 years ago
  18. 5e9a0fe net/sched: flower: Fix null pointer dereference when run tc vlan command by Jianbo Liu · 6 years ago
  19. d64efd0 net/sched: flower: Add supprt for matching on QinQ vlan headers by Jianbo Liu · 6 years ago
  20. d306951 net/sched: flower: Dump the ethertype encapsulated in vlan by Jianbo Liu · 6 years ago
  21. aaab083 net/sched: flower: Add support for matching on vlan ethertype by Jianbo Liu · 6 years ago
  22. 31533cb net: sched: cls_flower: implement offload tcf_proto_op by John Hurley · 6 years ago
  23. 44a5cd4 cls_flower: fix use after free in flower S/W path by Paolo Abeni · 6 years ago
  24. f6521c5 cls_flower: Fix comparing of old filter mask with new filter by Paul Blakey · 6 years ago
  25. de9dc65 cls_flower: Fix missing free of rhashtable by Paul Blakey · 6 years ago
  26. 9c54aeb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  27. 8258d2d cls_flower: Fix incorrect idr release when failing to modify rule by Paul Blakey · 6 years ago
  28. aaa908f net_sched: switch to rcu_work by Cong Wang · 6 years ago
  29. 05cd271 cls_flower: Support multiple masks per priority by Paul Blakey · 6 years ago
  30. 459d153 net/sched: cls_flower: Add support to handle first frag as match field by Pieter Jansen van Vuuren · 7 years ago
  31. 85bd043 cls_flower: Convert to idr_alloc_u32 by Matthew Wilcox · 7 years ago
  32. 322d884 idr: Delete idr_find_ext function by Matthew Wilcox · 7 years ago
  33. 234a462 idr: Delete idr_replace_ext function by Matthew Wilcox · 7 years ago
  34. 9c16094 idr: Delete idr_remove_ext function by Matthew Wilcox · 7 years ago
  35. 1b0f803 cls_flower: propagate extack to delete callback by Jakub Kicinski · 7 years ago
  36. ea20594 cls_flower: pass offload flags to tc_cls_common_offload_init() by Jakub Kicinski · 7 years ago
  37. 34832e1 net: sched: prepare for reimplementation of tc_cls_common_offload_init() by Jakub Kicinski · 7 years ago
  38. 715df5e net: sched: propagate extack to cls->destroy callbacks by Jakub Kicinski · 7 years ago
  39. 8f0b425 net: sched: add extack support for offload via tc_cls_common_offload by Quentin Monnet · 7 years ago
  40. 4100203 net: sched: cls_flower: propagate extack support for filter offload by Quentin Monnet · 7 years ago
  41. 1057c55 net: sched: cls: add extack support for tcf_change_indev by Alexander Aring · 7 years ago
  42. 571acf2 net: sched: cls: add extack support for delete callback by Alexander Aring · 7 years ago
  43. 50a5619 net: sched: cls: add extack support for tcf_exts_validate by Alexander Aring · 7 years ago
  44. 7306db3 net: sched: cls: add extack support for change callback by Alexander Aring · 7 years ago
  45. caa7260 net: sched: keep track of offloaded filters and check tc offload feature by Jiri Pirko · 7 years ago
  46. 62b3237 flow_dissector: dissect tunnel info outside __skb_flow_dissect() by Simon Horman · 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. 0dadc11 cls_flower: use tcf_exts_get_net() before call_rcu() by Cong Wang · 7 years ago
  49. 384c181 net: sched: Identify hardware traffic classes using classid by Amritha Nambiar · 7 years ago
  50. e1ea2f9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  51. 0552c8a net_sched: use tcf_queue_work() in flower filter by Cong Wang · 7 years ago
  52. 8d26d56 net: sched: avoid ndo_setup_tc calls for TC_SETUP_CLS* by Jiri Pirko · 7 years ago
  53. 208c0f4 net: sched: use tc_setup_cb_call to call per-block callbacks by Jiri Pirko · 7 years ago
  54. c019b51 net/sched: cls_flower: Set egress_dev mark when calling into the HW driver by Or Gerlitz · 7 years ago
  55. 717503b net: sched: convert cls_flower->egress_dev users to tc_setup_cb_egdev infra by Jiri Pirko · 7 years ago
  56. a38402b flow_dissector: dissect tunnel info by Simon Horman · 7 years ago
  57. fe2502e net_sched: remove cls_flower idr on failure by Cong Wang · 7 years ago
  58. 07d79fc net_sched: add reverse binding for tc class by Cong Wang · 7 years ago
  59. c15ab23 net/sched: Change cls_flower to use IDR by Chris Mi · 7 years ago
  60. d978db8 net: sched: cls_flower: fix ndo_setup_tc type for stats call by Jiri Pirko · 7 years ago
  61. 7b06e8a net: sched: remove cops->tcf_cl_offload by Jiri Pirko · 7 years ago
  62. 8113c09 net_sched: use void pointer for filter handle by WANG Cong · 7 years ago
  63. de4784c net: sched: get rid of struct tc_to_netdev by Jiri Pirko · 7 years ago
  64. d7c1c8d net: sched: move prio into cls_common by Jiri Pirko · 7 years ago
  65. 5fd9fc4 net: sched: push cls related args into cls_common structure by Jiri Pirko · 7 years ago
  66. 3e0e826 net: sched: make egress_dev flag part of flower offload struct by Jiri Pirko · 7 years ago
  67. 2572ac5 net: sched: make type an argument for ndo_setup_tc by Jiri Pirko · 7 years ago
  68. 4550752 net: sched: cls_flower: no need to call tcf_exts_change for newly allocated struct by Jiri Pirko · 7 years ago
  69. a5fcf8a net: propagate tc filter chain index down the ndo_setup_tc call by Jiri Pirko · 7 years ago
  70. 4d80cc0 net/sched: cls_flower: add support for matching on ip tos and ttl by Or Gerlitz · 7 years ago
  71. fdfc7dd net/sched: flower: add support for matching on tcp flags by Jiri Pirko · 7 years ago
  72. 1a7fca6 flower: check unused bits in MPLS fields by Benjamin LaHaise · 7 years ago
  73. a577d8f cls_flower: add support for matching MPLS fields (v2) by Benjamin LaHaise · 8 years ago
  74. 763dbf6 net_sched: move the empty tp check from ->destroy() to ->delete() by WANG Cong · 8 years ago
  75. fceb643 netlink: pass extended ACK struct to parsing functions by Johannes Berg · 8 years ago
  76. 5559396 net/sched: cls_flower: Reflect HW offload status by Or Gerlitz · 8 years ago
  77. 749e672 net/sched: cls_flower: Properly handle classifier flags dumping by Or Gerlitz · 8 years ago
  78. 69ca05c sched: cls_flower: expose priority to offloading netdevice by Jiri Pirko · 8 years ago
  79. e216015 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  80. 040587a net/sched: cls_flower: Correct matching on ICMPv6 code by Simon Horman · 8 years ago
  81. 39b7b6a net/sched: cls_flower: reduce fl_change stack size by Arnd Bergmann · 8 years ago
  82. a3308d8 net/sched: cls_flower: Disallow duplicate internal elements by Paul Blakey · 8 years ago
  83. 99d3132 net/sched: cls_flower: Support matching on ARP by Simon Horman · 8 years ago
  84. 0df0f20 net/sched: cls_flower: Fix missing addr_type in classify by Paul Blakey · 8 years ago
  85. d972477 net/sched: cls_flower: Mandate mask when matching on flags by Or Gerlitz · 8 years ago
  86. f93bd17 net/sched: cls_flower: Use masked key when calling HW offloads by Paul Blakey · 8 years ago
  87. 970bfcd net/sched: cls_flower: Use mask for addr_type by Paul Blakey · 8 years ago
  88. 7b68488 net/sched: cls_flower: Support matching on ICMP type and code by Simon Horman · 8 years ago
  89. faa3ffc net/sched: cls_flower: Add support for matching on flags by Or Gerlitz · 8 years ago
  90. a6e1693 net/sched: cls_flower: Set the filter Hardware device for all use-cases by Hadar Hen Zion · 8 years ago
  91. 2745529 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  92. 7091d8c net/sched: cls_flower: Add offload support using egress Hardware device by Hadar Hen Zion · 8 years ago
  93. 3036dab net/sched: cls_flower: Provide a filter to replace/destroy hardware filter functions by Hadar Hen Zion · 8 years ago
  94. 7968521 net/sched: cls_flower: Try to offload only if skip_hw flag isn't set by Hadar Hen Zion · 8 years ago
  95. 725cbb62 sched: cls_flower: remove from hashtable only in case skip sw flag is not set by Jiri Pirko · 8 years ago
  96. d936377 net, sched: respect rcu grace period on cls destruction by Daniel Borkmann · 8 years ago
  97. f4d997f net/sched: cls_flower: Add UDP port to tunnel parameters by Hadar Hen Zion · 8 years ago
  98. 519d105 net/sched: cls_flower: Allow setting encapsulation fields as used key by Hadar Hen Zion · 8 years ago
  99. 5976c5f net/sched: cls_flower: Support matching on SCTP ports by Simon Horman · 8 years ago
  100. 13fa876 net/sched: cls_flower: merge filter delete/destroy common code by Roi Dayan · 8 years ago