Commit Graph

92 Commits (0e7d18b57c39bedcbd181e3c06d13572b33e5380)

Author SHA1 Message Date
Randy Dunlap e63340ae6b header cleaning: don't include smp_lock.h when not used 18 years ago
Srinivas Aji b40b4f79ce [TCP]: zero out rx_opt in tcp_disconnect() 18 years ago
Gerrit Renker 65bb723c95 [TCP]: Update references in two old comments 18 years ago
Ilpo Järvinen 9e412ba763 [TCP]: Sed magic converts func(sk, tp, ...) -> func(sk, ...) 18 years ago
Andi Kleen 4ac02bab77 [TCP]: Uninline tcp_done(). 18 years ago
Stephen Hemminger 3ff50b7997 [NET]: cleanup extra semicolons 18 years ago
Eric Dumazet 4103f8cd5c [TCP]: tcp_memory_pressure and tcp_socket are__read_mostly candidates 18 years ago
Arnaldo Carvalho de Melo 27a884dc3c [SK_BUFF]: Convert skb->tail to sk_buff_data_t 18 years ago
Arnaldo Carvalho de Melo 9c70220b73 [SK_BUFF]: Introduce skb_transport_header(skb) 18 years ago
Arnaldo Carvalho de Melo aa8223c7bb [SK_BUFF]: Introduce tcp_hdr(), remove skb->h.th 18 years ago
David S. Miller fe067e8ab5 [TCP]: Abstract out all write queue operations. 18 years ago
John Heffner 53cdcc04c1 [TCP]: Fix tcp_mem[] initialization. 18 years ago
David S. Miller 2c4f6219ac [TCP]: Fix MD5 signature pool locking. 18 years ago
YOSHIFUJI Hideaki e905a9edab [NET] IPV4: Fix whitespace errors. 18 years ago
Eric Dumazet dbca9b2750 [NET]: change layout of ehash table 18 years ago
David S. Miller 6931ba7cef [TCP]: Fix oops caused by __tcp_put_md5sig_pool() 18 years ago
Adrian Bunk f5b99bcddd [NET]: Possible cleanups. 18 years ago
Arnaldo Carvalho de Melo 352d48008b [TCP]: Tidy up skb_entail 18 years ago
Al Viro d3bc23e7ee [NET]: Annotate callers of csum_fold() in net/* 18 years ago
YOSHIFUJI Hideaki cfb6eeb4c8 [TCP]: MD5 Signature Option (RFC2385) support. 18 years ago
John Heffner 52bf376c63 [TCP]: Fix up sysctl_tcp_mem initialization. 18 years ago
John Heffner 9e950efa20 [TCP]: Don't use highmem in tcp hash size calculation. 19 years ago
Alexey Kuznetsov 1ef9696c90 [TCP]: Send ACKs each 2nd received segment. 19 years ago
Alexey Dobriyan e5d679f339 [NET]: Use SLAB_PANIC 19 years ago
Brian Haley ab32ea5d8a [NET/IPV4/IPV6]: Change some sysctl variables to __read_mostly 19 years ago
Patrick McHardy 84fa7933a3 [NET]: Replace CHECKSUM_HW by CHECKSUM_PARTIAL/CHECKSUM_COMPLETE 19 years ago
Alexey Dobriyan 29bbd72d6e [NET]: Fix more per-cpu typos 19 years ago
David S. Miller 52499afe40 [TCP]: Process linger2 timeout consistently. 19 years ago
Herbert Xu bbcf467dab [NET]: Verify gso_type too in gso_segment 19 years ago
Herbert Xu bcd7611117 [NET]: Generalise TSO-specific bits from skb_setup_caps 19 years ago
Herbert Xu adcfc7d0b4 [IPV6]: Added GSO support for TCPv6 19 years ago
Herbert Xu 3820c3f3e4 [TCP]: Reset gso_segs if packet is dodgy 19 years ago
Jörn Engel 6ab3d5624e Remove obsolete #include <linux/config.h> 19 years ago
Herbert Xu 576a30eb64 [NET]: Added GSO header verification 19 years ago
Herbert Xu 0718bcc09b [NET]: Fix CHECKSUM_HW GSO problems. 19 years ago
Herbert Xu f4c50d990d [NET]: Add software TSOv4 19 years ago
Herbert Xu 7967168cef [NET]: Merge TSO/UFO fields in sk_buff 19 years ago
Herbert Xu 8648b3053b [NET]: Add NETIF_F_GEN_CSUM and NETIF_F_ALL_CSUM 19 years ago
Chris Leech 1a2449a87b [I/OAT]: TCP recv offload to I/OAT 19 years ago
Chris Leech 624d116473 [I/OAT]: Make sk_eat_skb I/OAT aware. 19 years ago
Chris Leech 0e4b4992b8 [I/OAT]: Rename cleanup_rbuf to tcp_cleanup_rbuf and make non-static 19 years ago
Herbert Xu 75c2d9077c [TCP]: Fix sock_orphan dead lock 19 years ago
Davide Libenzi f348d70a32 [PATCH] POLLRDHUP/EPOLLRDHUP handling for half-closed devices notifications 19 years ago
David S. Miller b8059eadf9 [TCP]: Mark tcp_*mem[] __read_mostly. 19 years ago
John Heffner 7b4f4b5ebc [TCP]: Set default max buffers from memory pool size 19 years ago
Arnaldo Carvalho de Melo 543d9cfeec [NET]: Identation & other cleanups related to compat_[gs]etsockopt cset 19 years ago
Arnaldo Carvalho de Melo dec73ff029 [ICSK] compat: Introduce inet_csk_compat_[gs]etsockopt 19 years ago
Dmitry Mishin 3fdadf7d27 [NET]: {get|set}sockopt compatibility layer 19 years ago
Arnaldo Carvalho de Melo d83d8461f9 [IP_SOCKGLUE]: Remove most of the tcp specific calls 19 years ago
Arnaldo Carvalho de Melo 8292a17a39 [ICSK]: Rename struct tcp_func to struct inet_connection_sock_af_ops 19 years ago