net: splice() from tcp to pipe should take into account O_NONBLOCK
[safe/jmp/linux-2.6] / net / ipv4 / tcp.c
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().
2009-03-19 Rami Rosentcp: remove parameter from tcp_recv_urg().
2009-03-16 Ilpo Järvinentcp: make sure xmit goal size never becomes zero
2009-03-16 Ilpo Järvinentcp: cache result of earlier divides when mss-aligning...
2009-03-16 Ilpo Järvinentcp: simplify tcp_current_mss
2009-03-02 Ilpo Järvinentcp: in sendmsg/pages open code the real goto target
2009-02-09 Herbert Xugro: Optimise TCP packet reception
2009-01-30 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2009-01-30 Herbert Xugro: Avoid copying headers of unmerged packets
2009-01-27 Dimitris Michailidistcp: Fix length tcp_splice_data_recv passes to skb_spli...
2009-01-15 Herbert Xugso: Ensure that the packet is long enough
2009-01-14 Willy Tarreautcp: splice as many packets as possible at once
2009-01-09 Linus TorvaldsMerge branch 'next' of git://git./linux/kernel/git...
2009-01-08 Herbert Xutcp6: Add GRO support
2009-01-06 Dan Williamsnet_dma: convert to dma_find_channel
2009-01-06 Dan Williamsdmaengine: up-level reference counting to the module...
2009-01-05 David S. Millertcp: Kill extraneous SPLICE_F_NONBLOCK checks.
2009-01-05 Lennert Buytenhektcp: don't mask EOF and socket errors on nonblocking...
2009-01-05 Herbert Xugro: Use gso_size to store MSS
2008-12-30 Herbert Xunet: Fix percpu counters deadlock
2008-12-16 Herbert Xutcp: Add GRO support
2008-11-26 Eric Dumazetnet: Use a percpu_counter for orphan_count
2008-11-26 Eric Dumazetnet: Use a percpu_counter for sockets_allocated
2008-11-17 Eric Dumazetnet: Convert TCP & DCCP hash tables to use RCU / hlist_...
2008-11-07 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2008-11-05 David S. Millertcp: Fix recvmsg MSG_PEEK influence of blocking behavior.
2008-11-03 Jianjun Kongnet: clean up net/ipv4/ipip.c raw.c tcp.c tcp_minisocks...
2008-10-07 Ilpo Järvinentcp: kill pointless urg_mode
2008-10-07 Peter Zijlstranet: wrap sk->sk_backlog_rcv()
2008-10-06 David S. Millertcp: Respect SO_RCVLOWAT in tcp_poll().
2008-07-26 Ilpo Järvinennet: convert BUG_TRAP to generic WARN_ON
2008-07-19 Adam Langleytcp: Fix MD5 signatures for non-linear skbs
2008-07-18 Pavel Emelyanovmib: put tcp statistics on struct net
2008-07-17 Pavel Emelyanovmib: add net to NET_ADD_STATS_USER
2008-07-17 Pavel Emelyanovmib: add net to NET_INC_STATS_USER
2008-07-17 Pavel Emelyanovmib: add net to NET_INC_STATS_BH
2008-07-17 Pavel Emelyanovmib: add net to NET_INC_STATS
2008-07-17 Pavel Emelyanovsock: add net to prot->enter_memory_pressure callback
2008-07-17 Pavel Emelyanovmib: add net to TCP_DEC_STATS
2008-07-17 Pavel Emelyanovmib: add net to TCP_INC_STATS_BH
2008-07-17 Pavel Emelyanovmib: add net to TCP_INC_STATS
2008-07-17 Will Newtonnet/ipv4/tcp.c: Fix use of PULLHUP instead of POLLHUP...
2008-07-06 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2008-07-03 Octavian Purdilatcp: fix a size_t < 0 comparison in tcp_read_sock
2008-07-03 Andrew Mortontcp: net/ipv4/tcp.c needs linux/scatterlist.h
2008-06-28 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2008-06-28 Miquel van Smoorenburgtcp: calculate tcp_mem based on low memory instead...
2008-06-14 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2008-06-12 David S. Millertcp: Revert 'process defer accept as established' changes.
2008-06-12 David S. MillerMerge branch 'net-next-2.6-misc-20080612a' of git:...
2008-06-12 Adrian Bunknet: remove CVS keywords
2008-06-11 YOSHIFUJI Hideakitcp md5sig: Share most of hash calcucaltion bits betwee...
2008-06-04 Octavian Purdilatcp: Fix for race due to temporary drop of the socket...
2008-04-21 Satoru SATOHtcp: Trivial fix to correct function name in a comment...
2008-03-24 David S. MillerMerge branch 'master' of ../net-2.6/
2008-03-22 Herbert Xu[TCP]: Let skbs grow over a page on fast peers
2008-03-21 Patrick McManus[TCP]: TCP_DEFER_ACCEPT updates - process as established
2008-02-03 Arnaldo Carvalho... [SOCK] proto: Add hashinfo member to struct proto
2008-01-28 Ilpo Järvinen[TCP]: Uninline tcp_set_state
2008-01-28 Ilpo Järvinen[TCP]: Remove TCPCB_URG & TCPCB_AT_TAIL as unnecessary
2008-01-28 Hideo Aoki[NET] CORE: Introducing new memory accounting interface.
2008-01-28 Pavel Emelyanov[TCP]: Use BUILD_BUG_ON for tcp_skb_cb size checking
2008-01-28 Pavel Emelyanov[NET]: Eliminate unused argument from sk_stream_alloc_pskb
2008-01-28 Pavel Emelyanov[NET]: Uninline the sk_stream_alloc_pskb
2008-01-28 Adrian Bunk[TCP]: Make tcp_splice_data_recv() static.
2008-01-28 Jens Axboe[TCP]: Splice receive support.
2007-11-07 Eric Dumazet[INET]: Remove per bucket rwlock in tcp/dccp ehash...
2007-10-30 Jean Delvare[TCP]: Saner thash_entries default with much memory.
2007-10-19 Pavel EmelyanovUse helpers to obtain task pid in printks
2007-10-10 Rick Jones[TCP]: Return useful listenq info in tcp_info and INET_...
2007-10-10 Ilpo Järvinen[NET]: DIV_ROUND_UP cleanup (part two)
2007-10-10 Ilpo Järvinen[TCP]: Move sack_ok access to obviously named funcs...
2007-08-03 David S. Miller[TCP]: Invoke tcp_sendmsg() directly, do not use inet_s...
2007-07-20 Paul Mundtmm: Remove slab destructors from kmem_cache_create().
2007-07-11 Andrew MortonI/OAT: warning fix
2007-07-11 Chris LeechI/OAT: Only offload copies for TCP when there will...
2007-06-24 Jens Axboe[TCP] tcp_read_sock: Allow recv_actor() return return...
2007-06-04 Mark Glines[TCP]: Use default 32768-61000 outgoing port range...
2007-05-31 Pavel Emelianov[TCP]: Consolidate checking for tcp orphan count being...
2007-05-08 Randy Dunlapheader cleaning: don't include smp_lock.h when not...
2007-05-04 Srinivas Aji[TCP]: zero out rx_opt in tcp_disconnect()
2007-04-29 Gerrit Renker[TCP]: Update references in two old comments
2007-04-26 Ilpo Järvinen[TCP]: Sed magic converts func(sk, tp, ...) -> func...
next