summaryrefslogtreecommitdiffstats
path: root/include/net/tc_act
Commit message (Expand)AuthorAgeFilesLines
* net: sched: sample: allow accessing psample_group with rtnlVlad Buslov2019-08-061-1/+1
* net: sched: police: allow accessing police->params with rtnlVlad Buslov2019-08-061-2/+2
* net/sched: Introduce action ctPaul Blakey2019-07-091-0/+63
* net: sched: add mpls manipulation actions to TCJohn Hurley2019-07-091-0/+30
* net: sched: act_ctinfo: tidy UAPI definitionKevin Darbyshire-Bryant2019-06-191-0/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-075-32/+5Star
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 201Thomas Gleixner2019-05-301-12/+1Star
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-304-20/+4Star
* | net: sched: Introduce act_ctinfo actionKevin 'ldir' Darbyshire-Bryant2019-05-301-0/+28
|/
* net/sched: move police action structures to headerPieter Jansen van Vuuren2019-05-061-0/+70
* net: tc_act: drop include of module.h from tc_ife.hPaul Gortmaker2019-04-231-1/+2
* net/sched: don't dereference a->goto_chain to read the chain indexDavide Caratti2019-03-211-1/+1
* net: Change TCA_ACT_* to TCA_ID_* to match that of TCA_ID_POLICEEli Cohen2019-02-108-10/+10
* Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linuxDavid S. Miller2018-07-212-2/+0Star
|\
| * net/sched: act_tunnel_key: fix NULL dereference when 'goto chain' is usedDavide Caratti2018-07-071-1/+0Star
| * net/sched: act_csum: fix NULL dereference when 'goto chain' is usedDavide Caratti2018-07-071-1/+0Star
* | net/sched: act_skbedit: don't use spinlock in the data pathDavide Caratti2018-07-121-10/+27
* | net sched actions: fix coding style in pedit headersRoman Mashak2018-06-281-0/+1
|/
* net/sched: act_csum: don't use spinlock in the fast pathDavide Caratti2018-01-241-2/+14
* act_mirred: get rid of tcfm_ifindex from struct tcf_mirredCong Wang2017-12-061-4/+2Star
* act_sample: get rid of tcf_sample_cleanup_rcu()Cong Wang2017-11-301-1/+0Star
* act_vlan: VLAN action rewrite to use RCU lock/unlock and updateManish Kurup2017-11-101-9/+37
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-11-0410-0/+10
|\
| * License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-0210-0/+10
* | sched: act: ife: update parameters via rcu handlingAlexander Aring2017-10-131-2/+8
* | net sched actions: change IFE modules alias namesRoman Mashak2017-10-131-1/+1
* | net: sched: make tc_action_ops->get_dev return dev and avoid passing netJiri Pirko2017-10-121-0/+1
* | net: sched: introduce helper to identify gact pass actionJiri Pirko2017-09-271-0/+5
|/
* net: sched: add couple of goto_chain helpersJiri Pirko2017-08-241-4/+16
* net: sched: introduce helper to identify gact trap actionJiri Pirko2017-06-061-2/+13
* net/sched: act_csum: Add accessors for offloading driversOr Gerlitz2017-05-231-0/+15
* net/sched: Removed unused vlan actions definitionOr Gerlitz2017-04-061-3/+0Star
* net/sched: Add accessor functions to pedit keys for offloading driversOr Gerlitz2017-03-281-0/+45
* mlxsw: spectrum: Add support for vlan modify TC actionPetr Machata2017-03-101-0/+5
* net/act_pedit: Introduce 'add' operationAmir Vadai2017-02-101-0/+1
* net/act_pedit: Support using offset relative to the conventional network headersAmir Vadai2017-02-101-0/+5
* net/sched: act_ife: Change to use ife moduleYotam Gigi2017-02-031-1/+0Star
* net/sched: act_ife: Unexport ife_tlv_meta_encodeYotam Gigi2017-02-031-2/+0Star
* net/sched: Introduce sample tc actionYotam Gigi2017-01-241-0/+50
* net/sched: act_tunnel_key: add helper inlines to access tcf_tunnel_keyHadar Hen Zion2016-11-091-0/+37
* skbedit: allow the user to specify bitmask for markAntonio Quartulli2016-10-271-0/+1
* net/sched: tc_mirred: Rename public predicates 'is_tcf_mirred_redirect' and '...Shmulik Ladkani2016-10-141-2/+2
* net/sched: act_mirred: Rename tcfm_ok_push to tcfm_mac_header_xmit and make i...Shmulik Ladkani2016-10-141-1/+1
* net_sched: act_vlan: add helper inlines to access tcf_vlan infoOr Gerlitz2016-09-231-0/+25
* net sched ife action: add 16 bit helpersJamal Hadi Salim2016-09-201-0/+2
* net_sched: Introduce skbmod actionJamal Hadi Salim2016-09-161-0/+30
* net/sched: Introduce act_tunnel_keyAmir Vadai2016-09-111-0/+30
* net_sched: act_vlan: Add priority optionHadar Hen Zion2016-08-191-0/+1
* net_sched: get rid of struct tcf_commonWANG Cong2016-07-2612-12/+12
* net_sched: move tc_action into tcf_commonWANG Cong2016-07-2612-27/+13Star