aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/tcp.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2005-03-16[NET] Convert sk_no_largesend into SOCK_NO_LARGESEND flagThomas Graf1-1/+1
2005-03-14[TCP]: Fix gcc-3.4 build when TCP_DEBUG is disabled in tcp.hAndre Tomt1-0/+1
2005-02-21[TCP]: Fix excessive stack usage resulting in OOPS with 4KSTACKS.Arnaldo Carvalho de Melo1-29/+29
2005-02-21[TCP]: Fix BIC max_cwnd calculation error.Stephen Hemminger1-8/+9
2005-01-16[TCP]: Remove tcp_pcount_tHerbert Xu1-56/+17
2005-01-05Merge bk://kernel.bkbits.net/acme/connection_sock-2.6David S. Miller1-56/+56
2004-12-28[TCP] merge tcp_sock with tcp_optArnaldo Carvalho de Melo1-56/+56
2004-12-27[INET] move inet_sock into inet_opt and rename it to inet_sockArnaldo Carvalho de Melo1-1/+1
2004-12-27Merge bk://kernel.bkbits.net/acme/connection_sock-2.6David S. Miller1-16/+0
2004-12-27[IPV4]: Staticize and remove unneeded exports.Adrian Bunk1-16/+0
2004-11-11[IPV6] Use ipv6_addr_equal() where appropriate.Hideaki Yoshifuji1-2/+2
2004-11-10[IPV6] Fix unresolved symbol timer_bug_msg.Hideaki Yoshifuji1-3/+9
2004-10-25[TCP]: Remove dead exports.Christoph Hellwig1-1/+0
2004-10-20[TCP]: use const in tcp.hStephen Hemminger1-25/+33
2004-10-03[TCP]: Rename tcp_skb_psize() to tcp_skb_mss().David S. Miller1-1/+1
2004-09-30[TCP]: Kill tso_{factor,mss}.David S. Miller1-7/+11
2004-09-30[TCP]: Add tcp_tso_win_divisor sysctl.David S. Miller1-0/+1
2004-09-29[TCP]: Smooth out TSO ack clocking.David S. Miller1-0/+1
2004-09-27[TCP]: Uninline tcp_current_mss().David S. Miller1-32/+2
2004-09-27[TCP]: Fix congestion window expansion when using TSO.David S. Miller1-1/+2
2004-09-26[TCP]: Choose congestion algorithm at initialization.Stephen Hemminger1-13/+15
2004-09-13Merge bk://kernel.bkbits.net/acme/net-2.6David S. Miller1-3/+0
2004-09-13[NET] generalise per protocol slab cache handlingArnaldo Carvalho de Melo1-3/+0
2004-09-08[TCP]: Fix tcp_set_skb_tso_factor() calcs.David S. Miller1-2/+2
2004-09-08[TCP]: Do not export tcp_transmit_skb().David S. Miller1-1/+0
2004-09-06[TCP]: Make sure SKB tso factor is setup early enough.David S. Miller1-0/+7
2004-09-06[TCP]: Calculate SKB tso factor more accurately.David S. Miller1-5/+3
2004-09-06[TCP]: Make TSO play nice with congestion window.David S. Miller1-17/+98
2004-08-25[TCP]: Automatically compute tcp_default_win_scale.Stephen Hemminger1-65/+6
2004-07-20Merge bk://bk.skbuff.net:20608/linux-2.6-snmp-20040708David S. Miller1-8/+8
2004-07-09[NET] convert storage for MIB from struct member to array item.Hideaki Yoshifuji1-8/+8
2004-07-07[TCP]: Type qualifiers, such as const, are ignored on function return type.David S. Miller1-3/+3
2004-07-05[TCP]: Inline message.Hideaki Yoshifuji1-1/+1
2004-06-23[NET] make the struct proto entries related to memory pressure be pointersArnaldo Carvalho de Melo1-0/+7
2004-06-23[NET] Generalise tcp_{writequeue_purge,rmem_schedule,alloc_{pskb,page}}Arnaldo Carvalho de Melo1-46/+0
2004-06-22[NET] Generalise tcp memory pressure handlingArnaldo Carvalho de Melo1-28/+4
2004-06-21[NET] move send_head from tcp private area to struct sockArnaldo Carvalho de Melo1-12/+5
2004-06-21[NET] generalise tcp_moderate_sndbufArnaldo Carvalho de Melo1-10/+2
2004-06-21[NET] generalise tcp_free_skb, renaming it to sk_stream_free_skbArnaldo Carvalho de Melo1-9/+1
2004-06-21[NET] generalise tcp_set_owner_r and tcp_rfreeArnaldo Carvalho de Melo1-10/+0
2004-06-19[NET] generalise tcp_add_data, skb_split and tcp_copy_to_pageArnaldo Carvalho de Melo1-0/+1
2004-06-12[NET] first bits of net/core/stream.cArnaldo Carvalho de Melo1-22/+0
2004-06-11[NET] generalize some simple tcp sk_ack_backlog handling routinesArnaldo Carvalho de Melo1-16/+1
2004-06-09[NET] Introduce sk_reset_timer and sk_stop_timerArnaldo Carvalho de Melo1-10/+4
2004-06-06[TCP]: Need tcp_get_info decl in net/tcp.hDavid S. Miller1-0/+3
2004-05-29[PATCH] sparse: ->[gs]etsockopt() annotationAlexander Viro1-6/+7
2004-05-28[TCP]: More sysctl tweakings for rcvbuf stuff.David S. Miller1-0/+1
2004-05-27[TCP]: Grow socket receive buffer based upon estimated sender window.David S. Miller1-0/+2
2004-05-26[TCP]: Add tcp_default_win_scale sysctl.David S. Miller1-0/+4
2004-05-08[TCP]: BIC TCP for Linux 2.6.6Stephen Hemminger1-0/+41