summaryrefslogtreecommitdiff
path: root/include/net/tcp.h
AgeCommit message (Expand)AuthorFilesLines
2011-12-21tcp: Replace constants with #define macrosVijay Subramanian1-2/+2
2011-12-13per-netns ipv4 sysctl_tcp_memGlauber Costa1-1/+0
2011-12-13foundations of per-cgroup memory pressure controlling.Glauber Costa1-1/+2
2011-12-12net: 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-17net: introduce and use netdev_features_t for device features setsMichał Mirosław1-1/+2
2011-11-02net: make the tcp and udp file_operations for the /proc stuff constArjan van de Ven1-4/+6
2011-10-25TCP: 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-19tcp: 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-09tcp: 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-06tcp: Add reference to initial CWND ietf draft.David S. Miller1-1/+1
2011-02-03tcp: Increase the initial congestion window to 10.David S. Miller1-9/+3
2011-01-25net: change netdev->features to u32Michał Mirosław1-1/+1
2010-12-21TCP: increase default initial receive window.Nandita Dukkipati1-0/+3
2010-12-20net: kill unused macrosShan Wei1-2/+0
2010-12-17tcp: relax tcp_paws_check()Eric Dumazet1-1/+7
2010-12-03net: kill unused macros from head fileShan Wei1-6/+0
2010-12-02timewait_sock: Create and use getpeer op.David S. Miller1-0/+1
2010-11-30inet: Turn ->remember_stamp into ->get_peer in connection AF ops.David S. Miller1-1/+1
2010-11-10net: avoid limits overflowEric Dumazet1-3/+3
2010-09-30tcp: tcp_enter_quickack_mode can be staticstephen hemminger1-2/+0
2010-09-27Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-2/+16
2010-09-15tcp: Prevent overzealous packetization by SWS logic.Alexey Kuznetsov1-2/+16
2010-09-10Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-4/+14
2010-08-31TCP: update initial windows according to RFC 5681Gerrit Renker1-8/+2
2010-08-31tcp/dccp: Consolidate common code for RFC 3390 conversionGerrit Renker1-0/+15
2010-08-25tcp: Combat per-cpu skew in orphan tests.David S. Miller1-4/+14
2010-07-16tcp: sizeof struct tcp_skb_cb is 44Eric Dumazet1-5/+4
2010-07-13inet, inet6: make tcp_sendmsg() and tcp_sendpage() through inet_sendmsg() and...Changli Gao1-4/+4
2010-07-13net: cleanupsChangli Gao1-137/+85
2010-06-27syncookies: add support for ECNFlorian Westphal1-1/+1
2010-06-17syncookies: check decoded options against sysctl settingsFlorian Westphal1-1/+1
2010-06-15tcp: unify tcp flag macrosChangli Gao1-13/+11
2010-06-07tcp: Fix slowness in read /proc/net/tcpTom Herbert1-1/+2
2010-05-17Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-18/+3
2010-05-16tcp: fix MD5 (RFC2385) supportEric Dumazet1-18/+3
2010-04-27TCP: avoid to send keepalive probes if receiving dataFlavio Leitner1-0/+8
2010-04-23tcp: fix outsegs stat for TSO segmentsTom Herbert1-0/+1
2010-04-21net: sk_sleep() helperEric Dumazet1-1/+1
2010-04-12inet: Remove unused send_check length argumentHerbert Xu1-1/+1