Commit Graph

77 Commits (d39123a486524fed9b4e43e08a8757fd90a5859a)

Author SHA1 Message Date
Eric Dumazet 2e77d89b2f net: avoid a pair of dst_hold()/dst_release() in ip_append_data() 16 years ago
Jianjun Kong 5a5f3a8db9 net: clean up net/ipv4/ipip.c raw.c tcp.c tcp_minisocks.c tcp_yeah.c xfrm4_policy.c 16 years ago
Pavel Emelyanov 5e38e27044 mib: add net to IP_INC_STATS 17 years ago
Pavel Emelyanov 0388b00426 icmp: add struct net argument to icmp_out_count 17 years ago
Eric Dumazet cb61cb9b8b udp: sk_drops handling 17 years ago
Eric Dumazet 68be802cd5 raw: Restore /proc/net/raw correct behavior 17 years ago
Brian Haley 7d06b2e053 net: change proto destroy method to return void 17 years ago
Adrian Bunk 0b04082995 net: remove CVS keywords 17 years ago
Denis V. Lunev 22dd485022 raw: Raw socket leak. 17 years ago
Johannes Berg f5184d267c net: Allow netdevices to specify needed head/tailroom 17 years ago
Pavel Emelyanov c29a0bc4df [SOCK][NETNS]: Add a struct net argument to sock_prot_inuse_add and _get. 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 1218854afa [NET] NETNS: Omit seq_net_private->net 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
Denis V. Lunev 05cf89d40c [NETNS]: Process INET socket layer in the correct namespace. 17 years ago
Denis V. Lunev 7a6adb92fe [NETNS]: Add namespace parameter to ip_cmsg_send. 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 8cd850efa4 [RAW]: Cleanup IPv4 raw_seq_show. 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
Denis V. Lunev f1b050bf7a [NETNS]: Add namespace parameter to ip_route_output_flow. 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
Eric W. Biederman 6b175b26c1 [NETNS]: Add netns parameter to inet_(dev_)add_type. 17 years ago
Eric Dumazet 65f7651788 [NET]: prot_inuse cleanups and optimizations 17 years ago
Joe Perches f97c1e0c6e [IPV4] net/ipv4: Use ipv4_is_<type> 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 7bc54c9030 [IPv4] RAW: Compact the API for the kernel 17 years ago
Patrick McHardy 6e23ae2a48 [NETFILTER]: Introduce NF_INET_ hook values 17 years ago
Wang Chen 33c732c361 [IPV4]: Add raw drops counter. 17 years ago
Herbert Xu f844c74fe0 [IPV4] raw: Strengthen check on validity of iph->ihl 17 years ago
Eric Dumazet 47a31a6ffc [IPV4]: 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
David L Stevens 96793b4825 [IPV4]: Add ICMPMsgStats MIB (RFC 4293) 18 years ago
Eric W. Biederman 457c4cbc5a [NET]: Make /proc/net per network namespace 18 years ago
Mariusz Kozlowski 4487b2f657 [IPV4] raw.c: kmalloc + memset conversion to kzalloc 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 88c7664f13 [SK_BUFF]: Introduce icmp_hdr(), remove skb->h.icmph 18 years ago
Arnaldo Carvalho de Melo eddc9ec53b [SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iph 18 years ago
Stephen Hemminger f690808e17 [NET]: make seq_operations const 18 years ago
Arnaldo Carvalho de Melo d56f90a7c9 [SK_BUFF]: Introduce skb_network_header() 18 years ago