aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/tcp.h
AgeCommit message (Expand)AuthorFilesLines
2015-04-29tcp: prepare CC get_info() access from getsockopt()Eric Dumazet1-1/+4
2015-04-29tcp: add tcpi_bytes_acked to tcp_infoEric Dumazet1-1/+1
2015-04-17inet_diag: fix access to tcp cc informationEric Dumazet1-1/+1
2015-04-07tcp: RFC7413 option support for Fast Open clientDaniel Lee1-1/+2
2015-04-07tcp: RFC7413 option support for Fast Open serverDaniel Lee1-0/+2
2015-03-29tcp: tcp_syn_flood_action() can be staticEric Dumazet1-2/+0
2015-03-24tcp: md5: get rid of tcp_v[46]_reqsk_md5_lookup()Eric Dumazet1-4/+4
2015-03-24tcp: md5: remove request sock argument of calc_md5_hash()Eric Dumazet1-16/+13
2015-03-23ipv4: tcp: handle ICMP messages on TCP_NEW_SYN_RECV request socketsEric Dumazet1-0/+1
2015-03-23inet: remove sk_listener parameter from syn_ack_timeout()Eric Dumazet1-1/+1
2015-03-20inet: drop prev pointer handling in request sockEric Dumazet1-2/+1
2015-03-17tcp: uninline tcp_oow_rate_limited()Eric Dumazet1-30/+2
2015-03-17tcp: move tcp_openreq_init() to tcp_input.cEric Dumazet1-25/+0
2015-03-06ipv4: Create probe timer for tcp PMTU as per RFC4821Fan Du1-0/+3
2015-03-06ipv4: Use binary search to choose tcp PMTU probe_sizeFan Du1-0/+3
2015-03-06ipv4: Raise tcp PMTU probe mss base sizeFan Du1-1/+1
2015-03-02net: Remove iocb argument from sendmsg and recvmsgYing Xue1-4/+3
2015-02-09ipv4: Namespecify TCP PMTU mechanismFan Du1-2/+0
2015-02-08tcp: mitigate ACK loops for connections as tcp_request_sockNeal Cardwell1-0/+1
2015-02-08tcp: helpers to mitigate ACK loops by rate-limiting out-of-window dupacksNeal Cardwell1-0/+32
2015-02-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2015-02-04tcp: do not pace pure ack packetsEric Dumazet1-0/+15
2015-01-28tcp: stretch ACK fixes prepNeal Cardwell1-2/+2
2015-01-05net: tcp: add per route congestion controlDaniel Borkmann1-0/+6
2015-01-05net: tcp: add RTAX_CC_ALGO fib handlingDaniel Borkmann1-0/+7
2015-01-05net: tcp: add key management to congestion controlDaniel Borkmann1-1/+8
2014-11-04net: allow setting ecn via routing tableFlorian Westphal1-1/+1
2014-11-04syncookies: split cookie_check_timestamp() into two functionsFlorian Westphal1-5/+4
2014-10-29tcp: allow for bigger reordering levelEric Dumazet1-3/+1
2014-10-24net: Remove trailing whitespace in tcp.h icmp.c syncookies.cKenjiro Nakayama1-6/+6
2014-10-18tcp: fix build error if IPv6 is not enabledEric Dumazet1-0/+2
2014-10-17ipv6: introduce tcp_v6_iif()Eric Dumazet1-0/+9
2014-10-17ipv4: clean up cookie_v4_check()Cong Wang1-3/+2
2014-10-17ipv4: share tcp_v4_save_options() with cookie_v4_check()Cong Wang1-0/+20
2014-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-28/+57
2014-10-07Merge tag 'dmaengine-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds1-9/+0
2014-09-30tcp: Change tcp_slow_start function to return voidLi RongQing1-1/+1
2014-09-29tcp: move TCP_ECN_create_request out of headerFlorian Westphal1-34/+0
2014-09-29net: tcp: more detailed ACK events and events for CE marked packetsFlorian Westphal1-1/+8
2014-09-29net: tcp: split ack slow/fast events from cwnd_eventFlorian Westphal1-2/+6
2014-09-29net: tcp: add flag for ca to indicate that ECN is requiredDaniel Borkmann1-17/+44
2014-09-29net: tcp: assign tcp cong_ops when tcp sk is createdFlorian Westphal1-1/+1
2014-09-28tcp: change tcp_skb_pcount() locationEric Dumazet1-2/+21
2014-09-28tcp: better TCP_SKB_CB layout to reduce cache line missesEric Dumazet1-6/+6
2014-09-28net: make tcp_cleanup_rbuf privateDan Williams1-1/+0
2014-09-28net_dma: simple removalDan Williams1-8/+0
2014-09-05tcp: remove TCP_SKB_CB(skb)->whenEric Dumazet1-6/+7
2014-09-05tcp: introduce TCP_SKB_CB(skb)->tcp_tw_isnEric Dumazet1-1/+6
2014-08-14tcp: don't allow syn packets without timestamps to pass tcp_tw_recycle logicHannes Frederic Sowa1-1/+1
2014-08-14tcp: fix tcp_release_cb() to dispatch via address family for mtu_reduced()Neal Cardwell1-0/+1
2014-08-14tcp: don't use timestamp from repaired skb-s to calculate RTT (v2)Andrey Vagin1-1/+3
2014-08-05tcp: reduce spurious retransmits due to transient SACK renegingNeal Cardwell1-1/+1
2014-07-15tcp: Remove unnecessary arg from tcp_enter_cwr and tcp_init_cwnd_reductionChristoph Paasch1-1/+1
2014-07-07tcp: switch snt_synack back to measuring transmit time of first SYNACKNeal Cardwell1-1/+1
2014-06-27tcp: add tcp_conn_requestOctavian Purdila1-0/+3
2014-06-27tcp: add queue_add_hash to tcp_request_sock_opsOctavian Purdila1-0/+2
2014-06-27tcp: add mss_clamp to tcp_request_sock_opsOctavian Purdila1-0/+1
2014-06-27tcp: unify tcp_v4_rtx_synack and tcp_v6_rtx_synackOctavian Purdila1-0/+2
2014-06-27tcp: add send_synack method to tcp_request_sock_opsOctavian Purdila1-0/+3
2014-06-27tcp: add init_seq method to tcp_request_sock_opsOctavian Purdila1-0/+1
2014-06-27tcp: add route_req method to tcp_request_sock_opsOctavian Purdila1-0/+3
2014-06-27tcp: add init_cookie_seq method to tcp_request_sock_opsOctavian Purdila1-14/+20
2014-06-27tcp: add init_req method to tcp_request_sock_opsOctavian Purdila1-0/+2
2014-06-27tcp: cookie_v4_init_sequence: skb should be constOctavian Purdila1-2/+3
2014-06-17tcp: move ir_mark initialization to tcp_openreq_initOctavian Purdila1-1/+2
2014-06-10tcp: add gfp parameter to tcp_fragmentOctavian Purdila1-1/+1
2014-05-22tcp: make cwnd-limited checks measurement-based, and gentlerNeal Cardwell1-3/+8
2014-05-13tcp: use tcp_v4_send_synack on first SYN-ACKYuchung Cheng1-7/+7
2014-05-13tcp: simplify fast open cookie processingYuchung Cheng1-8/+1
2014-05-13tcp: move fastopen functions to tcp_fastopen.cYuchung Cheng1-2/+8
2014-05-03tcp: remove in_flight parameter from cong_avoid() methodsEric Dumazet1-5/+3
2014-05-02tcp: fix cwnd limited checking to improve congestion controlEric Dumazet1-1/+21
2014-04-20tcp: make tcp_cwnd_application_limited() staticWeiping Pan1-1/+0
2014-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-5/+6
2014-03-20tcp: syncookies: do not use getnstimeofday()Eric Dumazet1-5/+6
2014-03-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+2
2014-02-26tcp: switch rtt estimations to usec resolutionEric Dumazet1-3/+7
2014-02-22net-tcp: fastopen: fix high order allocationsEric Dumazet1-1/+2
2014-02-13tcp: remove unused min_cwnd member of tcp_congestion_opsStanislav Fomichev1-3/+0
2013-12-29tcp: make local functions staticstephen hemminger1-3/+0
2013-12-17tcp: refine TSO splitsEric Dumazet1-7/+0
2013-12-06tcp: auto corkingEric Dumazet1-0/+1
2013-11-04tcp: properly handle stretch acks in slow startYuchung Cheng1-4/+3
2013-10-21tcp_memcontrol: Remove the per netns control.Eric W. Biederman1-2/+1
2013-10-19tcp: switch tcp_fastopen key generation to net_get_random_onceHannes Frederic Sowa1-1/+1
2013-10-19inet: split syncookie keys for ipv4 and ipv6 and initialize with net_get_rand...Hannes Frederic Sowa1-1/+0
2013-10-18tcp: rename tcp_tso_segment()Eric Dumazet1-1/+1
2013-10-10inet: rename ir_loc_port to ir_numEric Dumazet1-1/+1
2013-10-10inet: includes a sock_common in request_sockEric Dumazet1-2/+2
2013-10-08tcp/dccp: remove twchainEric Dumazet1-1/+0
2013-09-24tcp: syncookies: reduce cookie lifetime to 128 secondsFlorian Westphal1-0/+18
2013-09-23tcp.h: Remove extern from function prototypesJoe Perches1-216/+208
2013-09-04tcp: Change return value of tcp_rcv_established()Vijay Subramanian1-2/+2
2013-08-29tcp: TSO packets automatic sizingEric Dumazet1-0/+1
2013-08-28net: syncookies: export cookie_v6_init_sequence/cookie_v6_checkPatrick McHardy1-0/+4
2013-08-28net: syncookies: export cookie_v4_init_sequence/cookie_v4_checkPatrick McHardy1-0/+4
2013-08-10tcp: add server ip to encrypt cookie in fast openYuchung Cheng1-1/+2
2013-07-31tcp: Remove unused tcpct declarations and commentsDmitry Popov1-4/+0
2013-07-24tcp: TCP_NOTSENT_LOWAT socket optionEric Dumazet1-0/+14
2013-07-22tcp: prefer packet timing to TS-ECR for RTTYuchung Cheng1-1/+0
2013-07-22tcp: consolidate SYNACK RTT samplingYuchung Cheng1-9/+0
2013-06-25tcp: remove invalid __rcu annotationEric Dumazet1-3/+3
2013-06-13tcp: properly send new data in fast recovery in first RTTYuchung Cheng1-3/+2
2013-06-07net: tcp: move GRO/GSO functions to tcp_offloadDaniel Borkmann1-4/+5
2013-05-20tcp: md5: remove spinlock usage in fast pathEric Dumazet1-3/+5
2013-05-19tcp: remove bad timeout logic in fast recoveryYuchung Cheng1-1/+0
2013-04-12tcp: GSO should be TSQ friendlyEric Dumazet1-0/+1
2013-04-02tcp: Remove dead sysctl_tcp_cookie_size declarationNeal Cardwell1-1/+0
2013-03-21tcp: refactor F-RTOYuchung Cheng1-4/+0
2013-03-17tcp: Remove TCPCTChristoph Paasch1-88/+1
2013-03-12tcp: Tail loss probe (TLP)Nandita Dukkipati1-2/+4
2013-03-07tcp: uninline tcp_prequeue()Eric Dumazet1-44/+1
2013-02-28tcp: avoid wakeups for pure ACKEric Dumazet1-0/+4
2013-02-05tcp: remove Appropriate Byte Count supportStephen Hemminger1-1/+0
2013-01-06tcp: make sysctl_tcp_ecn namespace awareHannes Frederic Sowa1-4/+5
2012-12-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-1/+0
2012-12-07tcp: bug fix Fast Open client retransmissionYuchung Cheng1-0/+1
2012-11-23tcp: remove dead prototype for tcp_v4_get_peer()Neal Cardwell1-1/+0
2012-09-22tcp: TCP Fast Open Server - take SYNACK RTT after completing 3WHSNeal Cardwell1-0/+1
2012-09-22tcp: extract code to compute SYNACK RTTNeal Cardwell1-0/+9
2012-09-03tcp: use PRR to reduce cwin in CWR stateYuchung Cheng1-2/+8
2012-08-31tcp: TCP Fast Open Server - support TFO listenersJerry Chu1-2/+4
2012-08-31tcp: TCP Fast Open Server - header & support functionsJerry Chu1-7/+39
2012-08-31tcp: Increase timeout for SYN segmentsAlex Bergmann1-4/+14
2012-08-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/ebie...David S. Miller1-1/+2
2012-08-14userns: Print out socket uids in a user namespace aware fashion.Eric W. Biederman1-1/+2
2012-08-09net: tcp: ipv6_mapped needs sk_rx_dst_set methodEric Dumazet1-0/+1
2012-07-20tcp: improve latencies of timer triggered eventsEric Dumazet1-0/+2
2012-07-19net-tcp: Fast Open client - cookie-less modeYuchung Cheng1-0/+1
2012-07-19net-tcp: Fast Open client - detecting SYN-data dropsYuchung Cheng1-2/+4
2012-07-19net-tcp: Fast Open client - sendmsg(MSG_FASTOPEN)Yuchung Cheng1-0/+3
2012-07-19net-tcp: Fast Open client - sending SYN-dataYuchung Cheng1-0/+9
2012-07-19net-tcp: Fast Open client - cookie cacheYuchung Cheng1-0/+4
2012-07-19net-tcp: Fast Open baseYuchung Cheng1-1/+8
2012-07-17tcp: implement RFC 5961 3.2Eric Dumazet1-0/+1
2012-07-11tcp: TCP Small QueuesEric Dumazet1-0/+4
2012-07-10tcp: Move timestamps from inetpeer to metrics cache.David S. Miller1-1/+4
2012-07-10tcp: Maintain dynamic metrics in local cache.David S. Miller1-0/+1
2012-07-10tcp: Abstract back handling peer aliveness test into helper function.David S. Miller1-0/+1
2012-07-10tcp: Move dynamnic metrics handling into seperate file.David S. Miller1-0/+4
2012-06-27ipv4: Kill early demux method return value.David S. Miller1-1/+1
2012-06-27Revert "ipv4: tcp: dont cache unconfirmed intput dst"David S. Miller1-1/+1
2012-06-27ipv4: tcp: dont cache unconfirmed intput dstEric Dumazet1-1/+1
2012-06-19ipv4: Early TCP socket demux.David S. Miller1-0/+1
2012-06-09[PATCH] tcp: Cache inetpeer in timewait socket, and only when necessary.David S. Miller1-1/+0
2012-06-09tcp: Get rid of inetpeer special cases.David S. Miller1-1/+1
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/paul...Linus 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
2010-12-01timewait_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-29tcp: tcp_enter_quickack_mode can be staticstephen hemminger1-2/+0