Commit Graph

181 Commits (8bae1b2b13beb4cf4c0f119f97640503c2b74b0f)

Author SHA1 Message Date
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
Herbert Xu bf296b125b tcp: Add GRO support 16 years ago
Eric Dumazet dd24c00191 net: Use a percpu_counter for orphan_count 16 years ago
Eric Dumazet 1748376b66 net: Use a percpu_counter for sockets_allocated 16 years ago
Eric Dumazet 3ab5aee7fe net: Convert TCP & DCCP hash tables to use RCU / hlist_nulls 16 years ago
David S. Miller 518a09ef11 tcp: Fix recvmsg MSG_PEEK influence of blocking behavior. 17 years ago
Jianjun Kong 5a5f3a8db9 net: clean up net/ipv4/ipip.c raw.c tcp.c tcp_minisocks.c tcp_yeah.c xfrm4_policy.c 17 years ago
Ilpo Järvinen 33f5f57eeb tcp: kill pointless urg_mode 17 years ago
Peter Zijlstra c57943a1c9 net: wrap sk->sk_backlog_rcv() 17 years ago
David S. Miller c7004482e8 tcp: Respect SO_RCVLOWAT in tcp_poll(). 17 years ago
Ilpo Järvinen 547b792cac net: convert BUG_TRAP to generic WARN_ON 17 years ago
Adam Langley 49a72dfb88 tcp: Fix MD5 signatures for non-linear skbs 17 years ago
Pavel Emelyanov 57ef42d59d mib: put tcp statistics on struct net 17 years ago
Pavel Emelyanov ed88098e25 mib: add net to NET_ADD_STATS_USER 17 years ago
Pavel Emelyanov 6f67c817fc mib: add net to NET_INC_STATS_USER 17 years ago
Pavel Emelyanov de0744af1f mib: add net to NET_INC_STATS_BH 17 years ago
Pavel Emelyanov 4e6734447d mib: add net to NET_INC_STATS 17 years ago
Pavel Emelyanov 5c52ba170f sock: add net to prot->enter_memory_pressure callback 17 years ago
Pavel Emelyanov 74688e487a mib: add net to TCP_DEC_STATS 17 years ago
Pavel Emelyanov 63231bddf6 mib: add net to TCP_INC_STATS_BH 17 years ago
Pavel Emelyanov 81cc8a75d9 mib: add net to TCP_INC_STATS 17 years ago
Will Newton 70efce27fc net/ipv4/tcp.c: Fix use of PULLHUP instead of POLLHUP in comments. 17 years ago
Octavian Purdila 374e7b5949 tcp: fix a size_t < 0 comparison in tcp_read_sock 17 years ago