index
:
history
master
Linux kernel history
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
net
/
tcp.h
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2005-03-16
[NET] Convert sk_no_largesend into SOCK_NO_LARGESEND flag
Thomas Graf
1
-1
/
+1
2005-03-14
[TCP]: Fix gcc-3.4 build when TCP_DEBUG is disabled in tcp.h
Andre Tomt
1
-0
/
+1
2005-02-21
[TCP]: Fix excessive stack usage resulting in OOPS with 4KSTACKS.
Arnaldo Carvalho de Melo
1
-29
/
+29
2005-02-21
[TCP]: Fix BIC max_cwnd calculation error.
Stephen Hemminger
1
-8
/
+9
2005-01-16
[TCP]: Remove tcp_pcount_t
Herbert Xu
1
-56
/
+17
2005-01-05
Merge bk://kernel.bkbits.net/acme/connection_sock-2.6
David S. Miller
1
-56
/
+56
2004-12-28
[TCP] merge tcp_sock with tcp_opt
Arnaldo Carvalho de Melo
1
-56
/
+56
2004-12-27
[INET] move inet_sock into inet_opt and rename it to inet_sock
Arnaldo Carvalho de Melo
1
-1
/
+1
2004-12-27
Merge bk://kernel.bkbits.net/acme/connection_sock-2.6
David S. Miller
1
-16
/
+0
2004-12-27
[IPV4]: Staticize and remove unneeded exports.
Adrian Bunk
1
-16
/
+0
2004-11-11
[IPV6] Use ipv6_addr_equal() where appropriate.
Hideaki Yoshifuji
1
-2
/
+2
2004-11-10
[IPV6] Fix unresolved symbol timer_bug_msg.
Hideaki Yoshifuji
1
-3
/
+9
2004-10-25
[TCP]: Remove dead exports.
Christoph Hellwig
1
-1
/
+0
2004-10-20
[TCP]: use const in tcp.h
Stephen Hemminger
1
-25
/
+33
2004-10-03
[TCP]: Rename tcp_skb_psize() to tcp_skb_mss().
David S. Miller
1
-1
/
+1
2004-09-30
[TCP]: Kill tso_{factor,mss}.
David S. Miller
1
-7
/
+11
2004-09-30
[TCP]: Add tcp_tso_win_divisor sysctl.
David S. Miller
1
-0
/
+1
2004-09-29
[TCP]: Smooth out TSO ack clocking.
David S. Miller
1
-0
/
+1
2004-09-27
[TCP]: Uninline tcp_current_mss().
David S. Miller
1
-32
/
+2
2004-09-27
[TCP]: Fix congestion window expansion when using TSO.
David S. Miller
1
-1
/
+2
2004-09-26
[TCP]: Choose congestion algorithm at initialization.
Stephen Hemminger
1
-13
/
+15
2004-09-13
Merge bk://kernel.bkbits.net/acme/net-2.6
David S. Miller
1
-3
/
+0
2004-09-13
[NET] generalise per protocol slab cache handling
Arnaldo Carvalho de Melo
1
-3
/
+0
2004-09-08
[TCP]: Fix tcp_set_skb_tso_factor() calcs.
David S. Miller
1
-2
/
+2
2004-09-08
[TCP]: Do not export tcp_transmit_skb().
David S. Miller
1
-1
/
+0
2004-09-06
[TCP]: Make sure SKB tso factor is setup early enough.
David S. Miller
1
-0
/
+7
2004-09-06
[TCP]: Calculate SKB tso factor more accurately.
David S. Miller
1
-5
/
+3
2004-09-06
[TCP]: Make TSO play nice with congestion window.
David S. Miller
1
-17
/
+98
2004-08-25
[TCP]: Automatically compute tcp_default_win_scale.
Stephen Hemminger
1
-65
/
+6
2004-07-20
Merge bk://bk.skbuff.net:20608/linux-2.6-snmp-20040708
David S. Miller
1
-8
/
+8
2004-07-09
[NET] convert storage for MIB from struct member to array item.
Hideaki Yoshifuji
1
-8
/
+8
2004-07-07
[TCP]: Type qualifiers, such as const, are ignored on function return type.
David S. Miller
1
-3
/
+3
2004-07-05
[TCP]: Inline message.
Hideaki Yoshifuji
1
-1
/
+1
2004-06-23
[NET] make the struct proto entries related to memory pressure be pointers
Arnaldo Carvalho de Melo
1
-0
/
+7
2004-06-23
[NET] Generalise tcp_{writequeue_purge,rmem_schedule,alloc_{pskb,page}}
Arnaldo Carvalho de Melo
1
-46
/
+0
2004-06-22
[NET] Generalise tcp memory pressure handling
Arnaldo Carvalho de Melo
1
-28
/
+4
2004-06-21
[NET] move send_head from tcp private area to struct sock
Arnaldo Carvalho de Melo
1
-12
/
+5
2004-06-21
[NET] generalise tcp_moderate_sndbuf
Arnaldo Carvalho de Melo
1
-10
/
+2
2004-06-21
[NET] generalise tcp_free_skb, renaming it to sk_stream_free_skb
Arnaldo Carvalho de Melo
1
-9
/
+1
2004-06-21
[NET] generalise tcp_set_owner_r and tcp_rfree
Arnaldo Carvalho de Melo
1
-10
/
+0
2004-06-19
[NET] generalise tcp_add_data, skb_split and tcp_copy_to_page
Arnaldo Carvalho de Melo
1
-0
/
+1
2004-06-12
[NET] first bits of net/core/stream.c
Arnaldo Carvalho de Melo
1
-22
/
+0
2004-06-11
[NET] generalize some simple tcp sk_ack_backlog handling routines
Arnaldo Carvalho de Melo
1
-16
/
+1
2004-06-09
[NET] Introduce sk_reset_timer and sk_stop_timer
Arnaldo Carvalho de Melo
1
-10
/
+4
2004-06-06
[TCP]: Need tcp_get_info decl in net/tcp.h
David S. Miller
1
-0
/
+3
2004-05-29
[PATCH] sparse: ->[gs]etsockopt() annotation
Alexander Viro
1
-6
/
+7
2004-05-28
[TCP]: More sysctl tweakings for rcvbuf stuff.
David S. Miller
1
-0
/
+1
2004-05-27
[TCP]: Grow socket receive buffer based upon estimated sender window.
David S. Miller
1
-0
/
+2
2004-05-26
[TCP]: Add tcp_default_win_scale sysctl.
David S. Miller
1
-0
/
+4
2004-05-08
[TCP]: BIC TCP for Linux 2.6.6
Stephen Hemminger
1
-0
/
+41
[next]