aboutsummaryrefslogtreecommitdiffstats
path: root/net/sched/act_mpls.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-09net: sched: act_mpls: get rid of tcf_mpls_walker and tcf_mpls_searchZhengchao Shao1-19/+0
2022-09-09net: sched: act: move global static variable net_id to tc_action_opsZhengchao Shao1-7/+6
2022-04-08net/sched: act_mpls: Add extack messages for offload failureIdo Schimmel1-0/+7
2022-04-08net/sched: act_api: Add extack to offload_act_setup() callbackIdo Schimmel1-1/+2
2021-12-19flow_offload: allow user to offload tc action to net deviceBaowen Zheng1-1/+15
2021-12-19flow_offload: add ops to tc_action_ops for flow action setupBaowen Zheng1-0/+38
2021-12-19flow_offload: fill flags to action structureBaowen Zheng1-1/+1
2021-10-18net: sched: Merge Qdisc::bstats and Qdisc::cpu_bstats data typesAhmed S. Darwish1-1/+1
2021-08-02net_sched: refactor TC action init APICong Wang1-2/+2
2020-12-03net/sched: act_mpls: ensure LSE is pullable before reading itDavide Caratti1-0/+3
2020-10-27net/sched: act_mpls: Add softdep on mpls_gso.koGuillaume Nault1-0/+1
2020-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-2/+0
2020-10-03net/sched: act_mpls: Add action to push MPLS LSE before Ethernet headerGuillaume Nault1-0/+18
2020-09-24net_sched: defer tcf_idr_insert() in tcf_action_init_1()Cong Wang1-2/+0
2020-07-03sched: consistently handle layer3 header accesses in the presence of VLANsToke Høiland-Jørgensen1-1/+1
2019-12-04net: Fixed updating of ethertype in skb_mpls_push()Martin Varghese1-1/+2
2019-12-02Fixed updating of ethertype in function skb_mpls_popMartin Varghese1-1/+3
2019-11-26Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2019-11-21net: remove the unnecessary strict_start_type in some policiesXin Long1-1/+0
2019-10-31Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcuIngo Molnar1-1/+1
2019-10-30net: sched: update action implementations to support flagsVlad Buslov1-1/+1
2019-10-30net: sched: extend TCA_ACT space with TCA_ACT_FLAGSVlad Buslov1-1/+2
2019-10-30net/sched: Replace rcu_swap_protected() with rcu_replace_pointer()Paul E. McKenney1-1/+1
2019-10-15net/sched: fix corrupted L2 header with MPLS 'push' and 'pop' actionsDavide Caratti1-4/+8
2019-08-27net_sched: fix a NULL pointer deref in ipt actionCong Wang1-1/+1
2019-08-05net: sched: use temporary variable for actions indexesDmytro Linkin1-3/+5
2019-07-08net: sched: add mpls manipulation actions to TCJohn Hurley1-0/+406