]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'icmp6-support-rfc-4884'
authorDavid S. Miller <davem@davemloft.net>
Sat, 25 Jul 2020 00:12:41 +0000 (17:12 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sat, 25 Jul 2020 00:12:41 +0000 (17:12 -0700)
commitbf51b2868c08542a03fd7083bccd077ad1b586d0
treecff5b3519cd10e640cd125b27291e2a8f703eaf4
parentfaacdfb3865111d3844c57d1790445cf68acbbff
parentd045a7cd15e27b62dbe9d25a38deb0903b7e003e
Merge branch 'icmp6-support-rfc-4884'

Willem de Bruijn says:

====================
icmp6: support rfc 4884

Extend the feature merged earlier this week for IPv4 to IPv6.

I expected this to be a single patch, but patch 1 seemed better to be
stand-alone

patch 1: small fix in length calculation
patch 2: factor out ipv4-specific
patch 3: add ipv6

changes v1->v2: add missing static keyword in patch 3
====================

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