aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/tc_act (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-09-16net: sched: take reference to psample group in flow_action infraVlad Buslov1-6/+0
2019-08-26net: sched: copy tunnel info when setting flow_action entry->tunnelVlad Buslov1-0/+17
2019-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2-3/+3
2019-08-06net: tc_act: add helpers to detect ingress mirred actionsJohn Hurley1-0/+18
2019-08-06net: tc_act: add skbedit_ptype helper functionsJohn Hurley1-0/+27
2019-08-06net: sched: sample: allow accessing psample_group with rtnlVlad Buslov1-1/+1
2019-08-06net: sched: police: allow accessing police->params with rtnlVlad Buslov1-2/+2
2019-07-23net: sched: include mpls actions in hardware intermediate representationJohn Hurley1-0/+75
2019-07-09net/sched: Introduce action ctPaul Blakey1-0/+63
2019-07-08net: sched: add mpls manipulation actions to TCJohn Hurley1-0/+30
2019-06-19net: sched: act_ctinfo: tidy UAPI definitionKevin Darbyshire-Bryant1-0/+5
2019-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller5-32/+5
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 201Thomas Gleixner1-12/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner4-20/+4
2019-05-29net: sched: Introduce act_ctinfo actionKevin 'ldir' Darbyshire-Bryant1-0/+28
2019-05-05net/sched: move police action structures to headerPieter Jansen van Vuuren1-0/+70
2019-04-22net: tc_act: drop include of module.h from tc_ife.hPaul Gortmaker1-1/+2
2019-03-21net/sched: don't dereference a->goto_chain to read the chain indexDavide Caratti1-1/+1
2019-02-10net: Change TCA_ACT_* to TCA_ID_* to match that of TCA_ID_POLICEEli Cohen8-10/+10
2018-07-20Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linuxDavid S. Miller2-2/+0
2018-07-12net/sched: act_skbedit: don't use spinlock in the data pathDavide Caratti1-10/+27
2018-07-07net/sched: act_tunnel_key: fix NULL dereference when 'goto chain' is usedDavide Caratti1-1/+0
2018-07-07net/sched: act_csum: fix NULL dereference when 'goto chain' is usedDavide Caratti1-1/+0
2018-06-28net sched actions: fix coding style in pedit headersRoman Mashak1-0/+1
2018-01-23net/sched: act_csum: don't use spinlock in the fast pathDavide Caratti1-2/+14
2017-12-06act_mirred: get rid of tcfm_ifindex from struct tcf_mirredCong Wang1-4/+2
2017-11-30act_sample: get rid of tcf_sample_cleanup_rcu()Cong Wang1-1/+0
2017-11-10act_vlan: VLAN action rewrite to use RCU lock/unlock and updateManish Kurup1-9/+37
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller10-0/+10
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman10-0/+10
2017-10-12sched: act: ife: update parameters via rcu handlingAlexander Aring1-2/+8
2017-10-12net sched actions: change IFE modules alias namesRoman Mashak1-1/+1
2017-10-11net: sched: make tc_action_ops->get_dev return dev and avoid passing netJiri Pirko1-0/+1
2017-09-26net: sched: introduce helper to identify gact pass actionJiri Pirko1-0/+5
2017-08-23net: sched: add couple of goto_chain helpersJiri Pirko1-4/+16
2017-06-06net: sched: introduce helper to identify gact trap actionJiri Pirko1-2/+13
2017-05-23net/sched: act_csum: Add accessors for offloading driversOr Gerlitz1-0/+15
2017-04-06net/sched: Removed unused vlan actions definitionOr Gerlitz1-3/+0
2017-03-28net/sched: Add accessor functions to pedit keys for offloading driversOr Gerlitz1-0/+45
2017-03-09mlxsw: spectrum: Add support for vlan modify TC actionPetr Machata1-0/+5
2017-02-10net/act_pedit: Introduce 'add' operationAmir Vadai1-0/+1
2017-02-10net/act_pedit: Support using offset relative to the conventional network headersAmir Vadai1-0/+5
2017-02-03net/sched: act_ife: Change to use ife moduleYotam Gigi1-1/+0
2017-02-03net/sched: act_ife: Unexport ife_tlv_meta_encodeYotam Gigi1-2/+0
2017-01-24net/sched: Introduce sample tc actionYotam Gigi1-0/+50
2016-11-09net/sched: act_tunnel_key: add helper inlines to access tcf_tunnel_keyHadar Hen Zion1-0/+37
2016-10-27skbedit: allow the user to specify bitmask for markAntonio Quartulli1-0/+1
2016-10-14net/sched: tc_mirred: Rename public predicates 'is_tcf_mirred_redirect' and 'is_tcf_mirred_mirror'Shmulik Ladkani1-2/+2
2016-10-14net/sched: act_mirred: Rename tcfm_ok_push to tcfm_mac_header_xmit and make it a boolShmulik Ladkani1-1/+1
2016-09-23net_sched: act_vlan: add helper inlines to access tcf_vlan infoOr Gerlitz1-0/+25