[TCP]: MD5 Signature Option (RFC2385) support.
[safe/jmp/linux-2.6] / include / net / tcp.h
2006-12-03 YOSHIFUJI Hideaki[TCP]: MD5 Signature Option (RFC2385) support.
2006-12-03 Stephen Hemminger[TCP]: Restrict congestion control choices.
2006-12-03 Stephen Hemminger[TCP]: Add tcp_available_congestion_control sysctl.
2006-12-03 Eric Dumazet[NET]: Size listen hash tables using backlog hint
2006-08-02 Wei Yongjun[TCP]: SNMPv2 tcpAttemptFails counter error
2006-07-08 Herbert Xu[NET] gso: Fix up GSO packets with broken checksums
2006-06-30 Herbert Xu[NET]: Generalise TSO-specific bits from skb_setup_caps
2006-06-29 Herbert Xu[NET]: Added GSO header verification
2006-06-23 Herbert Xu[NET]: Add software TSOv4
2006-06-23 Herbert Xu[NET]: Merge TSO/UFO fields in sk_buff
2006-06-20 Linus TorvaldsMerge git://git.infradead.org/hdrcleanup-2.6
2006-06-18 David S. Miller[TCP]: Add tcp_slow_start_after_idle sysctl.
2006-06-18 Stephen Hemminger[TCP]: Minimum congestion window consolidation.
2006-06-18 Chris Leech[I/OAT]: Add a sysctl for tuning the I/OAT offloaded...
2006-06-18 Chris Leech[I/OAT]: Rename cleanup_rbuf to tcp_cleanup_rbuf and...
2006-06-18 Chris Leech[I/OAT]: Structure changes for TCP recv offload to...
2006-04-26 David WoodhouseDon't include linux/config.h from anywhere else in...
2006-03-31 David S. Miller[TCP]: Kill unused extern decl for tcp_v4_hash_connecting()
2006-03-21 Dmitry Mishin[NET]: {get|set}sockopt compatibility layer
2006-03-21 Rick Jones[TCP]: sysctl to allow TCP window > 32767 sans wscale
2006-03-21 John Heffner[TCP]: MTU probing
2006-01-04 Stephen Hemminger[TCP]: less inline's
2006-01-03 Arnaldo Carvalho... [TCP]: Don't use __constant_htonl for a non const arg
2006-01-03 Arnaldo Carvalho... [TWSK]: Introduce struct timewait_sock_ops
2006-01-03 Arnaldo Carvalho... [ICSK]: Rename struct tcp_func to struct inet_connectio...
2005-11-15 Stephen Hemminger[TCP]: More spelling fixes.
2005-11-11 Stephen Hemminger[TCP]: speed up SACK processing
2005-11-11 Stephen Hemminger[TCP]: spelling fixes
2005-11-11 Stephen Hemminger[TCP]: Appropriate Byte Count support
2005-11-11 Stephen Hemminger[TCP]: add tcp_slow_start helper
2005-11-11 Stephen Hemminger[TCP]: fix congestion window update when using TSO...
2005-11-10 Herbert Xu[NET]: Detect hardware rx checksum faults correctly
2005-10-08 Al Viro[PATCH] gfp flags annotations - part 1
2005-09-02 David S. Miller[TCP]: Keep TSO enabled even during loss events.
2005-08-29 Arnaldo Carvalho... [NET]: Fix sparse warnings
2005-08-29 Arnaldo Carvalho... [INET_DIAG]: Move the tcp_diag interface to the proper...
2005-08-29 Arnaldo Carvalho... [TCPDIAG]: Just rename everything to inet_diag
2005-08-29 Arnaldo Carvalho... [ICSK]: Move TCP congestion avoidance members to icsk
2005-08-29 Arnaldo Carvalho... [TIMEWAIT]: Move inet_timewait_death_row routines to...
2005-08-29 Arnaldo Carvalho... [TIMEWAIT]: Introduce inet_timewait_death_row
2005-08-29 Arnaldo Carvalho... [ICSK]: Move generalised functions from tcp to inet_con...
2005-08-29 Arnaldo Carvalho... [ICSK]: Introduce reqsk_queue_prune from code in tcp_sy...
2005-08-29 Arnaldo Carvalho... [ICSK]: Generalise tcp_listen_{start,stop}
2005-08-29 Arnaldo Carvalho... [NET]: Just move the inet_connection_sock function...
2005-08-29 Arnaldo Carvalho... [NET]: Introduce inet_connection_sock
2005-08-29 Arnaldo Carvalho... [INET]: Generalise tcp_tw_bucket, aka TIME_WAIT sockets
2005-08-29 Arnaldo Carvalho... [TCP]: Move the tcp sock states to net/tcp_states.h
2005-08-29 Arnaldo Carvalho... [INET]: Generalise the tcp_listen_ lock routines
2005-08-29 Arnaldo Carvalho... [INET]: Move tcp_port_rover to inet_hashinfo
2005-08-29 Arnaldo Carvalho... [INET]: Generalise tcp_bind_hash & tcp_inherit_port
2005-08-29 Arnaldo Carvalho... [INET]: Move bind_hash from tcp_sk to inet_sk
2005-08-29 Arnaldo Carvalho... [INET]: Move the TCP hashtable functions/structs to...
2005-08-29 Arnaldo Carvalho... [INET]: Just rename the TCP hashtable functions/structs...
2005-08-29 Arnaldo Carvalho... [INET]: Introduce inet_sk_rebuild_header
2005-08-29 Arnaldo Carvalho... [SOCK]: Introduce sk_setup_caps
2005-08-29 Arnaldo Carvalho... [NET]: Cleanup INET_REFCNT_DEBUG code
2005-07-31 Baruch Even[NET]: Spelling mistakes threshoulds -> thresholds
2005-07-08 Victor Fusco[NET]: Fix sparse warnings
2005-07-08 David S. Miller[NET]: Transform skb_queue_len() binary tests into...
2005-07-05 David S. Miller[TCP]: Move to new TSO segmenting scheme.
2005-07-05 David S. Miller[TCP]: Fix __tcp_push_pending_frames() 'nonagle' handling.
2005-07-05 David S. Miller[TCP]: Fix redundant calculations of tcp_current_mss()
2005-07-05 David S. Miller[TCP]: Kill extra cwnd validate in __tcp_push_pending_f...
2005-07-05 David S. Miller[TCP]: Move __tcp_data_snd_check into tcp_output.c
2005-07-05 David S. Miller[TCP]: Move send test logic out of net/tcp.h
2005-07-05 David S. Miller[TCP]: Fix quick-ack decrementing with TSO.
2005-06-24 David S. Miller[TCP]: Need to declare 'tcp_reno' in net/tcp.h
2005-06-24 Stephen Hemminger[TCP]: Allow choosing TCP congestion control via sockopt.
2005-06-23 Stephen Hemminger[TCP]: Add pluggable congestion control algorithm infra...
2005-06-19 David S. Miller[NET]: Move sysctl_max_syn_backlog into request_sock.c
2005-06-19 Arnaldo Carvalho... [NET] Generalise tcp_listen_opt
2005-06-19 Arnaldo Carvalho... [NET] Rename open_request to request_sock
2005-06-19 Arnaldo Carvalho... [NET] Generalise TCP's struct open_request minisock...
2005-05-05 Jesper Juhl[PATCH] update Ross Biro bouncing email address
2005-04-25 David S. Miller[TCP]: skb pcount with MTU discovery
2005-04-16 Linus TorvaldsLinux-2.6.12-rc2 v2.6.12-rc2