summaryrefslogtreecommitdiff
path: root/net/sched/act_mpls.c
Commit message (Expand)AuthorAgeFilesLines
* net/sched: remove two skb_mac_header() usesEric Dumazet2023-03-221-1/+1
* net/sched: act_mpls: fix action bind logicPedro Tammela2023-02-261-29/+37
* net/sched: act_mpls: Fix warning during failed attribute validationIdo Schimmel2023-01-091-1/+7
* net/sched: avoid indirect act functions on retpoline kernelsPedro Tammela2022-12-091-2/+4
* net: sched: act_mpls: get rid of tcf_mpls_walker and tcf_mpls_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/sched: act_mpls: Add extack messages for offload failureIdo Schimmel2022-04-081-0/+7
* 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/+15
* flow_offload: add ops to tc_action_ops for flow action setupBaowen Zheng2021-12-191-0/+38
* flow_offload: fill flags to action structureBaowen Zheng2021-12-191-1/+1
* net: sched: Merge Qdisc::bstats and Qdisc::cpu_bstats data typesAhmed S. Darwish2021-10-181-1/+1
* net_sched: refactor TC action init APICong Wang2021-08-021-2/+2
* net/sched: act_mpls: ensure LSE is pullable before reading itDavide Caratti2020-12-031-0/+3
* net/sched: act_mpls: Add softdep on mpls_gso.koGuillaume Nault2020-10-271-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-10-051-2/+0
|\
| * net_sched: defer tcf_idr_insert() in tcf_action_init_1()Cong Wang2020-09-241-2/+0
* | net/sched: act_mpls: Add action to push MPLS LSE before Ethernet headerGuillaume Nault2020-10-031-0/+18
|/
* sched: consistently handle layer3 header accesses in the presence of VLANsToke Høiland-Jørgensen2020-07-031-1/+1
* net: Fixed updating of ethertype in skb_mpls_push()Martin Varghese2019-12-041-1/+2
* Fixed updating of ethertype in function skb_mpls_popMartin Varghese2019-12-021-1/+3
* Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-11-261-1/+1
|\
| * Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2019-10-311-1/+1
| |\
| | * net/sched: Replace rcu_swap_protected() with rcu_replace_pointer()Paul E. McKenney2019-10-301-1/+1
* | | net: remove the unnecessary strict_start_type in some policiesXin Long2019-11-211-1/+0
* | | net: sched: update action implementations to support flagsVlad Buslov2019-10-301-1/+1
* | | net: sched: extend TCA_ACT space with TCA_ACT_FLAGSVlad Buslov2019-10-301-1/+2
|/ /
* | net/sched: fix corrupted L2 header with MPLS 'push' and 'pop' actionsDavide Caratti2019-10-151-4/+8
|/
* 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-3/+5
* net: sched: add mpls manipulation actions to TCJohn Hurley2019-07-081-0/+406