aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-07-07net: refine {udp|tcp|sctp}_mem limitsEric Dumazet1-8/+2
2011-04-04net: Allow no-cache copy from user on transmitTom Herbert1-3/+4
2011-03-09tcp: ioctl type SIOCOUTQNSD returns amount of data not sentMario Schuknecht1-0/+9
2011-02-20tcp: Remove debug macro of TCP_CHECK_TIMERShan Wei1-9/+0
2011-01-24net: change netdev->features to u32Michał Mirosław1-1/+1
2010-12-08Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+1
2010-11-24tcp: Make TCP_MAXSEG minimum more correct.David S. Miller1-1/+1
2010-11-14Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-3/+3
2010-11-10tcp: Increase TCP_MAXSEG socket option minimum.David S. Miller1-1/+1
2010-11-10net: avoid limits overflowEric Dumazet1-2/+2
2010-11-09net/ipv4/tcp.c: Update WARN usesJoe Perches1-9/+7
2010-10-04Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+1
2010-09-27tcp: Fix >4GB writes on 64-bit.David S. Miller1-1/+1
2010-09-27Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-2/+5
2010-09-20tcp: Fix race in tcp_pollTom Marshall1-2/+5
2010-09-09Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-22/+10
2010-08-30tcp: Add TCP_USER_TIMEOUT socket option.Jerry Chu1-1/+10
2010-08-25tcp: select(writefds) don't hang up when a peer close connectionKOSAKI Motohiro1-1/+2
2010-08-25tcp: fix three tcp sysctls tuningEric Dumazet1-17/+7
2010-08-25tcp: Combat per-cpu skew in orphan tests.David S. Miller1-4/+1
2010-08-02Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-2/+5
2010-08-02net: Add getsockopt support for TCP thin-streamsJosh Hunt1-0/+6
2010-07-30tcp: cookie transactions setsockopt memory leakDmitry Popov1-2/+5
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