1. 3f649ab treewide: Remove uninitialized_var() usage by Kees Cook · 4 years, 7 months ago
  2. a1db217 net: flow_offload: fix flow_indr_dev_unregister path by wenxu · 4 years, 7 months ago
  3. 66f1939a flow_offload: use flow_indr_block_cb_alloc/remove function by wenxu · 4 years, 7 months ago
  4. 26f2eb2 flow_offload: add flow_indr_block_cb_alloc/remove function by wenxu · 4 years, 7 months ago
  5. 89dc685 net: flow_offload: remove indirect flow_block declarations leftover by Pablo Neira Ayuso · 4 years, 7 months ago
  6. 709ffbe net: remove indirect block netdev event registration by Pablo Neira Ayuso · 4 years, 7 months ago
  7. 1fac52d net: flow_offload: consolidate indirect flow_block infrastructure by Pablo Neira Ayuso · 4 years, 7 months ago
  8. 060b638 net: flow_offload: simplify hw stats check handling by Edward Cree · 4 years, 8 months ago
  9. 3793faa Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 8 months ago
  10. 16f8036 net: flow_offload: skip hw stats check for FLOW_ACTION_HW_STATS_DONT_CARE by Pablo Neira Ayuso · 4 years, 8 months ago
  11. d29bdd6 net: schedule: add action gate offloading by Po Liu · 4 years, 8 months ago
  12. d9679cd Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 4 years, 9 months ago
  13. 93a129e net: sched: expose HW stats types per action used by drivers by Jiri Pirko · 4 years, 9 months ago
  14. 133a2fe5 netfilter: flowtable: Fix incorrect tc_setup_type type by wenxu · 4 years, 10 months ago
  15. 1f40be6 net: flow_offload.h: Fix a comment at flow_action_entry.mangle by Petr Machata · 4 years, 9 months ago
  16. 0dfb2d8 net: sched: rename more stats_types by Jakub Kicinski · 4 years, 10 months ago
  17. 2ce1241 net: tc_skbedit: Make the skbedit priority offloadable by Petr Machata · 4 years, 10 months ago
  18. 53eca1f net: rename flow_action_hw_stats_types* -> flow_action_hw_stats* by Jakub Kicinski · 4 years, 10 months ago
  19. ee1c45e flow_offload: Add flow_match_ct to get rule ct match by Paul Blakey · 4 years, 10 months ago
  20. edd5861 net/sched: act_ct: Enable hardware offload of flow table entires by Paul Blakey · 4 years, 10 months ago
  21. 30b0cf9 net/sched: act_ct: Support restoring conntrack info on skbs by Paul Blakey · 4 years, 10 months ago
  22. 9c26ba9 net/sched: act_ct: Instantiate flow table entry actions by Paul Blakey · 4 years, 10 months ago
  23. a16fa28 flow_offload: restrict driver to pass one allowed bit to flow_action_hw_stats_types_check() by Jiri Pirko · 4 years, 10 months ago
  24. 42d5fe5 flow_offload: turn hw_stats_type into dedicated enum by Jiri Pirko · 4 years, 10 months ago
  25. a393daa flow_offload: fix allowed types check by Jiri Pirko · 4 years, 10 months ago
  26. 62751b6 flow_offload: use flow_action_for_each in flow_action_mixed_hw_stats_types_check() by Jiri Pirko · 4 years, 10 months ago
  27. d7cb1e3 flow_offload: introduce "disabled" HW stats type and allow it in mlxsw by Jiri Pirko · 4 years, 10 months ago
  28. 4885547 flow_offload: introduce "delayed" HW stats type and allow it in mlx5 by Jiri Pirko · 4 years, 10 months ago
  29. d60d7ed flow_offload: introduce "immediate" HW stats type and allow it in mlxsw by Jiri Pirko · 4 years, 10 months ago
  30. 319a1d1 flow_offload: check for basic action hw stats type by Jiri Pirko · 4 years, 10 months ago
  31. 2514921 flow_offload: Introduce offload of HW stats type by Jiri Pirko · 4 years, 10 months ago
  32. 8661b6e net: flow_offload: Replace zero-length array with flexible-array member by Gustavo A. R. Silva · 4 years, 10 months ago
  33. 2008495 flow_offload: pass action cookie through offload structures by Jiri Pirko · 4 years, 11 months ago
  34. dbad340 net: core: rename indirect block ingress cb function by John Hurley · 5 years ago
  35. 1158958 net: sched: extend flow_action_entry with destructor by Vlad Buslov · 5 years ago
  36. c9f1447 net: sched: add API for registering unlocked offload block callbacks by Vlad Buslov · 5 years ago
  37. 7a97875 net/mlx5e: Add tc flower tracepoints by Dmytro Linkin · 6 years ago
  38. 1150ab0 flow_offload: support get multi-subsystem block by wenxu · 5 years ago
  39. 4e48190 flow_offload: move tc indirect block to flow offload by wenxu · 5 years ago
  40. 48e584a net: sched: add ingress mirred action to hardware IR by John Hurley · 5 years ago
  41. fb1b775 net: sched: add skbedit of ptype action to hardware IR by John Hurley · 5 years ago
  42. 6749d590 net: sched: include mpls actions in hardware intermediate representation by John Hurley · 5 years ago
  43. 14bfb13 net: flow_offload: add flow_block structure and use it by Pablo Neira Ayuso · 5 years ago
  44. a732331 net: flow_offload: rename tc_setup_cb_t to flow_setup_cb_t by Pablo Neira Ayuso · 5 years ago
  45. 0c7294d net: flow_offload: remove netns parameter from flow_block_cb_alloc() by Pablo Neira Ayuso · 5 years ago
  46. f9e3008 net: flow_offload: rename tc_cls_flower_offload to flow_cls_offload by Pablo Neira Ayuso · 5 years ago
  47. 0d4fd02 net: flow_offload: add flow_block_cb_is_busy() and use it by Pablo Neira Ayuso · 5 years ago
  48. 955bcb6 drivers: net: use flow block API by Pablo Neira Ayuso · 5 years ago
  49. 67bd0d5 net: flow_offload: add flow_block_cb_{priv, incref, decref}() by Pablo Neira Ayuso · 5 years ago
  50. da3eeb9 net: flow_offload: add list handling functions by Pablo Neira Ayuso · 5 years ago
  51. d63db30 net: flow_offload: add flow_block_cb_alloc() and flow_block_cb_free() by Pablo Neira Ayuso · 5 years ago
  52. 32f8c40 net: flow_offload: rename TCF_BLOCK_BINDER_TYPE_* to FLOW_BLOCK_BINDER_TYPE_* by Pablo Neira Ayuso · 5 years ago
  53. 9c0e189 net: flow_offload: rename TC_BLOCK_{UN}BIND to FLOW_BLOCK_{UN}BIND by Pablo Neira Ayuso · 5 years ago
  54. 4e95bc2 net: flow_offload: add flow_block_cb_setup_simple() by Pablo Neira Ayuso · 5 years ago
  55. b57dc7c net/sched: Introduce action ct by Paul Blakey · 5 years ago
  56. 9558a83 net: flow_offload: implement support for meta key by Jiri Pirko · 6 years ago
  57. fa85999 flow_offload: include linux/kernel.h from flow_offload.h by Edward Cree · 6 years ago
  58. bae9ed6 flow_offload: support CVLAN match by Edward Cree · 6 years ago
  59. 8c8cfc6 net/sched: add police action to the hardware intermediate representation by Pieter Jansen van Vuuren · 6 years ago
  60. ab79af3 mlxsw: use intermediate representation for matchall offload by Pieter Jansen van Vuuren · 6 years ago
  61. a7a7be6 net/sched: add sample action to the hardware intermediate representation by Pieter Jansen van Vuuren · 6 years ago
  62. 9f9dc49 flow_offload: fix block stats by John Hurley · 6 years ago
  63. 6663cf8 flow_offload: Fix flow action infrastructure by Eli Britstein · 6 years ago
  64. 8bec283 flow_offload: add wake-up-on-lan and queue to flow_action by Pablo Neira Ayuso · 6 years ago
  65. 3b1903e flow_offload: add statistics retrieval infrastructure and use it by Pablo Neira Ayuso · 6 years ago
  66. e3ab786 flow_offload: add flow action infrastructure by Pablo Neira Ayuso · 6 years ago
  67. 8f25662 flow_offload: add flow_rule and flow_match structures and use them by Pablo Neira Ayuso · 6 years ago