summaryrefslogtreecommitdiffstats
path: root/net/sched/act_mirred.c
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-02-221-21/+15
|\
| * net/sched: act_mirred: don't override retval if we already lost the skbJakub Kicinski2024-02-161-12/+10
| * net/sched: act_mirred: use the backlog for mirred ingressJakub Kicinski2024-02-161-9/+5
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-02-151-2/+0
|\|
| * net/sched: act_mirred: Don't zero blockid when net device is being deletedVictor Nogueira2024-02-091-2/+0
* | net/sched: Add module aliases for cls_,sch_,act_ modulesMichal Koutný2024-02-021-0/+1
|/
* net/sched: introduce ACT_P_BOUND return codePedro Tammela2024-01-031-1/+1
* net/sched: act_mirred: Allow mirred to blockVictor Nogueira2023-12-261-2/+117
* net/sched: act_mirred: Add helper function tcf_mirred_replace_devVictor Nogueira2023-12-261-4/+12
* net/sched: act_mirred: Create function tcf_mirred_to_dev and improve readabilityVictor Nogueira2023-12-261-57/+72
* 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