summaryrefslogtreecommitdiff
path: root/net/sched/act_mirred.c
AgeCommit message (Expand)Author
2024-02-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-02-16net/sched: act_mirred: don't override retval if we already lost the skbJakub Kicinski
2024-02-16net/sched: act_mirred: use the backlog for mirred ingressJakub Kicinski
2024-02-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-02-09net/sched: act_mirred: Don't zero blockid when net device is being deletedVictor Nogueira
2024-02-02net/sched: Add module aliases for cls_,sch_,act_ modulesMichal Koutný
2024-01-03net/sched: introduce ACT_P_BOUND return codePedro Tammela
2023-12-26net/sched: act_mirred: Allow mirred to blockVictor Nogueira
2023-12-26net/sched: act_mirred: Add helper function tcf_mirred_replace_devVictor Nogueira
2023-12-26net/sched: act_mirred: Create function tcf_mirred_to_dev and improve readabilityVictor Nogueira
2023-05-01net/sched: act_mirred: Add carrier checkVictor Nogueira
2023-03-22net/sched: remove two skb_mac_header() usesEric Dumazet
2023-01-24act_mirred: use the backlog for nested calls to mirred ingressDavide Caratti
2023-01-24net/sched: act_mirred: better wording on protection against excessive stack g...Davide Caratti
2022-12-09net/sched: avoid indirect act functions on retpoline kernelsPedro Tammela
2022-09-21net: sched: remove unused tcf_result extensionJamal Hadi Salim
2022-09-09net: sched: act_mirred: get rid of tcf_mirred_walker and tcf_mirred_searchZhengchao Shao
2022-09-09net: sched: act: move global static variable net_id to tc_action_opsZhengchao Shao
2022-06-09net: rename reference+tracking helpersJakub Kicinski
2022-04-08net/sched: act_mirred: Add extack message for offload failureIdo Schimmel
2022-04-08net/sched: act_api: Add extack to offload_act_setup() callbackIdo Schimmel
2021-12-19flow_offload: allow user to offload tc action to net deviceBaowen Zheng
2021-12-19flow_offload: add ops to tc_action_ops for flow action setupBaowen Zheng
2021-12-07net: sched: act_mirred: add net device refcount trackerEric Dumazet
2021-11-16net: sched: act_mirred: drop dst for the direction from egress to ingressXin Long
2021-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-08-09net: sched: act_mirred: Reset ct info when mirror/redirect skbHangbin Liu
2021-08-05net: Remove redundant if statementsYajun Deng
2021-08-02net_sched: refactor TC action init APICong Wang
2020-11-27net/sched: sch_frag: add generic packet fragment support.wenxu
2020-11-27net/sched: act_mirred: refactor the handle of xmitwenxu
2020-09-24net_sched: defer tcf_idr_insert() in tcf_action_init_1()Cong Wang
2020-06-19net: qos offload add flow status with dropped countPo Liu
2020-03-25net: Fix CONFIG_NET_CLS_ACT=n and CONFIG_NFT_FWD_NETDEV={y, m} buildPablo Neira Ayuso
2019-12-27net/sched: act_mirred: Pull mac prior redir to non mac_header_xmit deviceShmulik Ladkani
2019-11-26Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2019-10-31Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar
2019-10-30net: sched: update action implementations to support flagsVlad Buslov
2019-10-30net: sched: extend TCA_ACT space with TCA_ACT_FLAGSVlad Buslov
2019-10-30net: sched: don't expose action qstats to skb_tc_reinsert()Vlad Buslov
2019-10-30net: sched: extract qstats update code into functionsVlad Buslov
2019-10-30net: sched: extract bstats update code into functionVlad Buslov
2019-10-30net: sched: extract common action counters update code into functionVlad Buslov
2019-10-30net/sched: Replace rcu_swap_protected() with rcu_replace_pointer()Paul E. McKenney
2019-10-09act_mirred: Fix mirred_init_module error handlingYueHaibing
2019-09-16net: sched: use get_dev() action API in flow_action infraVlad Buslov
2019-08-27net_sched: fix a NULL pointer deref in ipt actionCong Wang
2019-08-05net: sched: use temporary variable for actions indexesDmytro Linkin
2019-07-01net sched: update mirred action for batched events operationsRoman Mashak
2019-06-28net: sched: protect against stack overflow in TC act_mirredJohn Hurley