]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'seg6-fixes-to-Segment-Routing-in-IPv6'
authorDavid S. Miller <davem@davemloft.net>
Sat, 16 Nov 2019 20:18:32 +0000 (12:18 -0800)
committerDavid S. Miller <davem@davemloft.net>
Sat, 16 Nov 2019 20:18:32 +0000 (12:18 -0800)
commit3d50d77ff973ff9e32e86d7d3a46168e84a756a2
treeb7940fb6c9d432b945c6d5ec77bc8facc0900978
parente69e707e26c39934d039531a9a538fafb0eb8cc5
parent18f4f194412149bd8a6bc9ac7b366594a5bfc619
Merge branch 'seg6-fixes-to-Segment-Routing-in-IPv6'

Andrea Mayer says:

====================
seg6: fixes to Segment Routing in IPv6

This patchset is divided in 2 patches and it introduces some fixes
to Segment Routing in IPv6, which are:

- in function get_srh() fix the srh pointer after calling
  pskb_may_pull();

- fix the skb->transport_header after calling decap_and_validate()
  function;

Any comments on the patchset are welcome.
====================

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