summaryrefslogtreecommitdiffstats
path: root/net/sched/act_mpls.c
Commit message (Expand)AuthorAgeFilesLines
* 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