]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'mpls-push-pop-fix'
authorDavid S. Miller <davem@davemloft.net>
Wed, 16 Oct 2019 00:14:48 +0000 (17:14 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 16 Oct 2019 00:14:48 +0000 (17:14 -0700)
commit38a41529fc4d8dac4eee97251e2dd7a1aeb5eebc
tree3224a12d0c83472a92df41f3dfff6c48b6fd1f64
parent5ced734a0123b88fafe00a611cc0536855319432
parentcc7c4debe98d9cdfdc47128397da861a95b8647a
Merge branch 'mpls-push-pop-fix'

Davide Caratti says:

====================
net/sched: fix wrong behavior of MPLS push/pop action

this series contains two fixes for TC 'act_mpls', that try to address
two problems that can be observed configuring simple 'push' / 'pop'
operations:
- patch 1/2 avoids dropping non-MPLS packets that pass through the MPLS
  'pop' action.
- patch 2/2 fixes corruption of the L2 header that occurs when 'push'
  or 'pop' actions are configured in TC egress path.

v2: - change commit message in patch 1/2 to better describe that the
      patch impacts only TC, thanks to Simon Horman
    - fix missing documentation of 'mac_len' in patch 2/2
====================

Signed-off-by: David S. Miller <davem@davemloft.net>