tcp: tcp_sendpages() should call tcp_push() once
[linux-flexiantxendom0-3.2.10.git] / net / ipv4 / tcp.c
2012-04-05 Eric Dumazettcp: tcp_sendpages() should call tcp_push() once
2012-04-03 Eric Dumazettcp: allow splice() to build full TSO packets
2012-03-13 Joe Perchesnet: ipv4: Standardize prefixes for message logging
2012-03-12 Joe Perchesnet: Convert printks to pr_<level>
2012-02-14 Dimitri Sivanichvfs: fix panic in __d_lookup() with high dentry hashtab...
2012-02-02 Jason Wangtcp: properly initialize tcp memory limits
2012-02-01 Arun Sharmanet: Disambiguate kernel message
2012-01-30 Glauber Costanet/tcp: Fix tcp memory limits initialization when...
2011-12-13 Glauber Costaper-netns ipv4 sysctl_tcp_mem
2011-12-05 Eric Dumazettcp: remove TCP_OFF and TCP_PAGE macros
2011-12-04 Eric Dumazettcp: tcp_sendmsg() page recycling
2011-11-29 Eric Dumazettcp: avoid frag allocation for small frames
2011-11-28 Eric Dumazettcp: tcp_sendmsg() wrong access to sk_route_caps
2011-11-16 Michał Mirosławnet: introduce and use netdev_features_t for device...
2011-10-24 Flavio LeitnerTCP: remove TCP_DEBUG
2011-10-24 Eric Dumazettcp: md5: dont write skb head in tcp_md5_hash_header()
2011-10-21 Eric Dumazettcp: add const qualifiers where possible
2011-10-19 Eric Dumazetnet: add skb frag size accessors
2011-10-03 Eric Dumazettcp: report ECN_SEEN in tcp_info
2011-09-27 Eric Dumazettcp: rename tcp_skb_cb flags
2011-09-17 Eric Dumazettcp: md5: remove one indirection level in tcp_md5sig_pool
2011-08-25 Ian Campbellnet: ipv4: convert to SKB frag APIs
2011-07-07 Eric Dumazetnet: refine {udp|tcp|sctp}_mem limits
2011-04-05 Tom Herbertnet: Allow no-cache copy from user on transmit
2011-03-09 Mario Schuknechttcp: ioctl type SIOCOUTQNSD returns amount of data...
2011-02-20 Shan Weitcp: Remove debug macro of TCP_CHECK_TIMER
2011-01-24 Michał Mirosławnet: change netdev->features to u32
2010-12-08 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2010-11-24 David S. Millertcp: Make TCP_MAXSEG minimum more correct.
2010-11-14 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2010-11-11 David S. Millertcp: Increase TCP_MAXSEG socket option minimum.
2010-11-10 Eric Dumazetnet: avoid limits overflow
2010-11-09 Joe Perchesnet/ipv4/tcp.c: Update WARN uses
2010-10-04 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2010-09-28 David S. Millertcp: Fix >4GB writes on 64-bit.
2010-09-27 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2010-09-20 Tom Marshalltcp: Fix race in tcp_poll
2010-09-10 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2010-08-30 Jerry Chutcp: Add TCP_USER_TIMEOUT socket option.
2010-08-26 KOSAKI Motohirotcp: select(writefds) don't hang up when a peer close...
2010-08-26 Eric Dumazettcp: fix three tcp sysctls tuning
2010-08-25 David S. Millertcp: Combat per-cpu skew in orphan tests.
2010-08-03 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2010-08-03 Josh Huntnet: Add getsockopt support for TCP thin-streams
2010-07-31 Dmitry Popovtcp: cookie transactions setsockopt memory leak
2010-07-21 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2010-07-14 Changli Gaorfs: call sock_rps_record_flow() in tcp_splice_read()
2010-07-13 Changli Gaoinet, inet6: make tcp_sendmsg() and tcp_sendpage()...
2010-07-12 Eric Dumazetnet/ipv4: EXPORT_SYMBOL cleanups
2010-06-29 Eric Dumazetnet: use this_cpu_ptr()
2010-06-25 Konstantin Khorenkotcp: do not send reset to already closed sockets
2010-06-15 Changli Gaotcp: unify tcp flag macros
2010-05-31 Eric Dumazettcp: tcp_md5_hash_skb_data() frag_list handling
2010-05-18 Joe Perchesnet: Remove unnecessary semicolons after switch statements
2010-05-17 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2010-05-16 Eric Dumazettcp: fix MD5 (RFC2385) support
2010-04-27 Flavio LeitnerTCP: avoid to send keepalive probes if receiving data
2010-04-21 Eric Dumazetnet: Fix various endianness glitches
2010-04-20 Eric Dumazetnet: sk_sleep() helper
2010-04-06 Linus TorvaldsMerge git://git./linux/kernel/git/davem/net-2.6
2010-03-30 Steven J. Magnaninet: Fix oops from tcp_collapse() when using splice()
2010-03-30 Tejun Heoinclude cleanup: Update gfp.h and slab.h includes to...
2010-03-20 Steven J. MagnaniNET_DMA: free skbs periodically
2010-03-19 Alexandra Kossovskytcp: Fix OOB POLLIN avoidance.
2010-02-18 Andreas Petlundnet: TCP thin dupack
2010-02-18 Andreas Petlundnet: TCP thin linear timeouts
2010-02-17 Tejun Heopercpu: add __percpu sparse annotations to net
2009-12-23 Krishna Kumartcp: Slightly optimize tcp_sendmsg
2009-12-23 Krishna Kumartcp: Remove unrequired operations in tcp_push()
2009-12-09 David S. Millertcp: Remove runtime check that can never be true.
2009-12-03 William Allen SimpsonTCPCT part 1e: implement socket option TCP_COOKIE_TRANS...
2009-12-03 William Allen SimpsonTCPCT part 1b: generate Responder Cookie secret
2009-12-02 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2009-11-30 Eric Dumazettcp: tcp_disconnect() should clear window_clamp
2009-11-17 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2009-11-13 Ilpo Järvinentcp: provide more information on the tcp receive_queue...
2009-10-27 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2009-10-23 Arjan van de Vennet: use WARN() for the WARN_ON in commit b6b39e8f3fbbb
2009-10-20 Herbert Xutcp: Try to catch MSG_PEEK bug
2009-10-20 Julian Anastasovtcp: fix TCP_DEFER_ACCEPT retrans calculation
2009-10-19 Eric Dumazetinet: rename some inet_sock fields
2009-10-13 Eric Dumazettcp: replace ehash_size by ehash_mask
2009-10-02 Eric Dumazetnet: splice() from tcp to pipe should take into account...
2009-10-01 Andrew Mortonnet/ipv4/tcp.c: fix min() type mismatch warning
2009-09-30 David S. Millernet: Make setsockopt() optlen be unsigned.
2009-09-22 Jan Beulichmm: replace various uses of num_physpages by totalram_pages
2009-09-15 Ilpo Järvinentcp: fix ssthresh u16 leftover
2009-09-03 Wu Fengguangtcp: replace hard coded GFP_KERNEL with sk_allocation
2009-08-29 Eric Dumazettcp: keepalive cleanups
2009-07-10 Jiri Olsanet: adding memory barrier to the poll and receive...
2009-06-30 Herbert Xutcp: Do not tack on TSO data to non-TSO packet
2009-05-29 David S. Millertcp: Use SKB queue and list helpers instead of doing...
2009-05-27 Herbert Xutcp: Do not check flush when comparing options for GRO
2009-05-27 Herbert Xugro: Avoid unnecessary comparison after skb_gro_header
2009-05-27 Herbert Xutcp: Optimise len/mss comparison
2009-05-27 Herbert Xutcp: Remove unnecessary window comparisons for GRO
2009-05-27 Herbert Xutcp: Optimise GRO port comparisons
2009-05-18 Ilpo Järvinentcp: fix MSG_PEEK race check
2009-04-17 Herbert Xugro: Fix use after free in tcp_gro_receive
2009-03-31 Rami Rosenipv4: remove unused parameter from tcp_recv_urg().
next