summaryrefslogtreecommitdiff
path: root/net/ipv4/tcp.c
AgeCommit message (Expand)Author
2013-06-27tcp: fix tcp_md5_hash_skb_data()Eric Dumazet
2013-03-28tcp: fix skb_availroom()Eric Dumazet
2012-11-17tcp: fix FIONREAD/SIOCINQEric Dumazet
2012-10-13tcp: flush DMA queue before sk_wait_data if rcv_wnd is zeroMichal Kubeček
2012-10-02tcp: Apply device TSO segment limit earlierBen Hutchings
2012-08-09tcp: Add TCP_USER_TIMEOUT negative value checkHangbin Liu
2012-05-17tcp: do_tcp_sendpages() must try to push data out on oom conditionsWilly Tarreau
2012-05-02tcp: change tcp_adv_win_scale and tcp_rmem[2]Eric Dumazet
2012-04-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2012-04-11tcp: avoid order-1 allocations on wifi and tx pathEric Dumazet
2012-04-10Merge tag 'dmaengine-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2012-04-10tcp: restore correct limitEric Dumazet
2012-04-05tcp: tcp_sendpages() should call tcp_push() onceEric Dumazet
2012-04-05netdma: adding alignment check for NETDMA opsDave Jiang
2012-04-03tcp: allow splice() to build full TSO packetsEric Dumazet
2012-03-12net: ipv4: Standardize prefixes for message loggingJoe Perches
2012-03-11net: Convert printks to pr_<level>Joe Perches
2012-02-13vfs: fix panic in __d_lookup() with high dentry hashtable countsDimitri Sivanich
2012-02-02tcp: properly initialize tcp memory limitsJason Wang
2012-02-01net: Disambiguate kernel messageArun Sharma
2012-01-30net/tcp: Fix tcp memory limits initialization when !CONFIG_SYSCTLGlauber Costa
2011-12-12per-netns ipv4 sysctl_tcp_memGlauber Costa
2011-12-05tcp: remove TCP_OFF and TCP_PAGE macrosEric Dumazet
2011-12-04tcp: tcp_sendmsg() page recyclingEric Dumazet
2011-11-29tcp: avoid frag allocation for small framesEric Dumazet
2011-11-28tcp: tcp_sendmsg() wrong access to sk_route_capsEric Dumazet
2011-11-16net: introduce and use netdev_features_t for device features setsMichał Mirosław
2011-10-24TCP: remove TCP_DEBUGFlavio Leitner
2011-10-24tcp: md5: dont write skb head in tcp_md5_hash_header()Eric Dumazet
2011-10-21tcp: add const qualifiers where possibleEric Dumazet
2011-10-19net: add skb frag size accessorsEric Dumazet
2011-10-03tcp: report ECN_SEEN in tcp_infoEric Dumazet
2011-09-27tcp: rename tcp_skb_cb flagsEric Dumazet
2011-09-17tcp: md5: remove one indirection level in tcp_md5sig_poolEric Dumazet
2011-08-24net: ipv4: convert to SKB frag APIsIan Campbell
2011-07-07net: refine {udp|tcp|sctp}_mem limitsEric Dumazet
2011-04-04net: Allow no-cache copy from user on transmitTom Herbert
2011-03-09tcp: ioctl type SIOCOUTQNSD returns amount of data not sentMario Schuknecht
2011-02-20tcp: Remove debug macro of TCP_CHECK_TIMERShan Wei
2011-01-24net: change netdev->features to u32Michał Mirosław
2010-12-08Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-11-24tcp: Make TCP_MAXSEG minimum more correct.David S. Miller
2010-11-14Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-11-10tcp: Increase TCP_MAXSEG socket option minimum.David S. Miller
2010-11-10net: avoid limits overflowEric Dumazet
2010-11-09net/ipv4/tcp.c: Update WARN usesJoe Perches
2010-10-04Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-09-27tcp: Fix >4GB writes on 64-bit.David S. Miller
2010-09-27Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-09-20tcp: Fix race in tcp_pollTom Marshall