Commit Graph

206 Commits (d902eee43f1951b358d7347d9165c6af21cf7b1b)

Author SHA1 Message Date
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
Ilpo Järvinen d792c1006f tcp: provide more information on the tcp receive_queue bugs 15 years ago
Arjan van de Ven c62f4c453a net: use WARN() for the WARN_ON in commit b6b39e8f3f 16 years ago
Herbert Xu b6b39e8f3f tcp: Try to catch MSG_PEEK bug 16 years ago
Julian Anastasov b103cf3438 tcp: fix TCP_DEFER_ACCEPT retrans calculation 16 years ago
Eric Dumazet c720c7e838 inet: rename some inet_sock fields 16 years ago
Eric Dumazet f373b53b5f tcp: replace ehash_size by ehash_mask 16 years ago
Eric Dumazet 42324c6270 net: splice() from tcp to pipe should take into account O_NONBLOCK 16 years ago
Andrew Morton 4fdb78d309 net/ipv4/tcp.c: fix min() type mismatch warning 16 years ago
David S. Miller b7058842c9 net: Make setsockopt() optlen be unsigned. 16 years ago
Jan Beulich 4481374ce8 mm: replace various uses of num_physpages by totalram_pages 16 years ago
Ilpo Järvinen 0b6a05c1db tcp: fix ssthresh u16 leftover 16 years ago
Wu Fengguang aa1330766c tcp: replace hard coded GFP_KERNEL with sk_allocation 16 years ago
Eric Dumazet df19a62677 tcp: keepalive cleanups 16 years ago
Jiri Olsa a57de0b433 net: adding memory barrier to the poll and receive callbacks 16 years ago
Herbert Xu 6828b92bd2 tcp: Do not tack on TSO data to non-TSO packet 16 years ago
David S. Miller 915219441d tcp: Use SKB queue and list helpers instead of doing it by-hand. 16 years ago
Herbert Xu a2a804cddf tcp: Do not check flush when comparing options for GRO 16 years ago
Herbert Xu a5b1cf288d gro: Avoid unnecessary comparison after skb_gro_header 16 years ago
Herbert Xu 30a3ae30c7 tcp: Optimise len/mss comparison 16 years ago
Herbert Xu 4a9a2968a1 tcp: Remove unnecessary window comparisons for GRO 16 years ago
Herbert Xu 745898eaf0 tcp: Optimise GRO port comparisons 16 years ago
Ilpo Järvinen 7752731318 tcp: fix MSG_PEEK race check 16 years ago
Herbert Xu a0a69a0106 gro: Fix use after free in tcp_gro_receive 16 years ago
Rami Rosen 377f0a08e4 ipv4: remove unused parameter from tcp_recv_urg(). 16 years ago
Rami Rosen beedad923a tcp: remove parameter from tcp_recv_urg(). 16 years ago
Ilpo Järvinen afece1c658 tcp: make sure xmit goal size never becomes zero 16 years ago
Ilpo Järvinen 2a3a041c4e tcp: cache result of earlier divides when mss-aligning things 16 years ago
Ilpo Järvinen 0c54b85f28 tcp: simplify tcp_current_mss 16 years ago
Ilpo Järvinen 0d6a775e27 tcp: in sendmsg/pages open code the real goto target 16 years ago
Herbert Xu aa6320d336 gro: Optimise TCP packet reception 16 years ago
Herbert Xu 86911732d3 gro: Avoid copying headers of unmerged packets 16 years ago
Dimitris Michailidis 9fa5fdf291 tcp: Fix length tcp_splice_data_recv passes to skb_splice_bits. 16 years ago
Herbert Xu 4e704ee3c2 gso: Ensure that the packet is long enough 16 years ago
Willy Tarreau 33966dd0e2 tcp: splice as many packets as possible at once 16 years ago
Herbert Xu 684f217601 tcp6: Add GRO support 16 years ago
Dan Williams f67b459992 net_dma: convert to dma_find_channel 16 years ago
Dan Williams 6f49a57aa5 dmaengine: up-level reference counting to the module level 16 years ago
David S. Miller 7945cc6464 tcp: Kill extraneous SPLICE_F_NONBLOCK checks. 16 years ago
Lennert Buytenhek 4f7d54f59b tcp: don't mask EOF and socket errors on nonblocking splice receive 16 years ago
Herbert Xu b530256d2e gro: Use gso_size to store MSS 16 years ago
Herbert Xu eb4dea5853 net: Fix percpu counters deadlock 16 years ago