summaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-08-021-2/+5
|\
| * tcp: cookie transactions setsockopt memory leakDmitry Popov2010-07-301-2/+5
* | net: Add getsockopt support for TCP thin-streamsJosh Hunt2010-08-021-0/+6
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-07-201-0/+1
|\ \ | |/
| * rfs: call sock_rps_record_flow() in tcp_splice_read()Changli Gao2010-07-141-0/+1
* | inet, inet6: make tcp_sendmsg() and tcp_sendpage() through inet_sendmsg() and...Changli Gao2010-07-121-6/+5
* | net/ipv4: EXPORT_SYMBOL cleanupsEric Dumazet2010-07-121-23/+12
* | net: use this_cpu_ptr()Eric Dumazet2010-06-281-1/+1
* | tcp: do not send reset to already closed socketsKonstantin Khorenko2010-06-241-0/+4
* | tcp: unify tcp flag macrosChangli Gao2010-06-151-4/+4
* | tcp: tcp_md5_hash_skb_data() frag_list handlingEric Dumazet2010-05-311-0/+5
|/
* net: Remove unnecessary semicolons after switch statementsJoe Perches2010-05-171-1/+1
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-05-161-10/+24
|\
| * tcp: fix MD5 (RFC2385) supportEric Dumazet2010-05-161-10/+24
* | TCP: avoid to send keepalive probes if receiving dataFlavio Leitner2010-04-271-1/+1
* | net: Fix various endianness glitchesEric Dumazet2010-04-201-7/+8
* | net: sk_sleep() helperEric Dumazet2010-04-201-1/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2010-04-061-0/+1
|\
| * net: Fix oops from tcp_collapse() when using splice()Steven J. Magnani2010-03-301-0/+1
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
|/
* NET_DMA: free skbs periodicallySteven J. Magnani2010-03-201-20/+43
* tcp: Fix OOB POLLIN avoidance.Alexandra Kossovsky2010-03-181-1/+1
* net: TCP thin dupackAndreas Petlund2010-02-181-0/+7
* net: TCP thin linear timeoutsAndreas Petlund2010-02-181-0/+7
* percpu: add __percpu sparse annotations to netTejun Heo2010-02-161-9/+12
* tcp: Slightly optimize tcp_sendmsgKrishna Kumar2009-12-231-8/+9
* tcp: Remove unrequired operations in tcp_push()Krishna Kumar2009-12-231-7/+6
* tcp: Remove runtime check that can never be true.David S. Miller2009-12-081-5/+0
* TCPCT part 1e: implement socket option TCP_COOKIE_TRANSACTIONSWilliam Allen Simpson2009-12-021-2/+131
* TCPCT part 1b: generate Responder Cookie secretWilliam Allen Simpson2009-12-021-0/+140
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-12-011-0/+1
|\
| * tcp: tcp_disconnect() should clear window_clampEric Dumazet2009-11-301-0/+1
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-11-171-7/+12
|\ \ | |/
| * tcp: provide more information on the tcp receive_queue bugsIlpo Järvinen2009-11-131-7/+12
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-10-271-13/+46
|\ \ | |/
| * net: use WARN() for the WARN_ON in commit b6b39e8f3fbbbArjan van de Ven2009-10-221-3/+3
| * tcp: Try to catch MSG_PEEK bugHerbert Xu2009-10-201-1/+3
| * tcp: fix TCP_DEFER_ACCEPT retrans calculationJulian Anastasov2009-10-191-12/+43
* | 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
OpenPOWER on IntegriCloud