aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-07-20Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+1
2010-07-14rfs: call sock_rps_record_flow() in tcp_splice_read()Changli Gao1-0/+1
2010-07-12inet, inet6: make tcp_sendmsg() and tcp_sendpage() through inet_sendmsg() and inet_sendpage()Changli Gao1-6/+5
2010-07-12net/ipv4: EXPORT_SYMBOL cleanupsEric Dumazet1-23/+12
2010-06-28net: use this_cpu_ptr()Eric Dumazet1-1/+1
2010-06-24tcp: do not send reset to already closed socketsKonstantin Khorenko1-0/+4
2010-06-15tcp: unify tcp flag macrosChangli Gao1-4/+4
2010-05-31tcp: tcp_md5_hash_skb_data() frag_list handlingEric Dumazet1-0/+5
2010-05-17net: Remove unnecessary semicolons after switch statementsJoe Perches1-1/+1
2010-05-16Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-10/+24
2010-05-16tcp: fix MD5 (RFC2385) supportEric Dumazet1-10/+24
2010-04-27TCP: avoid to send keepalive probes if receiving dataFlavio Leitner1-1/+1
2010-04-20net: Fix various endianness glitchesEric Dumazet1-7/+8
2010-04-20net: sk_sleep() helperEric Dumazet1-1/+1
2010-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-0/+1
2010-03-30net: Fix oops from tcp_collapse() when using splice()Steven J. Magnani1-0/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-20NET_DMA: free skbs periodicallySteven J. Magnani1-20/+43
2010-03-18tcp: Fix OOB POLLIN avoidance.Alexandra Kossovsky1-1/+1
2010-02-18net: TCP thin dupackAndreas Petlund1-0/+7
2010-02-18net: TCP thin linear timeoutsAndreas Petlund1-0/+7
2010-02-16percpu: add __percpu sparse annotations to netTejun Heo1-9/+12
2009-12-23tcp: Slightly optimize tcp_sendmsgKrishna Kumar1-8/+9
2009-12-23tcp: Remove unrequired operations in tcp_push()Krishna Kumar1-7/+6
2009-12-08tcp: Remove runtime check that can never be true.David S. Miller1-5/+0
2009-12-02TCPCT part 1e: implement socket option TCP_COOKIE_TRANSACTIONSWilliam Allen Simpson1-2/+131
2009-12-02TCPCT part 1b: generate Responder Cookie secretWilliam Allen Simpson1-0/+140
2009-12-01Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+1
2009-11-30tcp: tcp_disconnect() should clear window_clampEric Dumazet1-0/+1
2009-11-17Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-7/+12
2009-11-13tcp: provide more information on the tcp receive_queue bugsIlpo Järvinen1-7/+12
2009-10-27Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-13/+46
2009-10-22net: use WARN() for the WARN_ON in commit b6b39e8f3fbbbArjan van de Ven1-3/+3
2009-10-20tcp: Try to catch MSG_PEEK bugHerbert Xu1-1/+3
2009-10-19tcp: fix TCP_DEFER_ACCEPT retrans calculationJulian Anastasov1-12/+43
2009-10-18inet: rename some inet_sock fieldsEric Dumazet1-2/+2
2009-10-13tcp: replace ehash_size by ehash_maskEric Dumazet1-6/+5
2009-10-02net: splice() from tcp to pipe should take into account O_NONBLOCKEric Dumazet1-1/+1
2009-10-01net/ipv4/tcp.c: fix min() type mismatch warningAndrew Morton1-1/+1
2009-09-30net: Make setsockopt() optlen be unsigned.David S. Miller1-3/+3
2009-09-22mm: replace various uses of num_physpages by totalram_pagesJan Beulich1-2/+2
2009-09-15tcp: fix ssthresh u16 leftoverIlpo Järvinen1-1/+1
2009-09-02tcp: replace hard coded GFP_KERNEL with sk_allocationWu Fengguang1-5/+5
2009-08-28tcp: keepalive cleanupsEric Dumazet1-3/+3
2009-07-09net: adding memory barrier to the poll and receive callbacksJiri Olsa1-1/+1
2009-06-29tcp: Do not tack on TSO data to non-TSO packetHerbert Xu1-5/+10
2009-05-28tcp: Use SKB queue and list helpers instead of doing it by-hand.David S. Miller1-10/+7
2009-05-27tcp: Do not check flush when comparing options for GROHerbert Xu1-1/+1
2009-05-27gro: Avoid unnecessary comparison after skb_gro_headerHerbert Xu1-6/+16
2009-05-27tcp: Optimise len/mss comparisonHerbert Xu1-1/+1