Commit Graph

316 Commits (749052fba650a644b29ed2ae35cd985f736401b3)

Author SHA1 Message Date
Eric Dumazet 63d02d157e net: tcp: ipv6_mapped needs sk_rx_dst_set method 13 years ago
Eric Dumazet 6f458dfb40 tcp: improve latencies of timer triggered events 13 years ago
Yuchung Cheng 67da22d23f net-tcp: Fast Open client - cookie-less mode 13 years ago
Yuchung Cheng aab4874355 net-tcp: Fast Open client - detecting SYN-data drops 13 years ago
Yuchung Cheng cf60af03ca net-tcp: Fast Open client - sendmsg(MSG_FASTOPEN) 13 years ago
Yuchung Cheng 783237e8da net-tcp: Fast Open client - sending SYN-data 13 years ago
Yuchung Cheng 1fe4c481ba net-tcp: Fast Open client - cookie cache 13 years ago
Yuchung Cheng 2100c8d2d9 net-tcp: Fast Open base 13 years ago
Eric Dumazet 282f23c6ee tcp: implement RFC 5961 3.2 13 years ago
Eric Dumazet 46d3ceabd8 tcp: TCP Small Queues 13 years ago
David S. Miller 81166dd6fa tcp: Move timestamps from inetpeer to metrics cache. 13 years ago
David S. Miller 51c5d0c4b1 tcp: Maintain dynamic metrics in local cache. 13 years ago
David S. Miller ab92bb2f67 tcp: Abstract back handling peer aliveness test into helper function. 13 years ago
David S. Miller 4aabd8ef8c tcp: Move dynamnic metrics handling into seperate file. 13 years ago
David S. Miller 160eb5a6b1 ipv4: Kill early demux method return value. 13 years ago
David S. Miller c10237e077 Revert "ipv4: tcp: dont cache unconfirmed intput dst" 13 years ago
Eric Dumazet c074da2810 ipv4: tcp: dont cache unconfirmed intput dst 13 years ago
David S. Miller 41063e9dd1 ipv4: Early TCP socket demux. 13 years ago
David S. Miller 2397849baa [PATCH] tcp: Cache inetpeer in timewait socket, and only when necessary. 13 years ago
David S. Miller 4670fd819e tcp: Get rid of inetpeer special cases. 13 years ago
Eric Dumazet a2a385d627 tcp: bool conversions 13 years ago
Pavel Emelyanov 292e8d8c85 tcp: Move rcvq sending to tcp_input.c 13 years ago
Eric Dumazet bd14b1b2e2 tcp: be more strict before accepting ECN negociation 13 years ago
Eric Dumazet b081f85c29 net: implement tcp coalescing in tcp_queue_rcv() 13 years ago
Yuchung Cheng 750ea2bafa tcp: early retransmit: delayed fast retransmit 13 years ago
Yuchung Cheng eed530b6c6 tcp: early retransmit 13 years ago
Eric Dumazet 6746960140 ipv6: RTAX_FEATURE_ALLFRAG causes inefficient TCP segment sizing 13 years ago
Neal Cardwell 900f65d361 tcp: move duplicate code from tcp_v4_init_sock()/tcp_v6_init_sock() 13 years ago
Pavel Emelyanov ee9952831c tcp: Initial repair mode 13 years ago
Pavel Emelyanov 370816aef0 tcp: Move code around 13 years ago
Neal Cardwell f4f9f6e75d tcp: restore formatting of macros for tcp_skb_cb sacked field 13 years ago
Eric Dumazet 95c9617472 net: cleanup unsigned to unsigned int 13 years ago
Eric Dumazet fd4f2cead6 tcp: RFC6298 supersedes RFC2988bis 13 years ago
Paul Gortmaker 187f1882b5 BUG: headers with BUG/BUG_ON etc. need linux/bug.h 13 years ago
Neal Cardwell ecb9719236 tcp: fix comment for tp->highest_sack 13 years ago
Arun Sharma efcdbf24fd net: Disambiguate kernel message 13 years ago
Eric Dumazet a8afca0329 tcp: md5: protects md5sig_info with RCU 13 years ago
Eric Dumazet a915da9b69 tcp: md5: rcu conversion 13 years ago
Eric Dumazet a2d91241a8 tcp: md5: remove obsolete md5_add() method 13 years ago
Glauber Costa 4acb41903b net/tcp: Fix tcp memory limits initialization when !CONFIG_SYSCTL 13 years ago
Vijay Subramanian ab56222a32 tcp: Replace constants with #define macros 13 years ago
Glauber Costa 3dc43e3e4d per-netns ipv4 sysctl_tcp_mem 13 years ago
Glauber Costa 180d8cd942 foundations of per-cgroup memory pressure controlling. 13 years ago
Eric Dumazet dfd56b8b38 net: use IS_ENABLED(CONFIG_IPV6) 13 years ago
Neal Cardwell 6b5a5c0dbb tcp: do not scale TSO segment size with reordering degree 13 years ago
Michał Mirosław c8f44affb7 net: introduce and use netdev_features_t for device features sets 13 years ago
Arjan van de Ven 73cb88ecb9 net: make the tcp and udp file_operations for the /proc stuff const 13 years ago
Flavio Leitner 78d81d15b7 TCP: remove TCP_DEBUG 13 years ago
Eric Dumazet 318cf7aaa0 tcp: md5: add more const attributes 13 years ago
Eric Dumazet ca35a0ef85 tcp: md5: dont write skb head in tcp_md5_hash_header() 13 years ago