Commit Graph

64 Commits (234a0ca6f1d67ba4c3c3fc8378bbd98d722468e1)

Author SHA1 Message Date
Eric W. Biederman 457c4cbc5a [NET]: Make /proc/net per network namespace 18 years ago
Stephen Hemminger 32c1da7081 [UDP]: Randomize port selection. 18 years ago
YOSHIFUJI Hideaki 2a0c6c980d [IPV4]: Just increment OutDatagrams once per a datagram. 18 years ago
Patrick McHardy 3be550f34b [UDP]: Fix length check. 18 years ago
James Chapman 067b207b28 [UDP]: Cleanup UDP encapsulation code 18 years ago
James Chapman 342f0234c7 [UDP]: Introduce UDP encapsulation type for L2TP 18 years ago
David S. Miller df2bc459a3 [UDP]: Revert 2-pass hashing changes. 18 years ago
Wei Dong 584bdf8cbd [IPV4]: Fix "ipOutNoRoutes" counter error for TCP and UDP 18 years ago
David S. Miller fc038410b4 [UDP]: Fix AF-specific references in AF-agnostic code. 18 years ago
Michael Opdenacker 59c51591a0 Fix occurrences of "the the " 18 years ago
David S. Miller de34ed91c4 [UDP]: Do not allow specific bind when wildcard bind exists. 18 years ago
David S. Miller b7b5f487ab [IPV4] UDP: Fix endianness bugs in hashing changes. 18 years ago
Eric Dumazet 6aaf47fa48 [PATCH] INET : IPV4 UDP lookups converted to a 2 pass algo 18 years ago
Herbert Xu 604763722c [NET]: Treat CHECKSUM_PARTIAL as CHECKSUM_UNNECESSARY 18 years ago
Herbert Xu 663ead3bb8 [NET]: Use csum_start offset instead of skb_transport_header 18 years ago
Arnaldo Carvalho de Melo 88c7664f13 [SK_BUFF]: Introduce icmp_hdr(), remove skb->h.icmph 18 years ago
Arnaldo Carvalho de Melo 4bedb45203 [SK_BUFF]: Introduce udp_hdr(), remove skb->h.uh 18 years ago
Arnaldo Carvalho de Melo ea2ae17d64 [SK_BUFF]: Introduce skb_transport_offset() 18 years ago
Arnaldo Carvalho de Melo badff6d01a [SK_BUFF]: Introduce skb_reset_transport_header(skb) 18 years ago
Arnaldo Carvalho de Melo eddc9ec53b [SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iph 18 years ago
Arnaldo Carvalho de Melo c7a3c5da35 [UDP]: Use __skb_pull since we have checked it won't fail with pskb_may_pull 18 years ago
Stephen Hemminger 3fbe070a42 [UDP]: deinline 18 years ago
Stephen Hemminger 6516c65573 [UDP]: ipv4 whitespace cleanup 18 years ago
Herbert Xu 759e5d0064 [UDP]: Clean up UDP-Lite receive checksum 18 years ago
Herbert Xu d644329bc9 [UDP]: Reread uh pointer after pskb_trim 18 years ago
Eric Dumazet 95f30b336b [UDP]: UDP can use sk_hash to speedup lookups 18 years ago
YOSHIFUJI Hideaki e905a9edab [NET] IPV4: Fix whitespace errors. 18 years ago
David S. Miller 8eb9086f21 [IPV4/IPV6]: Always wait for IPSEC SA resolution in socket contexts. 18 years ago
David S. Miller 5c668704b7 [UDP]: Fix reversed logic in udp_get_port(). 18 years ago
Gerrit Renker 4c0a6cb0db [UDP(-Lite)]: consolidate v4 and v6 get|setsockopt code 18 years ago
Al Viro ff1dcadb1b [NET]: Split skb->csum 18 years ago
Al Viro 8e5200f540 [NET]: Fix assorted misannotations (from md5 and udplite merges). 18 years ago
Gerrit Renker 078250d68d [NET/IPv4]: Make udp_push_pending_frames static 18 years ago
Al Viro f6ab028804 [NET]: Make mangling a checksum (0 -> 0xffff on the wire) explicit. 18 years ago
Al Viro 6b11687ef0 [NET]: Annotate csum_tcpudp_magic() callers in net/* 18 years ago
Gerrit Renker ba4e58eca8 [NET]: Supporting UDP-Lite (RFC 3828) in Linux 18 years ago
Olaf Kirch 753eab76a3 [UDP]: Make udp_encap_rcv use pskb_may_pull 18 years ago
Herbert Xu 1e0c14f49d [UDP]: Fix MSG_PROBE crash 19 years ago
Al Viro 734ab87f63 [UDP] net/ipv4/udp.c: trivial annotations 19 years ago
Al Viro 3ca3c68e76 [IPV4]: struct ip_options annotations 19 years ago
David S. Miller e3b4eadbea [UDP]: saddr_cmp function should take const socket pointers 19 years ago
David S. Miller bed53ea7fe [UDP]: Mark udp_port_rover static. 19 years ago
Gerrit Renker 25030a7f9e [UDP]: Unify UDPv4 and UDPv6 ->get_port() 19 years ago
Martin Bligh 81aa646cc4 [IPV4]: add the UdpSndbufErrors and UdpRcvbufErrors MIBs 19 years ago
Patrick McHardy 84fa7933a3 [NET]: Replace CHECKSUM_HW by CHECKSUM_PARTIAL/CHECKSUM_COMPLETE 19 years ago
Venkat Yekkirala beb8d13bed [MLSXFRM]: Add flow labeling 19 years ago
Panagiotis Issaris 0da974f4f3 [NET]: Conversions from kmalloc+memset to k(z|c)alloc. 19 years ago
Jörn Engel 6ab3d5624e Remove obsolete #include <linux/config.h> 19 years ago
Arnaldo Carvalho de Melo 543d9cfeec [NET]: Identation & other cleanups related to compat_[gs]etsockopt cset 19 years ago
Dmitry Mishin 3fdadf7d27 [NET]: {get|set}sockopt compatibility layer 19 years ago