Commit Graph

99 Commits (aea7427f70cce5fa8f99ce447b213e9e3b49f24c)

Author SHA1 Message Date
David S. Miller f23d60de71 ipv6: Fix duplicate initialization of rawv6_prot.destroy 17 years ago
Denis V. Lunev 22dd485022 raw: Raw socket leak. 17 years ago
YOSHIFUJI Hideaki 91e1908f56 [IPV6] NETNS: Handle ancillary data in appropriate namespace. 17 years ago
Johannes Berg f5184d267c net: Allow netdevices to specify needed head/tailroom 17 years ago
YOSHIFUJI Hideaki 1a98d05f59 ipv6 RAW: Disallow IPPROTO_IPV6-level IPV6_CHECKSUM socket option on ICMPv6 sockets. 17 years ago
David S. Miller b45e9189c0 [IPV6]: Fix ipv6 address fetching in raw6_icmp_error(). 17 years ago
YOSHIFUJI Hideaki 05f175cdcf [IPV6]: Fix IPV6_RECVERR for connected raw sockets. 17 years ago
Brian Haley 876c7f4196 [IPv6]: Change IPv6 unspecified destination address to ::1 for raw and un-connected sockets 17 years ago
YOSHIFUJI Hideaki 7bc570c8b4 [IPV6] MROUTE: Support multicast forwarding. 17 years ago
YOSHIFUJI Hideaki f0bdb7ba5a [IPV6] RAW: Remove ancient comment. 17 years ago
Pavel Emelyanov bdcde3d71a [SOCK]: Drop inuse pcounter from struct proto (v2). 17 years ago
YOSHIFUJI Hideaki 878628fbf2 [NET] NETNS: Omit namespace comparision without CONFIG_NET_NS. 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 6b75d09081 [IPV6]: Optimize hop-limit determination. 17 years ago
Pavel Emelyanov fc8717baa8 [RAW]: Add raw_hashinfo member on struct proto. 17 years ago
Robert P. J. Day 938b93adb2 [NET]: Add debugging names to __RW_LOCK_UNLOCKED macros. 17 years ago
Denis V. Lunev 3046d76746 [RAW]: Wrong content of the /proc/net/raw6. 17 years ago
Denis V. Lunev 377cf82d66 [RAW]: Family check in the /proc/net/raw[6] is extra. 17 years ago
Laszlo Attila Toth 4a19ec5800 [NET]: Introducing socket mark socket option. 17 years ago
Pavel Emelyanov a308da1627 [NETNS][RAW]: Create the /proc/net/raw(6) in each namespace. 17 years ago
Pavel Emelyanov e5ba31f11f [NETNS][RAW]: Eliminate explicit init_net references. 17 years ago
Pavel Emelyanov f51d599fbe [NETNS][RAW]: Make /proc/net/raw(6) show per-namespace socket list. 17 years ago
Pavel Emelyanov be185884b3 [NETNS][RAW]: Make ipv[46] raw sockets lookup namespaces aware. 17 years ago
Daniel Lezcano bfeade0870 [NETNS][IPV6]: inet6_addr - check ipv6 address per namespace 17 years ago
Daniel Lezcano 09f7709f49 [IPV6]: fix section mismatch warnings 17 years ago
Herbert Xu bb72845e69 [IPSEC]: Make callers of xfrm_lookup to use XFRM_LOOKUP_WAIT 17 years ago
Daniel Lezcano 7f4e4868f3 [IPV6]: make the protocol initialization to return an error code 17 years ago
Pavel Emelyanov 42a73808ed [RAW]: Consolidate proc interface. 17 years ago
Pavel Emelyanov ab70768ec7 [RAW]: Consolidate proto->unhash callback 17 years ago
Pavel Emelyanov 65b4c50b47 [RAW]: Consolidate proto->hash callback 17 years ago
Pavel Emelyanov b673e4dfc8 [RAW]: Introduce raw_hashinfo structure 17 years ago
Pavel Emelyanov 69d6da0b0f [IPv6] RAW: Compact the API for the kernel 17 years ago
Patrick McHardy 6e23ae2a48 [NETFILTER]: Introduce NF_INET_ hook values 17 years ago
Wang Chen a92aa318b4 [IPV6]: Add raw6 drops counter. 17 years ago
Eric Dumazet c5a432f1a1 [IPV6]: Use the {DEFINE|REF}_PROTO_INUSE infrastructure 17 years ago
Pavel Emelyanov cf7732e4cc [NET]: Make core networking code use seq_open_private 18 years ago
Eric W. Biederman 881d966b48 [NET]: Make the device list and device lookups per namespace. 18 years ago
Eric W. Biederman 457c4cbc5a [NET]: Make /proc/net per network namespace 18 years ago
YOSHIFUJI Hideaki 3ef9d943d2 [IPV6]: Fix unbalanced socket reference with MSG_CONFIRM. 18 years ago
Philippe De Muyter 56b3d975bb [NET]: Make all initialized struct seq_operations const. 18 years ago
Masahide NAKAMURA 59fbb3a61e [IPV6] MIP6: Loadable module support for MIPv6. 18 years ago
Masahide NAKAMURA 136ebf08b4 [IPV6] MIP6: Kill unnecessary ifdefs. 18 years ago
David S. Miller 14e50e57ae [XFRM]: Allow packet drops during larval state resolution. 18 years ago
Stephen Hemminger 3ff50b7997 [NET]: cleanup extra semicolons 18 years ago
Herbert Xu 604763722c [NET]: Treat CHECKSUM_PARTIAL as CHECKSUM_UNNECESSARY 18 years ago
Arnaldo Carvalho de Melo 27a884dc3c [SK_BUFF]: Convert skb->tail to sk_buff_data_t 18 years ago
Arnaldo Carvalho de Melo b0e380b1d8 [SK_BUFF]: unions of just one member don't get anything done, kill them 18 years ago
Arnaldo Carvalho de Melo cfe1fc7759 [SK_BUFF]: Introduce skb_network_header_len 18 years ago
Arnaldo Carvalho de Melo 9c70220b73 [SK_BUFF]: Introduce skb_transport_header(skb) 18 years ago