Commit Graph

256 Commits (ee31892aaf47f1b5fd1323c9397db5d3f22d8b9e)

Author SHA1 Message Date
Flavio Leitner 78d81d15b7 TCP: remove TCP_DEBUG 13 years ago
Eric Dumazet ca35a0ef85 tcp: md5: dont write skb head in tcp_md5_hash_header() 14 years ago
Eric Dumazet cf533ea53e tcp: add const qualifiers where possible 14 years ago
Eric Dumazet 9e903e0852 net: add skb frag size accessors 14 years ago
Eric Dumazet b5c5693bb7 tcp: report ECN_SEEN in tcp_info 14 years ago
Eric Dumazet 4de075e043 tcp: rename tcp_skb_cb flags 14 years ago
Eric Dumazet 765cf9976e tcp: md5: remove one indirection level in tcp_md5sig_pool 14 years ago
Ian Campbell aff65da0f1 net: ipv4: convert to SKB frag APIs 14 years ago
Eric Dumazet f03d78db65 net: refine {udp|tcp|sctp}_mem limits 14 years ago
Tom Herbert c6e1a0d12c net: Allow no-cache copy from user on transmit 14 years ago
Mario Schuknecht 2f4e1b3970 tcp: ioctl type SIOCOUTQNSD returns amount of data not sent 14 years ago
Shan Wei 089c34827e tcp: Remove debug macro of TCP_CHECK_TIMER 14 years ago
Michał Mirosław 04ed3e741d net: change netdev->features to u32 14 years ago
David S. Miller c39508d6f1 tcp: Make TCP_MAXSEG minimum more correct. 14 years ago
David S. Miller 7a1abd08d5 tcp: Increase TCP_MAXSEG socket option minimum. 14 years ago
Eric Dumazet 8d987e5c75 net: avoid limits overflow 14 years ago
Joe Perches 2af6fd8b18 net/ipv4/tcp.c: Update WARN uses 14 years ago
David S. Miller 01db403cf9 tcp: Fix >4GB writes on 64-bit. 15 years ago
Tom Marshall a4d258036e tcp: Fix race in tcp_poll 15 years ago
Jerry Chu dca43c75e7 tcp: Add TCP_USER_TIMEOUT socket option. 15 years ago
KOSAKI Motohiro d84ba638e4 tcp: select(writefds) don't hang up when a peer close connection 15 years ago
Eric Dumazet c5ed63d66f tcp: fix three tcp sysctls tuning 15 years ago
David S. Miller ad1af0fedb tcp: Combat per-cpu skew in orphan tests. 15 years ago
Josh Hunt 3c0fef0b7d net: Add getsockopt support for TCP thin-streams 15 years ago
Dmitry Popov a3bdb549e3 tcp: cookie transactions setsockopt memory leak 15 years ago
Changli Gao 3a047bf87b rfs: call sock_rps_record_flow() in tcp_splice_read() 15 years ago
Changli Gao 7ba4291007 inet, inet6: make tcp_sendmsg() and tcp_sendpage() through inet_sendmsg() and inet_sendpage() 15 years ago
Eric Dumazet 4bc2f18ba4 net/ipv4: EXPORT_SYMBOL cleanups 15 years ago
Eric Dumazet 7a9b2d5950 net: use this_cpu_ptr() 15 years ago
Konstantin Khorenko 565b7b2d2e tcp: do not send reset to already closed sockets 15 years ago
Changli Gao a3433f35a5 tcp: unify tcp flag macros 15 years ago
Eric Dumazet d7fd1b5747 tcp: tcp_md5_hash_skb_data() frag_list handling 15 years ago
Joe Perches ccbd6a5a4f net: Remove unnecessary semicolons after switch statements 15 years ago
Eric Dumazet 35790c0421 tcp: fix MD5 (RFC2385) support 15 years ago
Flavio Leitner 6c37e5de45 TCP: avoid to send keepalive probes if receiving data 15 years ago
Eric Dumazet 0eae88f31c net: Fix various endianness glitches 15 years ago
Eric Dumazet aa39514516 net: sk_sleep() helper 15 years ago
Steven J. Magnani baff42ab14 net: Fix oops from tcp_collapse() when using splice() 15 years ago
Tejun Heo 5a0e3ad6af include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h 15 years ago
Steven J. Magnani 73852e8151 NET_DMA: free skbs periodically 15 years ago
Alexandra Kossovsky b634f87522 tcp: Fix OOB POLLIN avoidance. 15 years ago
Andreas Petlund 7e38017557 net: TCP thin dupack 15 years ago
Andreas Petlund 36e31b0af5 net: TCP thin linear timeouts 15 years ago
Tejun Heo 7d720c3e4f percpu: add __percpu sparse annotations to net 15 years ago
Krishna Kumar def87cf420 tcp: Slightly optimize tcp_sendmsg 15 years ago
Krishna Kumar afeca340c0 tcp: Remove unrequired operations in tcp_push() 15 years ago
David S. Miller 3dc789320e tcp: Remove runtime check that can never be true. 15 years ago
William Allen Simpson e56fb50f2b TCPCT part 1e: implement socket option TCP_COOKIE_TRANSACTIONS 15 years ago
William Allen Simpson da5c78c826 TCPCT part 1b: generate Responder Cookie secret 15 years ago
Eric Dumazet 1fdf475aa1 tcp: tcp_disconnect() should clear window_clamp 15 years ago