summaryrefslogtreecommitdiff
path: root/net/ipv4/tcp.c
AgeCommit message (Expand)Author
2010-08-03Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-08-03net: Add getsockopt support for TCP thin-streamsJosh Hunt
2010-07-31tcp: cookie transactions setsockopt memory leakDmitry Popov
2010-07-21Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-07-14rfs: call sock_rps_record_flow() in tcp_splice_read()Changli Gao
2010-07-13inet, inet6: make tcp_sendmsg() and tcp_sendpage() through inet_sendmsg() and...Changli Gao
2010-07-12net/ipv4: EXPORT_SYMBOL cleanupsEric Dumazet
2010-06-29net: use this_cpu_ptr()Eric Dumazet
2010-06-25tcp: do not send reset to already closed socketsKonstantin Khorenko
2010-06-15tcp: unify tcp flag macrosChangli Gao
2010-05-31tcp: tcp_md5_hash_skb_data() frag_list handlingEric Dumazet
2010-05-18net: Remove unnecessary semicolons after switch statementsJoe Perches
2010-05-17Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-05-16tcp: fix MD5 (RFC2385) supportEric Dumazet
2010-04-27TCP: avoid to send keepalive probes if receiving dataFlavio Leitner
2010-04-21net: Fix various endianness glitchesEric Dumazet
2010-04-20net: sk_sleep() helperEric Dumazet
2010-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds
2010-03-30net: Fix oops from tcp_collapse() when using splice()Steven J. Magnani
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-20NET_DMA: free skbs periodicallySteven J. Magnani
2010-03-19tcp: Fix OOB POLLIN avoidance.Alexandra Kossovsky
2010-02-18net: TCP thin dupackAndreas Petlund
2010-02-18net: TCP thin linear timeoutsAndreas Petlund
2010-02-17percpu: add __percpu sparse annotations to netTejun Heo
2009-12-23tcp: Slightly optimize tcp_sendmsgKrishna Kumar
2009-12-23tcp: Remove unrequired operations in tcp_push()Krishna Kumar
2009-12-09tcp: Remove runtime check that can never be true.David S. Miller
2009-12-03TCPCT part 1e: implement socket option TCP_COOKIE_TRANSACTIONSWilliam Allen Simpson
2009-12-03TCPCT part 1b: generate Responder Cookie secretWilliam Allen Simpson
2009-12-02Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2009-11-30tcp: tcp_disconnect() should clear window_clampEric Dumazet
2009-11-17Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2009-11-13tcp: provide more information on the tcp receive_queue bugsIlpo Järvinen
2009-10-27Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2009-10-23net: use WARN() for the WARN_ON in commit b6b39e8f3fbbbArjan van de Ven
2009-10-20tcp: Try to catch MSG_PEEK bugHerbert Xu
2009-10-20tcp: fix TCP_DEFER_ACCEPT retrans calculationJulian Anastasov
2009-10-19inet: rename some inet_sock fieldsEric Dumazet
2009-10-13tcp: replace ehash_size by ehash_maskEric Dumazet
2009-10-02net: splice() from tcp to pipe should take into account O_NONBLOCKEric Dumazet
2009-10-01net/ipv4/tcp.c: fix min() type mismatch warningAndrew Morton
2009-09-30net: Make setsockopt() optlen be unsigned.David S. Miller
2009-09-22mm: replace various uses of num_physpages by totalram_pagesJan Beulich
2009-09-15tcp: fix ssthresh u16 leftoverIlpo Järvinen
2009-09-03tcp: replace hard coded GFP_KERNEL with sk_allocationWu Fengguang
2009-08-29tcp: keepalive cleanupsEric Dumazet
2009-07-10net: adding memory barrier to the poll and receive callbacksJiri Olsa
2009-06-30tcp: Do not tack on TSO data to non-TSO packetHerbert Xu
2009-05-29tcp: Use SKB queue and list helpers instead of doing it by-hand.David S. Miller