summaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_input.c
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-10-221-1/+1
| |\ \ \ \
| * | | | | ipv4: mark expected switch fall-throughsGustavo A. R. Silva2017-10-181-0/+2
| * | | | | tcp: implement rb-tree based retransmit queueEric Dumazet2017-10-071-62/+71
| * | | | | tcp: pass previous skb to tcp_shifted_skb()Eric Dumazet2017-10-071-4/+5
| * | | | | tcp: reduce tcp_fastretrans_alert() verbosityEric Dumazet2017-10-071-2/+2
| * | | | | tcp: tcp_mark_head_lost() optimizationEric Dumazet2017-10-071-4/+4
| * | | | | net: add rb_to_skb() and other rb tree helpersEric Dumazet2017-10-071-21/+12
| * | | | | tcp: new list for sent but unacked skbs for RACK recoveryEric Dumazet2017-10-051-2/+7
| * | | | | tcp: clean up TFO server's initial tcp_rearm_rto() callWei Wang2017-10-051-12/+9
| * | | | | tcp: uniform the set up of sockets after successful connectionWei Wang2017-10-051-18/+3
| * | | | | net: sk_buff rbnode reorgEric Dumazet2017-09-191-22/+5
| * | | | | net: tcp_input: Neaten DBGUNDOJoe Perches2017-09-181-4/+2
* | | | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-11-131-3/+3
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar2017-11-071-0/+1
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| * | | | | locking/atomics, net/ipv4/tcp_input.c: Convert ACCESS_ONCE() to READ_ONCE()/W...Mark Rutland2017-10-251-3/+3
| | |_|/ / | |/| | |
* | | | | tcp: fix tcp_fastretrans_alert warningYuchung Cheng2017-11-101-2/+1
| |_|_|/ |/| | |
* | | | tcp: fix DSACK-based undo on non-duplicate ACKPriyaranjan Jha2017-11-051-1/+1
| |/ / |/| |
* | | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
|/ /
* / tcp/dccp: fix ireq->opt racesEric Dumazet2017-10-211-1/+1
|/
* tcp: Revert "tcp: remove header prediction"Florian Westphal2017-08-301-5/+183
* tcp: Revert "tcp: remove CA_ACK_SLOWPATH"Florian Westphal2017-08-301-16/+19
* neigh: increase queue_len_bytes to match wmem_defaultEric Dumazet2017-08-291-1/+1
* tcp: Extend SOF_TIMESTAMPING_RX_SOFTWARE to TCP recvmsgMike Maloney2017-08-231-4/+31
* tcp: Remove the unused parameter for tcp_try_fastopen.Tonghao Zhang2017-08-221-1/+1
* tcp: Get a proper dst before checking it.Tonghao Zhang2017-08-221-5/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-08-211-2/+1
|\
| * tcp: when rearming RTO, if RTO time is in past then fire RTO ASAPNeal Cardwell2017-08-181-2/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-08-091-15/+19
|\|
| * tcp: fix xmit timer to only be reset if data ACKed/SACKedNeal Cardwell2017-08-031-9/+16
| * tcp: introduce tcp_rto_delta_us() helper for xmit timer fixNeal Cardwell2017-08-031-4/+1
| * tcp: avoid setting cwnd to invalid ssthresh after cwnd reduction statesYuchung Cheng2017-08-021-2/+2
* | tcp: fix cwnd undo in Reno and HTCP congestion controlsYuchung Cheng2017-08-061-0/+1
* | tcp: remove extra POLL_OUT added for finished active connect()Neal Cardwell2017-08-031-5/+0
* | tcp: tcp_data_queue() cleanupEric Dumazet2017-08-021-8/+7
* | tcp: remove CA_ACK_SLOWPATHFlorian Westphal2017-07-311-19/+16
* | tcp: remove header predictionFlorian Westphal2017-07-311-183/+9
* | tcp: reindent two spots after prequeue removalFlorian Westphal2017-07-311-27/+23
* | tcp: remove prequeue supportFlorian Westphal2017-07-311-62/+0
* | tcp: remove redundant argument from tcp_rcv_established()Matvejchikov Ilya2017-07-241-1/+2
|/
* bpf: Add support for changing congestion controlLawrence Brakmo2017-07-011-1/+2
* bpf: Add TCP connection BPF callbacksLawrence Brakmo2017-07-011-1/+2
* bpf: Support for per connection SYN/SYN-ACK RTOsLawrence Brakmo2017-07-011-1/+2
* tcp: Namespaceify sysctl_tcp_timestampsEric Dumazet2017-06-081-3/+2
* tcp: Namespaceify sysctl_tcp_window_scalingEric Dumazet2017-06-081-2/+1
* tcp: Namespaceify sysctl_tcp_sackEric Dumazet2017-06-081-2/+1
* tcp: add a struct net parameter to tcp_parse_options()Eric Dumazet2017-06-081-7/+11
* tcp: use TS opt on RTTs for congestion controlYuchung Cheng2017-06-021-7/+8
* tcp: better validation of received ack sequencesEric Dumazet2017-05-251-13/+11
* tcp: warn on negative reordering valuesSoheil Hassas Yeganeh2017-05-191-0/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-05-181-1/+1
|\