summaryrefslogtreecommitdiff
path: root/net/ipv4/tcp.c
AgeCommit message (Expand)AuthorFilesLines
2010-08-31tcp: Add TCP_USER_TIMEOUT socket option.Jerry Chu1-1/+10
2010-08-03Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-2/+5
2010-08-03net: Add getsockopt support for TCP thin-streamsJosh Hunt1-0/+6
2010-07-31tcp: cookie transactions setsockopt memory leakDmitry Popov1-2/+5
2010-07-21Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-0/+1
2010-07-15rfs: call sock_rps_record_flow() in tcp_splice_read()Changli Gao1-0/+1
2010-07-13inet, inet6: make tcp_sendmsg() and tcp_sendpage() through inet_sendmsg() and...Changli Gao1-6/+5
2010-07-12net/ipv4: EXPORT_SYMBOL cleanupsEric Dumazet1-23/+12
2010-06-29net: use this_cpu_ptr()Eric Dumazet1-1/+1
2010-06-25tcp: 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-18net: Remove unnecessary semicolons after switch statementsJoe Perches1-1/+1
2010-05-17Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David 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-21net: Fix various endianness glitchesEric Dumazet1-7/+8
2010-04-21net: 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-31net: 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 imp...Tejun Heo1-0/+1
2010-03-21NET_DMA: free skbs periodicallySteven J. Magnani1-20/+43
2010-03-19tcp: Fix OOB POLLIN avoidance.Alexandra Kossovsky1-1/+1
2010-02-19net: TCP thin dupackAndreas Petlund1-0/+7
2010-02-19net: TCP thin linear timeoutsAndreas Petlund1-0/+7
2010-02-17percpu: add __percpu sparse annotations to netTejun Heo1-9/+12
2009-12-24tcp: Slightly optimize tcp_sendmsgKrishna Kumar1-8/+9
2009-12-24tcp: Remove unrequired operations in tcp_push()Krishna Kumar1-7/+6
2009-12-09tcp: Remove runtime check that can never be true.David S. Miller1-5/+0
2009-12-03TCPCT part 1e: implement socket option TCP_COOKIE_TRANSACTIONSWilliam Allen Simpson1-2/+131
2009-12-03TCPCT part 1b: generate Responder Cookie secretWilliam Allen Simpson1-0/+140
2009-12-02Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David 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/ne...David S. Miller1-7/+12
2009-11-14tcp: 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/ne...David S. Miller1-13/+46
2009-10-23net: 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-20tcp: fix TCP_DEFER_ACCEPT retrans calculationJulian Anastasov1-12/+43
2009-10-19inet: 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-02net/ipv4/tcp.c: fix min() type mismatch warningAndrew Morton1-1/+1
2009-10-01net: 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-03tcp: replace hard coded GFP_KERNEL with sk_allocationWu Fengguang1-5/+5
2009-08-29tcp: keepalive cleanupsEric Dumazet1-3/+3
2009-07-10net: adding memory barrier to the poll and receive callbacksJiri Olsa1-1/+1
2009-06-30tcp: Do not tack on TSO data to non-TSO packetHerbert Xu1-5/+10