aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/tcp.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-05-17tcp: bool conversionsEric Dumazet1-28/+28
2012-05-10tcp: Move rcvq sending to tcp_input.cPavel Emelyanov1-2/+1
2012-05-04tcp: be more strict before accepting ECN negociationEric Dumazet1-7/+16
2012-05-02net: implement tcp coalescing in tcp_queue_rcv()Eric Dumazet1-1/+2
2012-05-02tcp: early retransmit: delayed fast retransmitYuchung Cheng1-0/+3
2012-05-02tcp: early retransmitYuchung Cheng1-0/+15
2012-04-27ipv6: RTAX_FEATURE_ALLFRAG causes inefficient TCP segment sizingEric Dumazet1-2/+2
2012-04-21tcp: move duplicate code from tcp_v4_init_sock()/tcp_v6_init_sock()Neal Cardwell1-0/+1
2012-04-21tcp: Initial repair modePavel Emelyanov1-0/+2
2012-04-21tcp: Move code aroundPavel Emelyanov1-0/+3
2012-04-16tcp: restore formatting of macros for tcp_skb_cb sacked fieldNeal Cardwell1-2/+3
2012-04-15net: cleanup unsigned to unsigned intEric Dumazet1-1/+1
2012-04-14tcp: RFC6298 supersedes RFC2988bisEric Dumazet1-1/+1
2012-03-24Merge tag 'bug-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linuxLinus Torvalds1-0/+1
2012-03-04BUG: headers with BUG/BUG_ON etc. need linux/bug.hPaul Gortmaker1-0/+1
2012-03-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+3
2012-02-28tcp: fix comment for tp->highest_sackNeal Cardwell1-2/+3
2012-02-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+12
2012-02-01net: Disambiguate kernel messageArun Sharma1-4/+10
2012-02-01tcp: md5: protects md5sig_info with RCUEric Dumazet1-0/+1
2012-01-31tcp: md5: rcu conversionEric Dumazet1-32/+29
2012-01-31tcp: md5: remove obsolete md5_add() methodEric Dumazet1-4/+0
2012-01-30net/tcp: Fix tcp memory limits initialization when !CONFIG_SYSCTLGlauber Costa1-0/+2
2011-12-21tcp: Replace constants with #define macrosVijay Subramanian1-2/+2
2011-12-12per-netns ipv4 sysctl_tcp_memGlauber Costa1-1/+0
2011-12-12foundations of per-cgroup memory pressure controlling.Glauber Costa1-1/+2
2011-12-11net: use IS_ENABLED(CONFIG_IPV6)Eric Dumazet1-3/+3
2011-11-29tcp: do not scale TSO segment size with reordering degreeNeal Cardwell1-0/+8
2011-11-16net: introduce and use netdev_features_t for device features setsMichał Mirosław1-1/+2
2011-11-01net: make the tcp and udp file_operations for the /proc stuff constArjan van de Ven1-4/+6
2011-10-24TCP: remove TCP_DEBUGFlavio Leitner1-1/+0
2011-10-24tcp: md5: add more const attributesEric Dumazet1-8/+9
2011-10-24tcp: md5: dont write skb head in tcp_md5_hash_header()Eric Dumazet1-1/+1
2011-10-21tcp: add const qualifiers where possibleEric Dumazet1-20/+23
2011-09-27tcp: rename tcp_skb_cb flagsEric Dumazet1-1/+1
2011-09-27tcp: unalias tcp_skb_cb flags and ip_dsfieldEric Dumazet1-1/+2
2011-09-27tcp: ECN blackhole should not force quickack modeEric Dumazet1-0/+1
2011-09-22Merge branch 'master' of github.com:davem330/netDavid S. Miller1-1/+21
2011-09-18tcp: fix build error if !CONFIG_SYN_COOKIESEric Dumazet1-1/+18
2011-09-17tcp: md5: remove one indirection level in tcp_md5sig_poolEric Dumazet1-1/+1
2011-09-15tcp: Change possible SYN flooding messagesEric Dumazet1-0/+3
2011-06-08tcp: RFC2988bis + taking RTT sample from 3WHS for the passive open sideJerry Chu1-2/+9
2011-02-20tcp: Remove debug macro of TCP_CHECK_TIMERShan Wei1-2/+0
2011-02-05tcp: Add reference to initial CWND ietf draft.David S. Miller1-1/+1
2011-02-02tcp: Increase the initial congestion window to 10.David S. Miller1-9/+3
2011-01-24net: change netdev->features to u32Michał Mirosław1-1/+1
2010-12-20TCP: increase default initial receive window.Nandita Dukkipati1-0/+3
2010-12-19net: kill unused macrosShan Wei1-2/+0
2010-12-16tcp: relax tcp_paws_check()Eric Dumazet1-1/+7
2010-12-02net: kill unused macros from head fileShan Wei1-6/+0