164 Commits (b6b99eb5409d75ae35390057cd28f3aedfbd4cf4)

Author SHA1 Message Date
Victor Fusco 86a76caf87 [NET]: Fix sparse warnings 20 years ago
David S. Miller b03efcfb21 [NET]: Transform skb_queue_len() binary tests into skb_queue_empty() 20 years ago
David S. Miller 908a75c17a [TCP]: Never TSO defer under periods of congestion. 20 years ago
David S. Miller c1b4a7e695 [TCP]: Move to new TSO segmenting scheme. 20 years ago
David S. Miller 0d9901df62 [TCP]: Break out send buffer expansion test. 20 years ago
David S. Miller cb83199a29 [TCP]: Do not call tcp_tso_acked() if no work to do. 20 years ago
David S. Miller a56476962e [TCP]: Kill bogus comment above tcp_tso_acked(). 20 years ago
David S. Miller b4e26f5ea0 [TCP]: Fix send-side cpu utiliziation regression. 20 years ago
David S. Miller aa93466bdf [TCP]: Eliminate redundant computations in tcp_write_xmit(). 20 years ago
David S. Miller 7f4dd0a943 [TCP]: Break out tcp_snd_test() into it's constituent parts. 20 years ago
David S. Miller 55c97f3e99 [TCP]: Fix __tcp_push_pending_frames() 'nonagle' handling. 20 years ago
David S. Miller a2e2a59c93 [TCP]: Fix redundant calculations of tcp_current_mss() 20 years ago
David S. Miller 92df7b518d [TCP]: tcp_write_xmit() tabbing cleanup 20 years ago
David S. Miller a762a98007 [TCP]: Kill extra cwnd validate in __tcp_push_pending_frames(). 20 years ago
David S. Miller f44b527177 [TCP]: Add missing skb_header_release() call to tcp_fragment(). 20 years ago
David S. Miller 84d3e7b957 [TCP]: Move __tcp_data_snd_check into tcp_output.c 20 years ago
David S. Miller f6302d1d78 [TCP]: Move send test logic out of net/tcp.h 20 years ago
David S. Miller fc6415bcb0 [TCP]: Fix quick-ack decrementing with TSO. 20 years ago
David S. Miller c65f7f00c5 [TCP]: Simplify SKB data portion allocation with NETIF_F_SG. 20 years ago
Robert Olsson 2f36895aa7 [IPV4]: More broken memory allocation fixes for fib_trie 20 years ago
Eric Dumazet bb1d23b026 [IPV4]: Bug fix in rt_check_expire() 20 years ago
Eric Dumazet 424c4b70cc [IPV4]: Use the fancy alloc_large_system_hash() function for route hash table 20 years ago
Eric Dumazet 22c047ccbc [NET]: Hashed spinlocks in net/ipv4/route.c 20 years ago
Patrick McHardy f0e36f8cee [IPV4]: Handle large allocations in fib_trie 20 years ago
Herbert Xu 30e224d76f [IPV4]: Fix crash in ip_rcv while booting related to netconsole 20 years ago
Thomas Graf e176fe8954 [NET]: Remove unused security member in sk_buff 20 years ago
Patrick McHardy 9666dae510 [NETFILTER]: Fix connection tracking bug in 2.6.12 20 years ago
Neil Horman fb3d89498d [IPVS]: Close race conditions on ip_vs_conn_tab list modification 20 years ago
Robert Olsson f835e471b5 [IPV4]: Broken memory allocation in fib_trie 20 years ago
Maxime Bizon 7a1af5d7bb [IPV4]: ipconfig.c: fix dhcp timeout behaviour 20 years ago
Dietmar Eggemann 2c2910a401 [IPV4]: Snmpv2 Mib IP counter ipInAddrErrors support 20 years ago
Patrick McHardy 9ef1d4c7c7 [NETLINK]: Missing initializations in dumped data 20 years ago
Harald Welte 4095ebf1e6 [NETFILTER]: ipt_CLUSTERIP: fix ARP mangling 20 years ago
pageexec 4da62fc70d [IPVS]: Fix for overflows 20 years ago
Adrian Bunk 60fe740320 [TCP]: Let TCP_CONG_ADVANCED default to n 20 years ago
David S. Miller 6c3607676c [IPV4]: Fix thinko in TCP_CONG_BIC default. 20 years ago
David S. Miller a6484045fd [TCP]: Do not present confusing congestion control options by default. 20 years ago
David S. Miller bb298ca3ce [IPV4]: Move FIB lookup algorithm choice under IP_ADVANCED_ROUTING 20 years ago
Stephen Hemminger 5f8ef48d24 [TCP]: Allow choosing TCP congestion control via sockopt. 20 years ago
John Heffner 0e57976b63 [TCP]: Add Scalable TCP congestion control module. 20 years ago
Baruch Even a7868ea68d [TCP]: Add H-TCP congestion control module. 20 years ago
Stephen Hemminger b87d8561d8 [TCP]: Add TCP Vegas congestion control module. 20 years ago
Daniele Lacamera 835b3f0c0d [TCP]: Add TCP Hybla congestion control module. 20 years ago
John Heffner a628d29b56 [TCP]: Add High Speed TCP congestion control module. 20 years ago
Stephen Hemminger 8727076289 [TCP]: Add TCP Westwood congestion control module. 20 years ago
Stephen Hemminger 83803034f4 [TCP]: Add TCP BIC congestion control module. 20 years ago
Stephen Hemminger 056ede6cfa [TCP]: Report congestion control algorithm in tcp_diag. 20 years ago
Stephen Hemminger 7c99c909fa [TCP]: Change tcp_diag to use the existing __RTA_PUT() macro. 20 years ago
Stephen Hemminger 317a76f9a4 [TCP]: Add pluggable congestion control algorithm infrastructure. 20 years ago
Paulo Marques 543537bd92 [PATCH] create a kstrdup library function 20 years ago