summaryrefslogtreecommitdiffstats
path: root/include/net/tcp.h
Commit message (Expand)AuthorAgeFilesLines
* [TCP]: Kill unused extern decl for tcp_v4_hash_connecting()David S. Miller2006-03-311-3/+0Star
* [NET]: {get|set}sockopt compatibility layerDmitry Mishin2006-03-211-0/+6
* [TCP]: sysctl to allow TCP window > 32767 sans wscaleRick Jones2006-03-211-0/+1
* [TCP]: MTU probingJohn Heffner2006-03-211-0/+9
* [TCP]: less inline'sStephen Hemminger2006-01-041-166/+27Star
* [TCP]: Don't use __constant_htonl for a non const argArnaldo Carvalho de Melo2006-01-031-5/+5
* [TWSK]: Introduce struct timewait_sock_opsArnaldo Carvalho de Melo2006-01-031-0/+3
* [ICSK]: Rename struct tcp_func to struct inet_connection_sock_af_opsArnaldo Carvalho de Melo2006-01-031-49/+1Star
* [TCP]: More spelling fixes.Stephen Hemminger2005-11-161-2/+2
* [TCP]: speed up SACK processingStephen Hemminger2005-11-111-0/+9
* [TCP]: spelling fixesStephen Hemminger2005-11-111-6/+6
* [TCP]: Appropriate Byte Count supportStephen Hemminger2005-11-111-0/+19
* [TCP]: add tcp_slow_start helperStephen Hemminger2005-11-111-0/+10
* [TCP]: fix congestion window update when using TSO deferalStephen Hemminger2005-11-111-0/+21
* [NET]: Detect hardware rx checksum faults correctlyHerbert Xu2005-11-101-1/+2
* [PATCH] gfp flags annotations - part 1Al Viro2005-10-091-2/+1Star
* [TCP]: Keep TSO enabled even during loss events.David S. Miller2005-09-021-0/+1
* [NET]: Fix sparse warningsArnaldo Carvalho de Melo2005-08-301-0/+12
* [INET_DIAG]: Move the tcp_diag interface to the proper placeArnaldo Carvalho de Melo2005-08-301-1/+1
* [TCPDIAG]: Just rename everything to inet_diagArnaldo Carvalho de Melo2005-08-301-1/+1
* [ICSK]: Move TCP congestion avoidance members to icskArnaldo Carvalho de Melo2005-08-301-32/+42
* [TIMEWAIT]: Move inet_timewait_death_row routines to net/ipv4/inet_timewait_s...Arnaldo Carvalho de Melo2005-08-301-2/+0Star
* [TIMEWAIT]: Introduce inet_timewait_death_rowArnaldo Carvalho de Melo2005-08-301-31/+5Star
* [ICSK]: Move generalised functions from tcp to inet_connection_sockArnaldo Carvalho de Melo2005-08-301-6/+0Star
* [ICSK]: Introduce reqsk_queue_prune from code in tcp_synack_timerArnaldo Carvalho de Melo2005-08-301-1/+2
* [ICSK]: Generalise tcp_listen_{start,stop}Arnaldo Carvalho de Melo2005-08-301-2/+2
* [NET]: Just move the inet_connection_sock function from tcp sourcesArnaldo Carvalho de Melo2005-08-301-152/+8Star
* [NET]: Introduce inet_connection_sockArnaldo Carvalho de Melo2005-08-301-111/+111
* [INET]: Generalise tcp_tw_bucket, aka TIME_WAIT socketsArnaldo Carvalho de Melo2005-08-301-198/+4Star
* [TCP]: Move the tcp sock states to net/tcp_states.hArnaldo Carvalho de Melo2005-08-301-0/+2
* [INET]: Generalise the tcp_listen_ lock routinesArnaldo Carvalho de Melo2005-08-301-21/+0Star
* [INET]: Move tcp_port_rover to inet_hashinfoArnaldo Carvalho de Melo2005-08-301-19/+7Star
* [INET]: Generalise tcp_bind_hash & tcp_inherit_portArnaldo Carvalho de Melo2005-08-301-9/+2Star
* [INET]: Move bind_hash from tcp_sk to inet_skArnaldo Carvalho de Melo2005-08-301-1/+1
* [INET]: Move the TCP hashtable functions/structs to inet_hashtables.[ch]Arnaldo Carvalho de Melo2005-08-301-118/+2Star
* [INET]: Just rename the TCP hashtable functions/structs to inet_Arnaldo Carvalho de Melo2005-08-301-51/+42Star
* [INET]: Introduce inet_sk_rebuild_headerArnaldo Carvalho de Melo2005-08-301-2/+0Star
* [SOCK]: Introduce sk_setup_capsArnaldo Carvalho de Melo2005-08-301-9/+0Star
* [NET]: Cleanup INET_REFCNT_DEBUG codeArnaldo Carvalho de Melo2005-08-301-1/+1
* [NET]: Spelling mistakes threshoulds -> thresholdsBaruch Even2005-07-311-1/+1
* [NET]: Fix sparse warningsVictor Fusco2005-07-081-1/+2
* [NET]: Transform skb_queue_len() binary tests into skb_queue_empty()David S. Miller2005-07-081-1/+1
* [TCP]: Move to new TSO segmenting scheme.David S. Miller2005-07-061-2/+2
* [TCP]: Fix __tcp_push_pending_frames() 'nonagle' handling.David S. Miller2005-07-061-1/+0Star
* [TCP]: Fix redundant calculations of tcp_current_mss()David S. Miller2005-07-061-1/+1
* [TCP]: Kill extra cwnd validate in __tcp_push_pending_frames().David S. Miller2005-07-061-23/+3Star
* [TCP]: Move __tcp_data_snd_check into tcp_output.cDavid S. Miller2005-07-061-0/+1
* [TCP]: Move send test logic out of net/tcp.hDavid S. Miller2005-07-061-110/+3Star
* [TCP]: Fix quick-ack decrementing with TSO.David S. Miller2005-07-061-4/+9
* [TCP]: Need to declare 'tcp_reno' in net/tcp.hDavid S. Miller2005-06-241-0/+1