summaryrefslogtreecommitdiff
path: root/net/sched/act_mirred.c
Commit message (Expand)AuthorAgeFilesLines
* net/sched: act_mirred: Add carrier checkVictor Nogueira2023-05-011-1/+1
* net/sched: remove two skb_mac_header() usesEric Dumazet2023-03-221-1/+1
* act_mirred: use the backlog for nested calls to mirred ingressDavide Caratti2023-01-241-0/+7
* net/sched: act_mirred: better wording on protection against excessive stack g...Davide Caratti2023-01-241-8/+8
* net/sched: avoid indirect act functions on retpoline kernelsPedro Tammela2022-12-091-2/+4
* net: sched: remove unused tcf_result extensionJamal Hadi Salim2022-09-211-2/+1
* net: sched: act_mirred: get rid of tcf_mirred_walker and tcf_mirred_searchZhengchao Shao2022-09-091-19/+0
* net: sched: act: move global static variable net_id to tc_action_opsZhengchao Shao2022-09-091-7/+6
* net: rename reference+tracking helpersJakub Kicinski2022-06-091-3/+3
* net/sched: act_mirred: Add extack message for offload failureIdo Schimmel2022-04-081-0/+1
* net/sched: act_api: Add extack to offload_act_setup() callbackIdo Schimmel2022-04-081-1/+2
* flow_offload: allow user to offload tc action to net deviceBaowen Zheng2021-12-191-1/+12
* flow_offload: add ops to tc_action_ops for flow action setupBaowen Zheng2021-12-191-0/+39
* net: sched: act_mirred: add net device refcount trackerEric Dumazet2021-12-071-8/+10
* net: sched: act_mirred: drop dst for the direction from egress to ingressXin Long2021-11-161-3/+8
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-08-131-0/+3
|\
| * net: sched: act_mirred: Reset ct info when mirror/redirect skbHangbin Liu2021-08-091-0/+3
* | net: Remove redundant if statementsYajun Deng2021-08-051-4/+2
* | net_sched: refactor TC action init APICong Wang2021-08-021-2/+2
|/
* net/sched: sch_frag: add generic packet fragment support.wenxu2020-11-271-1/+1
* net/sched: act_mirred: refactor the handle of xmitwenxu2020-11-271-6/+15
* net_sched: defer tcf_idr_insert() in tcf_action_init_1()Cong Wang2020-09-241-2/+0
* net: qos offload add flow status with dropped countPo Liu2020-06-191-3/+3
* net: Fix CONFIG_NET_CLS_ACT=n and CONFIG_NFT_FWD_NETDEV={y, m} buildPablo Neira Ayuso2020-03-251-4/+2
* net/sched: act_mirred: Pull mac prior redir to non mac_header_xmit deviceShmulik Ladkani2019-12-271-10/+12
* Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-11-261-2/+2
|\
| * Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2019-10-311-2/+2
| |\
| | * net/sched: Replace rcu_swap_protected() with rcu_replace_pointer()Paul E. McKenney2019-10-301-2/+2
* | | net: sched: update action implementations to support flagsVlad Buslov2019-10-301-2/+2
* | | net: sched: extend TCA_ACT space with TCA_ACT_FLAGSVlad Buslov2019-10-301-1/+1
* | | net: sched: don't expose action qstats to skb_tc_reinsert()Vlad Buslov2019-10-301-2/+2
* | | net: sched: extract qstats update code into functionsVlad Buslov2019-10-301-1/+1
* | | net: sched: extract bstats update code into functionVlad Buslov2019-10-301-1/+1
* | | net: sched: extract common action counters update code into functionVlad Buslov2019-10-301-4/+1
|/ /
* | act_mirred: Fix mirred_init_module error handlingYueHaibing2019-10-091-1/+5
|/
* net: sched: use get_dev() action API in flow_action infraVlad Buslov2019-09-161-8/+13
* net_sched: fix a NULL pointer deref in ipt actionCong Wang2019-08-271-1/+1
* net: sched: use temporary variable for actions indexesDmytro Linkin2019-08-051-6/+7
* net sched: update mirred action for batched events operationsRoman Mashak2019-07-011-0/+6
* net: sched: protect against stack overflow in TC act_mirredJohn Hurley2019-06-281-0/+14
* net: sched: refactor reinsert actionJohn Hurley2019-06-281-1/+2
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-6/+1
* netlink: make validation more configurable for future strictnessJohannes Berg2019-04-271-1/+2
* net: sched: fix cleanup NULL pointer exception in act_mirrJohn Hurley2019-03-231-2/+5
* net/sched: act_mirred: validate the control action inside init()Davide Caratti2019-03-211-4/+17
* net/sched: prepare TC actions to properly validate the control actionDavide Caratti2019-03-211-0/+1
* net: Change TCA_ACT_* to TCA_ID_* to match that of TCA_ID_POLICEEli Cohen2019-02-101-1/+1
* act_mirred: clear skb->tstamp on redirectEric Dumazet2018-11-111-1/+2
* net/sched: Add hardware specific counters to TC actionsEelco Chaudron2018-09-241-1/+4
* Revert "net: sched: act: add extack for lookup callback"Cong Wang2018-08-311-2/+1