summaryrefslogtreecommitdiff
path: root/net/ipv4/tcp_input.c
AgeCommit message (Expand)Author
2017-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-10-21tcp/dccp: fix ireq->opt racesEric Dumazet
2017-10-18ipv4: mark expected switch fall-throughsGustavo A. R. Silva
2017-10-07tcp: implement rb-tree based retransmit queueEric Dumazet
2017-10-07tcp: pass previous skb to tcp_shifted_skb()Eric Dumazet
2017-10-07tcp: reduce tcp_fastretrans_alert() verbosityEric Dumazet
2017-10-07tcp: tcp_mark_head_lost() optimizationEric Dumazet
2017-10-07net: add rb_to_skb() and other rb tree helpersEric Dumazet
2017-10-05tcp: new list for sent but unacked skbs for RACK recoveryEric Dumazet
2017-10-05tcp: clean up TFO server's initial tcp_rearm_rto() callWei Wang
2017-10-05tcp: uniform the set up of sockets after successful connectionWei Wang
2017-09-19net: sk_buff rbnode reorgEric Dumazet
2017-09-18net: tcp_input: Neaten DBGUNDOJoe Perches
2017-08-30tcp: Revert "tcp: remove header prediction"Florian Westphal
2017-08-30tcp: Revert "tcp: remove CA_ACK_SLOWPATH"Florian Westphal
2017-08-29neigh: increase queue_len_bytes to match wmem_defaultEric Dumazet
2017-08-23tcp: Extend SOF_TIMESTAMPING_RX_SOFTWARE to TCP recvmsgMike Maloney
2017-08-22tcp: Remove the unused parameter for tcp_try_fastopen.Tonghao Zhang
2017-08-22tcp: Get a proper dst before checking it.Tonghao Zhang
2017-08-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-08-18tcp: when rearming RTO, if RTO time is in past then fire RTO ASAPNeal Cardwell
2017-08-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-08-06tcp: fix cwnd undo in Reno and HTCP congestion controlsYuchung Cheng
2017-08-03tcp: fix xmit timer to only be reset if data ACKed/SACKedNeal Cardwell
2017-08-03tcp: introduce tcp_rto_delta_us() helper for xmit timer fixNeal Cardwell
2017-08-03tcp: remove extra POLL_OUT added for finished active connect()Neal Cardwell
2017-08-02tcp: avoid setting cwnd to invalid ssthresh after cwnd reduction statesYuchung Cheng
2017-08-02tcp: tcp_data_queue() cleanupEric Dumazet
2017-07-31tcp: remove CA_ACK_SLOWPATHFlorian Westphal
2017-07-31tcp: remove header predictionFlorian Westphal
2017-07-31tcp: reindent two spots after prequeue removalFlorian Westphal
2017-07-31tcp: remove prequeue supportFlorian Westphal
2017-07-24tcp: remove redundant argument from tcp_rcv_established()Matvejchikov Ilya
2017-07-01bpf: Add support for changing congestion controlLawrence Brakmo
2017-07-01bpf: Add TCP connection BPF callbacksLawrence Brakmo
2017-07-01bpf: Support for per connection SYN/SYN-ACK RTOsLawrence Brakmo
2017-06-08tcp: Namespaceify sysctl_tcp_timestampsEric Dumazet
2017-06-08tcp: Namespaceify sysctl_tcp_window_scalingEric Dumazet
2017-06-08tcp: Namespaceify sysctl_tcp_sackEric Dumazet
2017-06-08tcp: add a struct net parameter to tcp_parse_options()Eric Dumazet
2017-06-02tcp: use TS opt on RTTs for congestion controlYuchung Cheng
2017-05-25tcp: better validation of received ack sequencesEric Dumazet
2017-05-19tcp: warn on negative reordering valuesSoheil Hassas Yeganeh
2017-05-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-05-18tcp: fix tcp_rearm_rto()Eric Dumazet
2017-05-17tcp: switch TCP TS option (RFC 7323) to 1ms clockEric Dumazet
2017-05-17tcp: replace misc tcp_time_stamp to tcp_jiffies32Eric Dumazet
2017-05-17tcp: use tcp_jiffies32 in __tcp_oow_rate_limited()Eric Dumazet
2017-05-17tcp: use tcp_jiffies32 for rcv_tstamp and lrcvtimeEric Dumazet
2017-05-17tcp: use tcp_jiffies32 to feed tp->snd_cwnd_stampEric Dumazet