aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_ipv4.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2006-07-03[PATCH] lockdep: annotate bh_lock_sock()Ingo Molnar1-1/+1
2006-07-03[PATCH] lockdep: locking init debugging improvementIngo Molnar1-1/+1
2006-06-30Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-0/+2
2006-06-30[NET]: Generalise TSO-specific bits from skb_setup_capsHerbert Xu1-0/+2
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-06-29[TCP]: Export accept queue len of a TCP listening socket via rx_queueSridhar Samudrala1-1/+2
2006-06-17[I/OAT]: TCP recv offload to I/OATChris Leech1-1/+17
2006-04-14[IPV4]: Possible cleanups.Adrian Bunk1-1/+0
2006-03-20[NET]: Identation & other cleanups related to compat_[gs]etsockopt csetArnaldo Carvalho de Melo1-17/+17
2006-03-20[NET]: {get|set}sockopt compatibility layerDmitry Mishin1-0/+8
2006-03-20[ICSK]: Introduce inet_csk_ctl_sock_createArnaldo Carvalho de Melo1-12/+1
2006-03-20[TCP]: MTU probingJohn Heffner1-0/+1
2006-01-31[NET]: Do not export inet_bind_bucket_create twice.Sam Ravnborg1-1/+0
2006-01-31[IPV4]: Always set fl.proto in ip_route_newportsPatrick McHardy1-1/+1
2006-01-07[NETFILTER]: Keep conntrack reference until IPsec policy checks are donePatrick McHardy1-0/+1
2006-01-04[TCP]: syn_flood_warning is only needed if CONFIG_SYN_COOKIES is selectedArnaldo Carvalho de Melo1-0/+2
2006-01-03[TCP]: less inline'sStephen Hemminger1-5/+4
2006-01-03[IP_SOCKGLUE]: Remove most of the tcp specific callsArnaldo Carvalho de Melo1-6/+6
2006-01-03[INET]: Generalise tcp_v4_hash_connectArnaldo Carvalho de Melo1-172/+1
2006-01-03[TWSK]: Introduce struct timewait_sock_opsArnaldo Carvalho de Melo1-29/+42
2006-01-03[ICSK]: Move v4_addr2sockaddr from TCP to icskArnaldo Carvalho de Melo1-11/+1
2006-01-03[ICSK]: Rename struct tcp_func to struct inet_connection_sock_af_opsArnaldo Carvalho de Melo1-6/+5
2006-01-03[IPV6]: Reuse inet_csk_get_port in tcp_v6_get_portArnaldo Carvalho de Melo1-1/+2
2005-11-10[TCP]: spelling fixesStephen Hemminger1-2/+2
2005-11-10[NET]: Detect hardware rx checksum faults correctlyHerbert Xu1-15/+9
2005-11-08[NET]: kfree cleanupJesper Juhl1-2/+1
2005-11-05[TCP/DCCP]: Randomize port selectionStephen Hemminger1-2/+0
2005-10-03[INET]: speedup inet (tcp/dccp) lookupsEric Dumazet1-5/+6
2005-08-29[NET]: Fix sparse warningsArnaldo Carvalho de Melo1-1/+1
2005-08-29[ICSK]: Move TCP congestion avoidance members to icskArnaldo Carvalho de Melo1-4/+5
2005-08-29[NET]: Make NETDEBUG pure printk wrappersPatrick McHardy1-6/+5
2005-08-29[TIMEWAIT]: Introduce inet_timewait_death_rowArnaldo Carvalho de Melo1-5/+6
2005-08-29[ICSK]: Generalise tcp_listen_{start,stop}Arnaldo Carvalho de Melo1-5/+1
2005-08-29[NET]: Just move the inet_connection_sock function from tcp sourcesArnaldo Carvalho de Melo1-209/+1
2005-08-29[NET]: Introduce inet_connection_sockArnaldo Carvalho de Melo1-73/+85
2005-08-29[INET]: Generalise the TCP sock ID lookup routinesArnaldo Carvalho de Melo1-75/+8
2005-08-29[INET]: Generalise tcp_tw_bucket, aka TIME_WAIT socketsArnaldo Carvalho de Melo1-52/+55
2005-08-29[INET]: Generalise tcp_v4_lookup_listenerArnaldo Carvalho de Melo1-76/+5
2005-08-29[INET]: Generalise tcp_v4_hash & tcp_unhashArnaldo Carvalho de Melo1-27/+2
2005-08-29[INET]: Generalise the tcp_listen_ lock routinesArnaldo Carvalho de Melo1-61/+9
2005-08-29[INET]: Move tcp_port_rover to inet_hashinfoArnaldo Carvalho de Melo1-51/+50
2005-08-29[INET]: Generalise tcp_bind_hash & tcp_inherit_portArnaldo Carvalho de Melo1-64/+4
2005-08-29[INET]: Move bind_hash from tcp_sk to inet_skArnaldo Carvalho de Melo1-10/+11
2005-08-29[INET]: Move the TCP hashtable functions/structs to inet_hashtables.[ch]Arnaldo Carvalho de Melo1-26/+0
2005-08-29[INET]: Just rename the TCP hashtable functions/structs to inet_Arnaldo Carvalho de Melo1-50/+56
2005-08-29[INET]: Move the TCP ehash functions to include/net/inet_hashtables.hArnaldo Carvalho de Melo1-23/+5
2005-08-29[INET]: Introduce inet_sk_rebuild_headerArnaldo Carvalho de Melo1-97/+1
2005-08-29[SOCK]: Introduce sk_setup_capsArnaldo Carvalho de Melo1-8/+4
2005-08-29[SOCK]: Rename __tcp_v4_rehash to __sk_prot_rehashArnaldo Carvalho de Melo1-10/+1
2005-08-23[TCP]: Document non-trivial locking path in tcp_v{4,6}_get_port().David S. Miller1-2/+7