]> git.baikalelectronics.ru Git - kernel.git/commit
ipv6: Move ipv6_find_hdr() out of Netfilter code.
authorJesse Gross <jesse@nicira.com>
Sat, 10 Nov 2012 01:05:07 +0000 (17:05 -0800)
committerJesse Gross <jesse@nicira.com>
Sat, 10 Nov 2012 01:05:07 +0000 (17:05 -0800)
commit9904c7c1fcc1c3323d1fcd921f37ed2b2ff84351
tree359723681fd28b4c6c523229dcf5c6c3fadfd60c
parent8392ccf5eb59198a8bb4a2234ac7d704207ce9ee
ipv6: Move ipv6_find_hdr() out of Netfilter code.

Open vSwitch will soon also use ipv6_find_hdr() so this moves it
out of Netfilter-specific code into a more common location.

Signed-off-by: Jesse Gross <jesse@nicira.com>
include/linux/netfilter_ipv6/ip6_tables.h
include/net/ipv6.h
net/ipv6/exthdrs_core.c
net/ipv6/netfilter/ip6_tables.c
net/netfilter/xt_HMARK.c