Commit Graph

114 Commits (8d5796d2ec6b5a4e7a52861144e63af438d6f8f7)

Author SHA1 Message Date
Brian Haley 191cd58250 netns: Add network namespace argument to rt6_fill_node() and ipv6_dev_get_saddr() 17 years ago
Wei Yongjun 283d07ac20 ipv6: Do not drop packet if skb->local_df is set to true 17 years ago
Wei Yongjun 77e2f14f71 ipv6: Fix ip6_xmit to send fragments if ipfragok is true 17 years ago
Ilpo Järvinen 547b792cac net: convert BUG_TRAP to generic WARN_ON 17 years ago
YOSHIFUJI Hideaki 53b7997fd5 ipv6 netns: Make several "global" sysctl variables namespace aware. 17 years ago
YOSHIFUJI Hideaki 778d80be52 ipv6: Add disable_ipv6 sysctl to disable IPv6 operaion on specific interface. 17 years ago
YOSHIFUJI Hideaki f81b2e7d8c ipv6: Do not forward packets with the unspecified source address. 17 years ago
Ben Hutchings 4497b0763c net: Discard and warn about LRO'd skbs received for forwarding 17 years ago
Adrian Bunk 0b04082995 net: remove CVS keywords 17 years ago
Johannes Berg f5184d267c net: Allow netdevices to specify needed head/tailroom 17 years ago
YOSHIFUJI Hideaki 9acd9f3ae9 [IPV6]: Make address arguments const. 17 years ago
YOSHIFUJI Hideaki 7bc570c8b4 [IPV6] MROUTE: Support multicast forwarding. 17 years ago
YOSHIFUJI Hideaki 3b1e0a655f [NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS. 17 years ago
YOSHIFUJI Hideaki c346dca108 [NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS. 17 years ago
YOSHIFUJI Hideaki 7cbca67c07 [IPV6]: Support Source Address Selection API (RFC5014). 17 years ago
YOSHIFUJI Hideaki 6b75d09081 [IPV6]: Optimize hop-limit determination. 17 years ago
YOSHIFUJI Hideaki c8cdaf998d [IPV4,IPV6]: Share cork.rt between IPv4 and IPv6. 17 years ago
Daniel Lezcano 8a3edd800d [NETNS][IPV6] fix some missing namespace 17 years ago
Daniel Lezcano c20121ae87 [NETNS][IPV6] route6 - pass always a valid socket to ip6_dst_lookup 17 years ago
Daniel Lezcano 4591db4f37 [NETNS][IPV6] route6 - add netns parameter to ip6_route_output 17 years ago
YOSHIFUJI Hideaki 5e5f3f0f80 [IPV6] ADDRCONF: Convert ipv6_get_saddr() to ipv6_dev_get_saddr(). 17 years ago
Adrian Bunk 1e04d53070 [IPV6]: Unexport ip6_find_1stfragopt 17 years ago
Herbert Xu b5c15fc004 [IPV6]: Fix reversed local_df test in ip6_fragment 17 years ago
Herbert Xu 28a89453b1 [IPV6]: Fix IPsec datagram fragmentation 17 years ago
Laszlo Attila Toth 4a19ec5800 [NET]: Introducing socket mark socket option. 17 years ago
Herbert Xu 29ffe1a5c5 [INET]: Prevent out-of-sync truesize on ip_fragment slow path 17 years ago
Daniel Lezcano 1cab3da6be [NETNS][IPV6]: inet6_addr - ipv6_get_ifaddr namespace aware 17 years ago
Eric W. Biederman 426b5303eb [NETNS]: Modify the neighbour table code so it handles multiple network namespaces 17 years ago
Masahide NAKAMURA a1b051405b [XFRM] IPv6: Fix dst/routing check at transformation. 17 years ago
Patrick McHardy 6e23ae2a48 [NETFILTER]: Introduce NF_INET_ hook values 17 years ago
Herbert Xu ef76bc23ef [IPV6]: Add ip6_local_out 17 years ago
Herbert Xu b4ce92775c [IPV6]: Move nfheader_len into rt6_info 17 years ago
Herbert Xu 0148894223 [IPV6]: Only set nfheader_len for top xfrm dst 17 years ago
Herbert Xu f945fa7ad9 [INET]: Fix truesize setting in ip_append_data 17 years ago
Mitsuru Chinen ca46f9c834 [IPv6] SNMP: Increment OutNoRoutes when connecting to unreachable network 17 years ago
Pavel Emelyanov bf138862b1 [IPV6]: Consolidate the ip cork destruction in ip6_output.c 18 years ago
Chuck Lever c2636b4d9e [NET]: Treat the sign of the result of skb_headroom() consistently 18 years ago
Patrick McHardy ad643a793b [IPV6]: Uninline netfilter okfns 18 years ago
David L Stevens 14878f75ab [IPV6]: Add ICMPMsgStats MIB (RFC 4293) [rev 2] 18 years ago
Masahide NAKAMURA 1e5dc14617 [IPV6] IPSEC: Omit redirect for tunnelled packet. 18 years ago
YOSHIFUJI Hideaki e1f52208bb [IPv6]: Fix NULL pointer dereference in ip6_flush_pending_frames 18 years ago
Wei Yongjun 8984e41d18 [IPV6]: Fix kernel panic while send SCTP data with IP fragments 18 years ago
Jozsef Kadlecsik ba9dda3ab5 [NETFILTER]: x_tables: add TRACE target 18 years ago
Masahide NAKAMURA 59fbb3a61e [IPV6] MIP6: Loadable module support for MIPv6. 18 years ago
David L Stevens 5bb1ab09e4 [IPV6]: Send ICMPv6 error on scope violations. 18 years ago
John Heffner 628a5c5618 [INET]: Add IP(V6)_PMTUDISC_RPOBE 18 years ago
John Heffner b881ef7603 [IPV6]: MTU discovery check in ip6_fragment() 18 years ago
Arnaldo Carvalho de Melo d626f62b11 [SK_BUFF]: Introduce skb_copy_from_linear_data{_offset} 18 years ago
Herbert Xu 35fc92a9de [NET]: Allow forwarding of ip_summed except CHECKSUM_COMPLETE 18 years ago
Arnaldo Carvalho de Melo 27a884dc3c [SK_BUFF]: Convert skb->tail to sk_buff_data_t 18 years ago