Commit Graph

2281 Commits (e4c78840284f3f51b1896cf3936d60a6033c4d2c)

Author SHA1 Message Date
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
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
Denis V. Lunev 4a6ad7a141 [NETNS]: Make icmp_sk per namespace. 17 years ago
Denis V. Lunev 5c8cafd65e [NETNS]: icmp(v6)_sk should not pin a namespace. 17 years ago
Denis V. Lunev 79c9115953 [ICMP]: Allocate data for __icmp(v6)_sk dynamically. 17 years ago
Denis V. Lunev 405666db84 [ICMP]: Pass proper ICMP socket into icmp(v6)_xmit_(un)lock. 17 years ago
Denis V. Lunev b7e729c4b4 [ICMP]: Store sock rather than socket for ICMP flow control. 17 years ago
Denis V. Lunev 1e3cf6834e [ICMP]: Optimize icmp_socket usage. 17 years ago
Denis V. Lunev a5710d6582 [ICMP]: Add return code to icmp_init. 17 years ago
Denis V. Lunev 9b0f976f27 [INET]: Remove struct net_proto_family* from _init calls. 17 years ago
Sangtae Ha 0bc8c7bf9e [TCP]: BIC web page link is corrected. 17 years ago
Denis V. Lunev c4544c7243 [NETNS]: Process inet_select_addr inside a namespace. 17 years ago
Denis V. Lunev 3776c8891a [NETNS]: Enable IPv4 address manipulations inside namespace. 17 years ago
Denis V. Lunev 1937504dd1 [NETNS]: Enable all routing manipulation via netlink inside namespace. 17 years ago
Denis V. Lunev e5b13cb10d [NETNS]: Process devinet ioctl in the correct namespace. 17 years ago
Denis V. Lunev 73b3871165 [NETNS]: Register /proc/net/rt_cache for each namespace. 17 years ago
Denis V. Lunev a75e936f2f [NETNS]: Process /proc/net/rt_cache inside a namespace. 17 years ago
Denis V. Lunev 642d631811 [IPV4]: rt_cache_get_next should take rt_genid into account. 17 years ago
Denis V. Lunev 317805b8f8 [NETNS]: Process ip_rt_redirect in the correct namespace. 17 years ago
Denis V. Lunev be162d6288 [NETNS]: Enable inetdev_event notifier. 17 years ago