aboutsummaryrefslogtreecommitdiff
path: root/net/sched/act_mpls.c
AgeCommit message (Expand)AuthorFilesLines
2020-07-03sched: consistently handle layer3 header accesses in the presence of VLANsGravatar Toke Høiland-Jørgensen 1-1/+1
2019-12-04net: Fixed updating of ethertype in skb_mpls_push()Gravatar Martin Varghese 1-1/+2
2019-12-02Fixed updating of ethertype in function skb_mpls_popGravatar Martin Varghese 1-1/+3
2019-11-26Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-1/+1
2019-11-21net: remove the unnecessary strict_start_type in some policiesGravatar Xin Long 1-1/+0
2019-10-31Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Gravatar Ingo Molnar 1-1/+1
2019-10-30net: sched: update action implementations to support flagsGravatar Vlad Buslov 1-1/+1
2019-10-30net: sched: extend TCA_ACT space with TCA_ACT_FLAGSGravatar Vlad Buslov 1-1/+2
2019-10-30net/sched: Replace rcu_swap_protected() with rcu_replace_pointer()Gravatar Paul E. McKenney 1-1/+1
2019-10-15net/sched: fix corrupted L2 header with MPLS 'push' and 'pop' actionsGravatar Davide Caratti 1-4/+8
2019-08-27net_sched: fix a NULL pointer deref in ipt actionGravatar Cong Wang 1-1/+1
2019-08-05net: sched: use temporary variable for actions indexesGravatar Dmytro Linkin 1-3/+5
2019-07-08net: sched: add mpls manipulation actions to TCGravatar John Hurley 1-0/+406