summaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp.c
Commit message (Expand)AuthorAgeFilesLines
* inet: rename some inet_sock fieldsEric Dumazet2009-10-181-2/+2
* tcp: replace ehash_size by ehash_maskEric Dumazet2009-10-131-6/+5
* net: splice() from tcp to pipe should take into account O_NONBLOCKEric Dumazet2009-10-021-1/+1
* net/ipv4/tcp.c: fix min() type mismatch warningAndrew Morton2009-10-011-1/+1
* net: Make setsockopt() optlen be unsigned.David S. Miller2009-09-301-3/+3
* mm: replace various uses of num_physpages by totalram_pagesJan Beulich2009-09-221-2/+2
* tcp: fix ssthresh u16 leftoverIlpo Järvinen2009-09-151-1/+1
* tcp: replace hard coded GFP_KERNEL with sk_allocationWu Fengguang2009-09-021-5/+5
* tcp: keepalive cleanupsEric Dumazet2009-08-281-3/+3
* net: adding memory barrier to the poll and receive callbacksJiri Olsa2009-07-091-1/+1
* tcp: Do not tack on TSO data to non-TSO packetHerbert Xu2009-06-291-5/+10
* tcp: Use SKB queue and list helpers instead of doing it by-hand.David S. Miller2009-05-281-10/+7
* tcp: Do not check flush when comparing options for GROHerbert Xu2009-05-271-1/+1
* gro: Avoid unnecessary comparison after skb_gro_headerHerbert Xu2009-05-271-6/+16
* tcp: Optimise len/mss comparisonHerbert Xu2009-05-271-1/+1
* tcp: Remove unnecessary window comparisons for GROHerbert Xu2009-05-271-1/+1
* tcp: Optimise GRO port comparisonsHerbert Xu2009-05-271-1/+1
* tcp: fix MSG_PEEK race checkIlpo Järvinen2009-05-181-1/+4
* gro: Fix use after free in tcp_gro_receiveHerbert Xu2009-04-171-2/+4
* ipv4: remove unused parameter from tcp_recv_urg().Rami Rosen2009-03-311-3/+2
* tcp: remove parameter from tcp_recv_urg().Rami Rosen2009-03-181-3/+2
* tcp: make sure xmit goal size never becomes zeroIlpo Järvinen2009-03-151-1/+1
* tcp: cache result of earlier divides when mss-aligning thingsIlpo Järvinen2009-03-151-2/+12
* tcp: simplify tcp_current_mssIlpo Järvinen2009-03-151-8/+35
* tcp: in sendmsg/pages open code the real goto targetIlpo Järvinen2009-03-021-2/+2
* gro: Optimise TCP packet receptionHerbert Xu2009-02-081-7/+8
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-01-301-1/+2
|\
| * tcp: Fix length tcp_splice_data_recv passes to skb_splice_bits.Dimitris Michailidis2009-01-261-1/+2
* | gro: Avoid copying headers of unmerged packetsHerbert Xu2009-01-291-8/+8
|/
* gso: Ensure that the packet is long enoughHerbert Xu2009-01-141-6/+7
* tcp: splice as many packets as possible at onceWilly Tarreau2009-01-131-2/+9
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/asy...Linus Torvalds2009-01-091-3/+2
|\
| * net_dma: convert to dma_find_channelDan Williams2009-01-061-2/+2
| * dmaengine: up-level reference counting to the module levelDan Williams2009-01-061-1/+0
* | tcp6: Add GRO supportHerbert Xu2009-01-081-0/+2
* | tcp: Kill extraneous SPLICE_F_NONBLOCK checks.David S. Miller2009-01-051-4/+0
* | tcp: don't mask EOF and socket errors on nonblocking splice receiveLennert Buytenhek2009-01-051-4/+4
* | gro: Use gso_size to store MSSHerbert Xu2009-01-041-4/+1
|/
* net: Fix percpu counters deadlockHerbert Xu2008-12-291-1/+2
* tcp: Add GRO supportHerbert Xu2008-12-151-0/+100
* net: Use a percpu_counter for orphan_countEric Dumazet2008-11-251-5/+7
* net: Use a percpu_counter for sockets_allocatedEric Dumazet2008-11-251-2/+6
* net: Convert TCP & DCCP hash tables to use RCU / hlist_nullsEric Dumazet2008-11-161-2/+2
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-11-061-2/+1
|\
| * tcp: Fix recvmsg MSG_PEEK influence of blocking behavior.David S. Miller2008-11-051-2/+1
* | net: clean up net/ipv4/ipip.c raw.c tcp.c tcp_minisocks.c tcp_yeah.c xfrm4_po...Jianjun Kong2008-11-031-3/+3
|/
* tcp: kill pointless urg_modeIlpo Järvinen2008-10-071-3/+1
* net: wrap sk->sk_backlog_rcv()Peter Zijlstra2008-10-071-1/+1
* tcp: Respect SO_RCVLOWAT in tcp_poll().David S. Miller2008-10-061-4/+8
* net: convert BUG_TRAP to generic WARN_ONIlpo Järvinen2008-07-251-6/+6
OpenPOWER on IntegriCloud