Commit Graph

2458 Commits (263173af5b4635c07dd862255e5b767cd429c640)

Author SHA1 Message Date
Pavel Emelyanov ff2bac6a63 [UDP-Lite]: Clean up proc creation a bit. 17 years ago
Pavel Emelyanov 757764f61d [NETNS][TCP]: Register /proc/net/tcp in a namespace. 17 years ago
Pavel Emelyanov 15439febb0 [NETNS][UDP]: Register /proc/net/udp in a namespace. 17 years ago
Kazunori MIYAZAWA df9dcb4588 [IPSEC]: Fix inter address family IPsec tunnel handling. 17 years ago
Stephen Hemminger 3d3b2d25a4 fib_trie: print information on all routing tables 17 years ago
Florian Westphal 2051f11fb8 [TCP]: Shrink syncookie_secret by 8 byte. 17 years ago
Stephen Hemminger 6440cc9e0f [IPV4] fib_trie: fix warning from rcu_assign_poinger 17 years ago
Stephen Hemminger 817bc4db77 [IPV4] route: use read_mostly 17 years ago
Denis V. Lunev ce25999078 [IPV4]: sk parameter is unused in ipv4_dst_blackhole. 17 years ago
Pavel Emelyanov fc8717baa8 [RAW]: Add raw_hashinfo member on struct proto. 17 years ago
Pavel Emelyanov 6ba5a3c52d [UDP]: Make full use of proto.h.udp_hash innovation. 17 years ago
Pavel Emelyanov 39d8cda76c [SOCK]: Add udp_hash member to struct proto. 17 years ago
Denis V. Lunev 22aba383ce [IPV4]: Always pass ip_options pointer into ip_options_compile. 17 years ago
Denis V. Lunev ef722495c8 [IPV4]: Remove unused ip_options->is_data. 17 years ago
Denis V. Lunev 10fe7d85e2 [IPV4]: Remove unnecessary check for opt->is_data in ip_options_compile. 17 years ago
Herbert Xu 69d1506731 [TCP]: Let skbs grow over a page on fast peers 17 years ago
Patrick McManus ec3c0982a2 [TCP]: TCP_DEFER_ACCEPT updates - process as established 17 years ago
Patrick McManus e4c7884028 [TCP]: TCP_DEFER_ACCEPT updates - dont retxmt synack 17 years ago
Patrick McManus 539fae89be [TCP]: TCP_DEFER_ACCEPT updates - defer timeout conflicts with max_thresh 17 years ago
Pavel Emelyanov 28518fc170 [NET]: NULL pointer dereference and other nasty things in /proc/net/(tcp|udp)[6] 17 years ago
Phil Oester 12b101555f [IPV4]: Fix null dereference in ip_defrag 17 years ago
Daniel Lezcano 6f8b13bcb3 [NETNS][IPV6] tcp6 - make proc per namespace 17 years ago
Daniel Lezcano 0c96d8c50b [NETNS][IPV6] udp6 - make proc per namespace 17 years ago
Daniel Lezcano f40c8174d3 [NETNS][IPV4] tcp - make proc handle the network namespaces 17 years ago
Daniel Lezcano 8d9f1744ca [NETNS][IPV6] tcp - assign the netns for timewait sockets 17 years ago
Daniel Lezcano a91275eff4 [NETNS][IPV6] udp - make proc handle the network namespace 17 years ago
Peter P Waskiewicz Jr 82cc1a7a56 [NET]: Add per-connection option to set max TSO frame size 17 years ago
Patrick McHardy 607bfbf2d5 [TCP]: Fix shrinking windows with window scaling 17 years ago
Daniel Hokka Zakrisson d0ebf13359 [NETFILTER]: ipt_recent: sanity check hit count 17 years ago
Robert P. J. Day 938b93adb2 [NET]: Add debugging names to __RW_LOCK_UNLOCKED macros. 17 years ago
Al Viro 5e226e4d90 [IPV4]: esp_output() misannotations 17 years ago
Al Viro e6f1cebf71 [NET] endianness noise: INADDR_ANY 17 years ago
Ilpo Järvinen 5ea3a74806 [TCP]: Prevent sending past receiver window with TSO (at last skb) 17 years ago
David S. Miller db8dac20d5 [UDP]: Revert udplite and code split. 17 years ago
Harvey Harrison 0dc47877a3 net: replace remaining __FUNCTION__ occurrences 17 years ago
Eric Dumazet ee6b967301 [IPV4]: Add 'rtable' field in struct sk_buff to alias 'dst' and avoid casts 17 years ago
Stephen Hemminger dea75bdfa5 [IPCONFIG]: The kernel gets no IP from some DHCP servers 17 years ago
Herbert Xu ed58dd41f3 [ESP]: Add select on AUTHENC 17 years ago
Sangtae Ha 6b3d626321 [TCP]: TCP cubic v2.2 17 years ago
YOSHIFUJI Hideaki 8be8af8fa4 [IPV4] UDP: Move IPv4-specific bits to other file. 17 years ago
YOSHIFUJI Hideaki e898d4db27 [UDP]: Allow users to configure UDP-Lite. 17 years ago
Glenn Griffin c6aefafb7e [TCP]: Add IPv6 support to TCP SYN cookies 17 years ago
Eric Dumazet 11baab7ac3 [TCP]: lower stack usage in cookie_hash() function 17 years ago
Pavel Emelyanov 988b705077 [ARP]: Introduce the arp_hdr_len helper. 17 years ago
Ilpo Järvinen d152a7d88a [TCP]: Must count fack_count also when skipping 17 years ago
Denis V. Lunev 7cd04fa7e3 [TCP]: Merge exit paths in tcp_v4_conn_request. 17 years ago
Denis V. Lunev da7ef338a2 [IPV4]: skb->dst can't be NULL in ip_options_echo. 17 years ago
Denis V. Lunev 1d1c8d13c4 [ICMP]: Section conflict between icmp_sk_init/icmp_sk_exit. 17 years ago
Denis V. Lunev fd80eb942a [INET]: Remove struct dst_entry *dst from request_sock_ops.rtx_syn_ack. 17 years ago
Pavel Emelyanov 665bba1087 [NETFILTER/RXRPC]: Don't use seq_release_private where inappropriate. 17 years ago