summaryrefslogtreecommitdiff
path: root/net/ipv4/tcp_ipv4.c
AgeCommit message (Expand)Author
2006-01-31[NET]: Do not export inet_bind_bucket_create twice.Sam Ravnborg
2006-01-31[IPV4]: Always set fl.proto in ip_route_newportsPatrick McHardy
2006-01-07[NETFILTER]: Keep conntrack reference until IPsec policy checks are donePatrick McHardy
2006-01-04[TCP]: syn_flood_warning is only needed if CONFIG_SYN_COOKIES is selectedArnaldo Carvalho de Melo
2006-01-03[TCP]: less inline'sStephen Hemminger
2006-01-03[IP_SOCKGLUE]: Remove most of the tcp specific callsArnaldo Carvalho de Melo
2006-01-03[INET]: Generalise tcp_v4_hash_connectArnaldo Carvalho de Melo
2006-01-03[TWSK]: Introduce struct timewait_sock_opsArnaldo Carvalho de Melo
2006-01-03[ICSK]: Move v4_addr2sockaddr from TCP to icskArnaldo Carvalho de Melo
2006-01-03[ICSK]: Rename struct tcp_func to struct inet_connection_sock_af_opsArnaldo Carvalho de Melo
2006-01-03[IPV6]: Reuse inet_csk_get_port in tcp_v6_get_portArnaldo Carvalho de Melo
2005-11-10[TCP]: spelling fixesStephen Hemminger
2005-11-10[NET]: Detect hardware rx checksum faults correctlyHerbert Xu
2005-11-08[NET]: kfree cleanupJesper Juhl
2005-11-05[TCP/DCCP]: Randomize port selectionStephen Hemminger
2005-10-03[INET]: speedup inet (tcp/dccp) lookupsEric Dumazet
2005-08-29[NET]: Fix sparse warningsArnaldo Carvalho de Melo
2005-08-29[ICSK]: Move TCP congestion avoidance members to icskArnaldo Carvalho de Melo
2005-08-29[NET]: Make NETDEBUG pure printk wrappersPatrick McHardy
2005-08-29[TIMEWAIT]: Introduce inet_timewait_death_rowArnaldo Carvalho de Melo
2005-08-29[ICSK]: Generalise tcp_listen_{start,stop}Arnaldo Carvalho de Melo
2005-08-29[NET]: Just move the inet_connection_sock function from tcp sourcesArnaldo Carvalho de Melo
2005-08-29[NET]: Introduce inet_connection_sockArnaldo Carvalho de Melo
2005-08-29[INET]: Generalise the TCP sock ID lookup routinesArnaldo Carvalho de Melo
2005-08-29[INET]: Generalise tcp_tw_bucket, aka TIME_WAIT socketsArnaldo Carvalho de Melo
2005-08-29[INET]: Generalise tcp_v4_lookup_listenerArnaldo Carvalho de Melo
2005-08-29[INET]: Generalise tcp_v4_hash & tcp_unhashArnaldo Carvalho de Melo
2005-08-29[INET]: Generalise the tcp_listen_ lock routinesArnaldo Carvalho de Melo
2005-08-29[INET]: Move tcp_port_rover to inet_hashinfoArnaldo Carvalho de Melo
2005-08-29[INET]: Generalise tcp_bind_hash & tcp_inherit_portArnaldo Carvalho de Melo
2005-08-29[INET]: Move bind_hash from tcp_sk to inet_skArnaldo Carvalho de Melo
2005-08-29[INET]: Move the TCP hashtable functions/structs to inet_hashtables.[ch]Arnaldo Carvalho de Melo
2005-08-29[INET]: Just rename the TCP hashtable functions/structs to inet_Arnaldo Carvalho de Melo
2005-08-29[INET]: Move the TCP ehash functions to include/net/inet_hashtables.hArnaldo Carvalho de Melo
2005-08-29[INET]: Introduce inet_sk_rebuild_headerArnaldo Carvalho de Melo
2005-08-29[SOCK]: Introduce sk_setup_capsArnaldo Carvalho de Melo
2005-08-29[SOCK]: Rename __tcp_v4_rehash to __sk_prot_rehashArnaldo Carvalho de Melo
2005-08-23[TCP]: Document non-trivial locking path in tcp_v{4,6}_get_port().David S. Miller
2005-08-08[IPV4]: Debug cleanupHeikki Orsila
2005-07-05[TCP]: Move to new TSO segmenting scheme.David S. Miller
2005-06-23[TCP]: Allow choosing TCP congestion control via sockopt.Stephen Hemminger
2005-06-23[TCP]: Add pluggable congestion control algorithm infrastructure.Stephen Hemminger
2005-06-18[NET]: Move sysctl_max_syn_backlog into request_sock.cDavid S. Miller
2005-06-18[NET] rename struct tcp_listen_opt to struct listen_sockArnaldo Carvalho de Melo
2005-06-18[NET] Generalise tcp_listen_optArnaldo Carvalho de Melo
2005-06-18[NET] Rename open_request to request_sockArnaldo Carvalho de Melo
2005-06-18[NET] Generalise TCP's struct open_request minisock infrastructureArnaldo Carvalho de Melo
2005-05-03[TCP]: Optimize check in port-allocation code.Folkert van Heusden
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds