- 5a99590 flow_offload: add index to flow_action_entry structure by Baowen Zheng · 3 years, 1 month ago
- ada066b net: sched: act_mirred: add net device refcount tracker by Eric Dumazet · 3 years, 1 month ago
- 9c5eee0a net/sched: act_vlan: Fix modify to allow 0 by Boris Sukholitko · 3 years, 8 months ago
- 2ffe039 net/sched: act_police: add support for packet-per-second policing by Baowen Zheng · 3 years, 10 months ago
- 2566015 flow_offload: add support for packet-per-second policing by Xingfeng Hu · 3 years, 10 months ago
- 2295cdd Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 4 years, 3 months ago
- d086a1c net: sched: Fix suspicious RCU usage while accessing tcf_tunnel_info by Leon Romanovsky · 4 years, 3 months ago
- 19fbcb3 net/sched: act_vlan: Add {POP,PUSH}_ETH actions by Guillaume Nault · 4 years, 3 months ago
- 5f035af net:qos: police action offloading parameter 'burst' change to the original value by Po Liu · 4 years, 7 months ago
- 19e528d net: qos: add tc police offloading action with max frame size limit by Po Liu · 4 years, 7 months ago
- 762f926 net/sched: act_ct: Make tcf_ct_flow_table_restore_skb inline by Alaa Hleihel · 4 years, 7 months ago
- d29bdd6 net: schedule: add action gate offloading by Po Liu · 4 years, 9 months ago
- a51c328 net: qos: introduce a gate control flow action by Po Liu · 4 years, 9 months ago
- 2ce1241 net: tc_skbedit: Make the skbedit priority offloadable by Petr Machata · 4 years, 10 months ago
- fe93f0b net: tc_skbedit: Factor a helper out of is_tcf_skbedit_{mark, ptype}() by Petr Machata · 4 years, 10 months ago
- 3ebaf6d net: sched: Do not assume RTNL is held in tunnel key action helpers by Ido Schimmel · 4 years, 10 months ago
- edd5861 net/sched: act_ct: Enable hardware offload of flow table entires by Paul Blakey · 4 years, 10 months ago
- 30b0cf9 net/sched: act_ct: Support restoring conntrack info on skbs by Paul Blakey · 4 years, 10 months ago
- c34b961 net/sched: act_ct: Create nf flow table per zone by Paul Blakey · 4 years, 11 months ago
- 107f2d5 net: sched: refactor ct action helpers to require tcf_lock by Vlad Buslov · 5 years ago
- 487e958 net: sched: refactor police action helpers to require tcf_lock by Vlad Buslov · 5 years ago
- 7a47281 net: sched: lock action when translating it to flow_action infra by Vlad Buslov · 5 years ago
- 4a5da47 net: sched: take reference to psample group in flow_action infra by Vlad Buslov · 5 years ago
- 1444c17 net: sched: copy tunnel info when setting flow_action entry->tunnel by Vlad Buslov · 5 years ago
- 13dfb3f Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
- d7609c9 net: tc_act: add helpers to detect ingress mirred actions by John Hurley · 5 years ago
- 77feb4e net: tc_act: add skbedit_ptype helper functions by John Hurley · 5 years ago
- 67cbf7d net: sched: sample: allow accessing psample_group with rtnl by Vlad Buslov · 5 years ago
- c4bd486 net: sched: police: allow accessing police->params with rtnl by Vlad Buslov · 5 years ago
- 6749d590 net: sched: include mpls actions in hardware intermediate representation by John Hurley · 5 years ago
- b57dc7c net/sched: Introduce action ct by Paul Blakey · 6 years ago
- 2a2ea50 net: sched: add mpls manipulation actions to TC by John Hurley · 6 years ago
- 16e5a26 net: sched: act_ctinfo: tidy UAPI definition by Kevin Darbyshire-Bryant · 6 years ago
- a6cdeeb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
- 9952f69 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 201 by Thomas Gleixner · 6 years ago
- 2874c5f treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 by Thomas Gleixner · 6 years ago
- 24ec483 net: sched: Introduce act_ctinfo action by Kevin 'ldir' Darbyshire-Bryant · 6 years ago
- fa762da net/sched: move police action structures to header by Pieter Jansen van Vuuren · 6 years ago
- a130f9b net: tc_act: drop include of module.h from tc_ife.h by Paul Gortmaker · 6 years ago
- fe384e2 net/sched: don't dereference a->goto_chain to read the chain index by Davide Caratti · 6 years ago
- eddd2cf net: Change TCA_ACT_* to TCA_ID_* to match that of TCA_ID_POLICE by Eli Cohen · 6 years ago
- c4c5551 Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux by David S. Miller · 6 years ago
- c749cdd net/sched: act_skbedit: don't use spinlock in the data path by Davide Caratti · 7 years ago
- 38230a3 net/sched: act_tunnel_key: fix NULL dereference when 'goto chain' is used by Davide Caratti · 7 years ago
- 11a245e net/sched: act_csum: fix NULL dereference when 'goto chain' is used by Davide Caratti · 7 years ago
- d020d45 net sched actions: fix coding style in pedit headers by Roman Mashak · 7 years ago
- 9c5f69b net/sched: act_csum: don't use spinlock in the fast path by Davide Caratti · 7 years ago
- 9f8a739 act_mirred: get rid of tcfm_ifindex from struct tcf_mirred by Cong Wang · 7 years ago
- 90a6ec8 act_sample: get rid of tcf_sample_cleanup_rcu() by Cong Wang · 7 years ago
- 4c5b9d9 act_vlan: VLAN action rewrite to use RCU lock/unlock and update by Manish Kurup · 7 years ago
- 2a17178 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
- b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
- aa9fd9a sched: act: ife: update parameters via rcu handling by Alexander Aring · 7 years ago
- 8f04748 net sched actions: change IFE modules alias names by Roman Mashak · 7 years ago
- 843e79d net: sched: make tc_action_ops->get_dev return dev and avoid passing net by Jiri Pirko · 7 years ago
- 3b8e923 net: sched: introduce helper to identify gact pass action by Jiri Pirko · 7 years ago
- e457d86 net: sched: add couple of goto_chain helpers by Jiri Pirko · 7 years ago
- 5a4d1fe net: sched: introduce helper to identify gact trap action by Jiri Pirko · 8 years ago
- 3aa4266 net/sched: act_csum: Add accessors for offloading drivers by Or Gerlitz · 8 years ago
- 91e91be net/sched: Removed unused vlan actions definition by Or Gerlitz · 8 years ago
- ffe2e21 net/sched: Add accessor functions to pedit keys for offloading drivers by Or Gerlitz · 8 years ago
- a150201 mlxsw: spectrum: Add support for vlan modify TC action by Petr Machata · 8 years ago
- 853a14b net/act_pedit: Introduce 'add' operation by Amir Vadai · 8 years ago
- 71d0ed7 net/act_pedit: Support using offset relative to the conventional network headers by Amir Vadai · 8 years ago
- 295a6e0 net/sched: act_ife: Change to use ife module by Yotam Gigi · 8 years ago
- 1d5e7c8 net/sched: act_ife: Unexport ife_tlv_meta_encode by Yotam Gigi · 8 years ago
- 5c5670f net/sched: Introduce sample tc action by Yotam Gigi · 8 years ago
- 9ce183b net/sched: act_tunnel_key: add helper inlines to access tcf_tunnel_key by Hadar Hen Zion · 8 years ago
- 4fe77d8 skbedit: allow the user to specify bitmask for mark by Antonio Quartulli · 8 years ago
- 5724b8b net/sched: tc_mirred: Rename public predicates 'is_tcf_mirred_redirect' and 'is_tcf_mirred_mirror' by Shmulik Ladkani · 8 years ago
- 1657792 net/sched: act_mirred: Rename tcfm_ok_push to tcfm_mac_header_xmit and make it a bool by Shmulik Ladkani · 8 years ago
- 53e8994 net_sched: act_vlan: add helper inlines to access tcf_vlan info by Or Gerlitz · 8 years ago
- 6a5d58b net sched ife action: add 16 bit helpers by Jamal Hadi Salim · 8 years ago
- 86da71b net_sched: Introduce skbmod action by Jamal Hadi Salim · 8 years ago
- d0f6dd8 net/sched: Introduce act_tunnel_key by Amir Vadai · 8 years ago
- 956af37 net_sched: act_vlan: Add priority option by Hadar Hen Zion · 8 years ago
- ec0595c net_sched: get rid of struct tcf_common by WANG Cong · 8 years ago
- a85a970 net_sched: move tc_action into tcf_common by WANG Cong · 8 years ago
- 56a2068 net/sched: act_mirred: Add helper inlines to access tcf_mirred info. by Yotam Gigi · 8 years ago
- ff202ee net sched actions: skbedit add support for mod-ing skb pkt_type by Jamal Hadi Salim · 9 years ago
- ee58b57 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
- 067a7cd act_ife: only acquire tcf_lock for existing actions by WANG Cong · 9 years ago
- 0b0f43f net sched: indentation and other OCD stylistic fixes by Jamal Hadi Salim · 9 years ago
- 229d285 net_sched: act_mirred: add helper inlines to access tcf_mirred info by Sridhar Samudrala · 9 years ago
- 519afb181 net/act_skbedit: Utility functions for mark action by Amir Vadai · 9 years ago
- 00175ae net/sched: Macro instead of CONFIG_NET_CLS_ACT ifdef by Amir Vadai · 9 years ago
- ef6980b6 introduce IFE action by Jamal Hadi Salim · 9 years ago
- 3b01cf5 net: tc: helper functions to query action types by John Fastabend · 9 years ago
- a4ffe31 act_connmark: Remember the struct net instead of guessing it. by Eric W. Biederman · 9 years ago
- cff8245 net_sched: act_bpf: remove spinlock in fast path by Alexei Starovoitov · 9 years ago
- 2ee22a9 net_sched: act_mirred: remove spinlock in fast path by Eric Dumazet · 10 years ago
- cc6510a net_sched: act_gact: use a separate packet counters for gact_determ() by Eric Dumazet · 10 years ago
- a8cb5f5 act_bpf: add initial eBPF support for actions by Daniel Borkmann · 10 years ago
- 22a5dc0 net: sched: Introduce connmark action by Felix Fietkau · 10 years ago
- d23b8ad tc: add BPF based action by Jiri Pirko · 10 years ago
- 08dcf9f tc_vlan: fix type of tcfv_push_vid by Jiri Pirko · 10 years ago
- c7e2b96 sched: introduce vlan action by Jiri Pirko · 10 years ago
- 8606203 net_sched: act: hide struct tcf_common from API by WANG Cong · 11 years ago
- a6227e2 include/net/: Fix FSF address in file headers by Jeff Kirsher · 11 years ago
- eb4d406 net/sched: add ACT_CSUM action to update packets checksums by Grégoire Baron · 14 years ago