summaryrefslogtreecommitdiff
path: root/include/net/tcp.h
AgeCommit message (Expand)Author
2013-03-06Merge branch 'linux-3.4.35' into rel-17Sachin Nikam
2013-01-11tcp: implement RFC 5961 3.2Eric Dumazet
2012-04-07Merge branch '3.4-rc1' into android-tegra-nv-3.3-rebasedVarun Wadekar
2012-03-24Merge tag 'bug-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Linus Torvalds
2012-03-23Merge commit '5275e74' into after-upstream-androidDan Willemsen
2012-03-04BUG: headers with BUG/BUG_ON etc. need linux/bug.hPaul Gortmaker
2012-03-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-02-28tcp: fix comment for tp->highest_sackNeal Cardwell
2012-02-21Merge commit 'v3.3-rc4' into android-3.3Colin Cross
2012-02-14net: socket ioctl to reset connections matching local addressRobert Love
2012-02-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-02-01net: Disambiguate kernel messageArun Sharma
2012-02-01tcp: md5: protects md5sig_info with RCUEric Dumazet
2012-01-31tcp: md5: rcu conversionEric Dumazet
2012-01-31tcp: md5: remove obsolete md5_add() methodEric Dumazet
2012-01-30net/tcp: Fix tcp memory limits initialization when !CONFIG_SYSCTLGlauber Costa
2011-12-21tcp: Replace constants with #define macrosVijay Subramanian
2011-12-12per-netns ipv4 sysctl_tcp_memGlauber Costa
2011-12-12foundations of per-cgroup memory pressure controlling.Glauber Costa
2011-12-11net: use IS_ENABLED(CONFIG_IPV6)Eric Dumazet
2011-11-29tcp: do not scale TSO segment size with reordering degreeNeal Cardwell
2011-11-16net: introduce and use netdev_features_t for device features setsMichał Mirosław
2011-11-01net: make the tcp and udp file_operations for the /proc stuff constArjan van de Ven
2011-10-24TCP: remove TCP_DEBUGFlavio Leitner
2011-10-24tcp: md5: add more const attributesEric Dumazet
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-09-27tcp: rename tcp_skb_cb flagsEric Dumazet
2011-09-27tcp: unalias tcp_skb_cb flags and ip_dsfieldEric Dumazet
2011-09-27tcp: ECN blackhole should not force quickack modeEric Dumazet
2011-09-22Merge branch 'master' of github.com:davem330/netDavid S. Miller
2011-09-18tcp: fix build error if !CONFIG_SYN_COOKIESEric Dumazet
2011-09-17tcp: md5: remove one indirection level in tcp_md5sig_poolEric Dumazet
2011-09-15tcp: Change possible SYN flooding messagesEric Dumazet
2011-06-08tcp: RFC2988bis + taking RTT sample from 3WHS for the passive open sideJerry Chu
2011-02-20tcp: Remove debug macro of TCP_CHECK_TIMERShan Wei
2011-02-05tcp: Add reference to initial CWND ietf draft.David S. Miller
2011-02-02tcp: Increase the initial congestion window to 10.David S. Miller
2011-01-24net: change netdev->features to u32Michał Mirosław
2010-12-20TCP: increase default initial receive window.Nandita Dukkipati
2010-12-19net: kill unused macrosShan Wei
2010-12-16tcp: relax tcp_paws_check()Eric Dumazet
2010-12-02net: kill unused macros from head fileShan Wei
2010-12-01timewait_sock: Create and use getpeer op.David S. Miller
2010-11-30inet: Turn ->remember_stamp into ->get_peer in connection AF ops.David S. Miller
2010-11-10net: avoid limits overflowEric Dumazet
2010-09-29tcp: tcp_enter_quickack_mode can be staticstephen hemminger
2010-09-27Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-09-15tcp: Prevent overzealous packetization by SWS logic.Alexey Kuznetsov
2010-09-09Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller