summaryrefslogtreecommitdiffstats
path: root/include/net/tcp.h
Commit message (Expand)AuthorAgeFilesLines
* [TCP]: Use old definition of beforeGerrit Renker2007-01-041-1/+1
* [TCP]: Fix ambiguity in the `before' relation.Gerrit Renker2006-12-221-7/+2
* [NET]: Fix assorted misannotations (from md5 and udplite merges).Al Viro2006-12-021-1/+1
* [NET]: Annotate __skb_checksum_complete() and friends.Al Viro2006-12-021-1/+1
* [NET]: Annotate csum_tcpudp_magic() callers in net/*Al Viro2006-12-021-3/+3
* [TCP]: MD5 Signature Option (RFC2385) support.YOSHIFUJI Hideaki2006-12-021-0/+143
* [TCP]: Restrict congestion control choices.Stephen Hemminger2006-12-021-0/+3
* [TCP]: Add tcp_available_congestion_control sysctl.Stephen Hemminger2006-12-021-0/+4
* [NET]: Size listen hash tables using backlog hintEric Dumazet2006-12-021-1/+0
* [TCP]: SNMPv2 tcpAttemptFails counter errorWei Yongjun2006-08-021-0/+3
* [NET] gso: Fix up GSO packets with broken checksumsHerbert Xu2006-07-081-0/+1
* [NET]: Generalise TSO-specific bits from skb_setup_capsHerbert Xu2006-06-301-1/+1
* [NET]: Added GSO header verificationHerbert Xu2006-06-291-1/+1
* [NET]: Add software TSOv4Herbert Xu2006-06-231-0/+2
* [NET]: Merge TSO/UFO fields in sk_buffHerbert Xu2006-06-231-2/+2
* Merge git://git.infradead.org/hdrcleanup-2.6Linus Torvalds2006-06-201-1/+0
|\
| * Don't include linux/config.h from anywhere else in include/David Woodhouse2006-04-261-1/+0
* | [TCP]: Add tcp_slow_start_after_idle sysctl.David S. Miller2006-06-171-0/+1
* | [TCP]: Minimum congestion window consolidation.Stephen Hemminger2006-06-171-2/+2
* | [I/OAT]: Add a sysctl for tuning the I/OAT offloaded I/O thresholdChris Leech2006-06-171-0/+1
* | [I/OAT]: Rename cleanup_rbuf to tcp_cleanup_rbuf and make non-staticChris Leech2006-06-171-0/+2
* | [I/OAT]: Structure changes for TCP recv offload to I/OATChris Leech2006-06-171-0/+7
|/
* [TCP]: Kill unused extern decl for tcp_v4_hash_connecting()David S. Miller2006-03-311-3/+0
* [NET]: {get|set}sockopt compatibility layerDmitry Mishin2006-03-201-0/+6
* [TCP]: sysctl to allow TCP window > 32767 sans wscaleRick Jones2006-03-201-0/+1
* [TCP]: MTU probingJohn Heffner2006-03-201-0/+9
* [TCP]: less inline'sStephen Hemminger2006-01-031-166/+27
* [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/+1
* [TCP]: More spelling fixes.Stephen Hemminger2005-11-151-2/+2
* [TCP]: speed up SACK processingStephen Hemminger2005-11-101-0/+9
* [TCP]: spelling fixesStephen Hemminger2005-11-101-6/+6
* [TCP]: Appropriate Byte Count supportStephen Hemminger2005-11-101-0/+19
* [TCP]: add tcp_slow_start helperStephen Hemminger2005-11-101-0/+10
* [TCP]: fix congestion window update when using TSO deferalStephen Hemminger2005-11-101-0/+21
* [NET]: Detect hardware rx checksum faults correctlyHerbert Xu2005-11-101-1/+2
* [PATCH] gfp flags annotations - part 1Al Viro2005-10-081-2/+1
* [TCP]: Keep TSO enabled even during loss events.David S. Miller2005-09-011-0/+1
* [NET]: Fix sparse warningsArnaldo Carvalho de Melo2005-08-291-0/+12
* [INET_DIAG]: Move the tcp_diag interface to the proper placeArnaldo Carvalho de Melo2005-08-291-1/+1
* [TCPDIAG]: Just rename everything to inet_diagArnaldo Carvalho de Melo2005-08-291-1/+1
* [ICSK]: Move TCP congestion avoidance members to icskArnaldo Carvalho de Melo2005-08-291-32/+42
* [TIMEWAIT]: Move inet_timewait_death_row routines to net/ipv4/inet_timewait_s...Arnaldo Carvalho de Melo2005-08-291-2/+0
* [TIMEWAIT]: Introduce inet_timewait_death_rowArnaldo Carvalho de Melo2005-08-291-31/+5
* [ICSK]: Move generalised functions from tcp to inet_connection_sockArnaldo Carvalho de Melo2005-08-291-6/+0
* [ICSK]: Introduce reqsk_queue_prune from code in tcp_synack_timerArnaldo Carvalho de Melo2005-08-291-1/+2
* [ICSK]: Generalise tcp_listen_{start,stop}Arnaldo Carvalho de Melo2005-08-291-2/+2
* [NET]: Just move the inet_connection_sock function from tcp sourcesArnaldo Carvalho de Melo2005-08-291-152/+8
* [NET]: Introduce inet_connection_sockArnaldo Carvalho de Melo2005-08-291-111/+111
OpenPOWER on IntegriCloud