aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/tcp.h
Commit message (Expand)AuthorAgeFilesLines
* tcp: md5: remove spinlock usage in fast pathEric Dumazet2015-01-011-3/+5
* tcp: be more strict before accepting ECN negociationEric Dumazet2014-12-141-7/+16
* tcp: force a dst refcount when prequeue packetEric Dumazet2013-05-301-0/+1
* tcp: implement RFC 5961 3.2Eric Dumazet2013-01-161-0/+1
* net: make the tcp and udp file_operations for the /proc stuff constArjan van de Ven2011-11-011-4/+6
* TCP: remove TCP_DEBUGFlavio Leitner2011-10-241-1/+0
* tcp: md5: add more const attributesEric Dumazet2011-10-241-8/+9
* tcp: md5: dont write skb head in tcp_md5_hash_header()Eric Dumazet2011-10-241-1/+1
* tcp: add const qualifiers where possibleEric Dumazet2011-10-211-20/+23
* tcp: rename tcp_skb_cb flagsEric Dumazet2011-09-271-1/+1
* tcp: unalias tcp_skb_cb flags and ip_dsfieldEric Dumazet2011-09-271-1/+2
* tcp: ECN blackhole should not force quickack modeEric Dumazet2011-09-271-0/+1
* Merge branch 'master' of github.com:davem330/netDavid S. Miller2011-09-221-1/+21
|\
| * tcp: fix build error if !CONFIG_SYN_COOKIESEric Dumazet2011-09-181-1/+18
| * tcp: Change possible SYN flooding messagesEric Dumazet2011-09-151-0/+3
* | tcp: md5: remove one indirection level in tcp_md5sig_poolEric Dumazet2011-09-171-1/+1
|/
* tcp: RFC2988bis + taking RTT sample from 3WHS for the passive open sideJerry Chu2011-06-081-2/+9
* tcp: Remove debug macro of TCP_CHECK_TIMERShan Wei2011-02-201-2/+0
* tcp: Add reference to initial CWND ietf draft.David S. Miller2011-02-051-1/+1
* tcp: Increase the initial congestion window to 10.David S. Miller2011-02-021-9/+3
* net: change netdev->features to u32Michał Mirosław2011-01-241-1/+1
* TCP: increase default initial receive window.Nandita Dukkipati2010-12-201-0/+3
* net: kill unused macrosShan Wei2010-12-191-2/+0
* tcp: relax tcp_paws_check()Eric Dumazet2010-12-161-1/+7
* net: kill unused macros from head fileShan Wei2010-12-021-6/+0
* timewait_sock: Create and use getpeer op.David S. Miller2010-12-011-0/+1
* inet: Turn ->remember_stamp into ->get_peer in connection AF ops.David S. Miller2010-11-301-1/+1
* net: avoid limits overflowEric Dumazet2010-11-101-3/+3
* tcp: tcp_enter_quickack_mode can be staticstephen hemminger2010-09-291-2/+0
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-09-271-2/+16
|\
| * tcp: Prevent overzealous packetization by SWS logic.Alexey Kuznetsov2010-09-151-2/+16
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-09-091-4/+14
|\ \ | |/
| * tcp: Combat per-cpu skew in orphan tests.David S. Miller2010-08-251-4/+14
* | TCP: update initial windows according to RFC 5681Gerrit Renker2010-08-301-8/+2
* | tcp/dccp: Consolidate common code for RFC 3390 conversionGerrit Renker2010-08-301-0/+15
|/
* tcp: sizeof struct tcp_skb_cb is 44Eric Dumazet2010-07-151-5/+4
* inet, inet6: make tcp_sendmsg() and tcp_sendpage() through inet_sendmsg() and...Changli Gao2010-07-121-4/+4
* net: cleanupsChangli Gao2010-07-121-137/+85
* syncookies: add support for ECNFlorian Westphal2010-06-261-1/+1
* syncookies: check decoded options against sysctl settingsFlorian Westphal2010-06-161-1/+1
* tcp: unify tcp flag macrosChangli Gao2010-06-151-13/+11
* tcp: Fix slowness in read /proc/net/tcpTom Herbert2010-06-071-1/+2
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-05-161-18/+3
|\
| * tcp: fix MD5 (RFC2385) supportEric Dumazet2010-05-161-18/+3
* | TCP: avoid to send keepalive probes if receiving dataFlavio Leitner2010-04-271-0/+8
* | tcp: fix outsegs stat for TSO segmentsTom Herbert2010-04-221-0/+1
* | net: sk_sleep() helperEric Dumazet2010-04-201-1/+1
* | inet: Remove unused send_check length argumentHerbert Xu2010-04-111-1/+1
|/
* net: add scheduler sync hint to tcp_prequeue().Mike Galbraith2010-03-041-1/+1
* net: TCP thin dupackAndreas Petlund2010-02-181-0/+1