summaryrefslogtreecommitdiffstats
path: root/include/net/tcp.h
AgeCommit message (Expand)Author
2012-07-19net-tcp: Fast Open client - cookie cacheYuchung Cheng
2012-07-19net-tcp: Fast Open baseYuchung Cheng
2012-07-17tcp: implement RFC 5961 3.2Eric Dumazet
2012-07-11tcp: TCP Small QueuesEric Dumazet
2012-07-10tcp: Move timestamps from inetpeer to metrics cache.David S. Miller
2012-07-10tcp: Maintain dynamic metrics in local cache.David S. Miller
2012-07-10tcp: Abstract back handling peer aliveness test into helper function.David S. Miller
2012-07-10tcp: Move dynamnic metrics handling into seperate file.David S. Miller
2012-06-27ipv4: Kill early demux method return value.David S. Miller
2012-06-27Revert "ipv4: tcp: dont cache unconfirmed intput dst"David S. Miller
2012-06-27ipv4: tcp: dont cache unconfirmed intput dstEric Dumazet
2012-06-19ipv4: Early TCP socket demux.David S. Miller
2012-06-09[PATCH] tcp: Cache inetpeer in timewait socket, and only when necessary.David S. Miller
2012-06-09tcp: Get rid of inetpeer special cases.David S. Miller
2012-05-17tcp: bool conversionsEric Dumazet
2012-05-10tcp: Move rcvq sending to tcp_input.cPavel Emelyanov
2012-05-04tcp: be more strict before accepting ECN negociationEric Dumazet
2012-05-02net: implement tcp coalescing in tcp_queue_rcv()Eric Dumazet
2012-05-02tcp: early retransmit: delayed fast retransmitYuchung Cheng
2012-05-02tcp: early retransmitYuchung Cheng
2012-04-27ipv6: RTAX_FEATURE_ALLFRAG causes inefficient TCP segment sizingEric Dumazet
2012-04-21tcp: move duplicate code from tcp_v4_init_sock()/tcp_v6_init_sock()Neal Cardwell
2012-04-21tcp: Initial repair modePavel Emelyanov
2012-04-21tcp: Move code aroundPavel Emelyanov
2012-04-16tcp: restore formatting of macros for tcp_skb_cb sacked fieldNeal Cardwell
2012-04-15net: cleanup unsigned to unsigned intEric Dumazet
2012-04-14tcp: RFC6298 supersedes RFC2988bisEric Dumazet
2012-03-24Merge tag 'bug-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Linus Torvalds
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-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