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-11-041-0/+1
| |\ \ \
| * | | | tcp: Remove "linux/unaligned/access_ok.h" include.David S. Miller2017-10-291-1/+0
| * | | | tcp: Namespace-ify sysctl_tcp_pacing_ca_ratioEric Dumazet2017-10-281-3/+1
| * | | | tcp: Namespace-ify sysctl_tcp_pacing_ss_ratioEric Dumazet2017-10-281-8/+1
| * | | | tcp: Namespace-ify sysctl_tcp_invalid_ratelimitEric Dumazet2017-10-281-2/+1
| * | | | tcp: Namespace-ify sysctl_tcp_min_rtt_wlenEric Dumazet2017-10-281-2/+1
| * | | | tcp: Namespace-ify sysctl_tcp_challenge_ack_limitEric Dumazet2017-10-281-8/+6
| * | | | tcp: Namespace-ify sysctl_tcp_moderate_rcvbufEric Dumazet2017-10-281-3/+2
| * | | | tcp: Namespace-ify sysctl_tcp_frtoEric Dumazet2017-10-271-2/+1
| * | | | tcp: Namespace-ify sysctl_tcp_adv_win_scaleEric Dumazet2017-10-271-8/+5
| * | | | tcp: Namespace-ify sysctl_tcp_app_winEric Dumazet2017-10-271-4/+4
| * | | | tcp: Namespace-ify sysctl_tcp_dsackEric Dumazet2017-10-271-3/+2
| * | | | tcp: Namespace-ify sysctl_tcp_max_reorderingEric Dumazet2017-10-271-2/+1
| * | | | tcp: Namespace-ify sysctl_tcp_fackEric Dumazet2017-10-271-2/+1
| * | | | tcp: Namespace-ify sysctl_tcp_rfc1337Eric Dumazet2017-10-271-1/+0
| * | | | tcp: Namespace-ify sysctl_tcp_stdurgEric Dumazet2017-10-271-2/+1
| * | | | tcp: Namespace-ify sysctl_tcp_recoveryEric Dumazet2017-10-271-1/+1
| * | | | tcp: Namespace-ify sysctl_tcp_early_retransEric Dumazet2017-10-271-1/+0
| * | | | tcp: TCP experimental option for SMCUrsula Braun2017-10-261-0/+35
| * | | | tcp: Configure TFO without cookie per socket and/or per routeChristoph Paasch2017-10-241-1/+1
| * | | | tcp: add tracepoint trace_tcp_receive_resetSong Liu2017-10-241-0/+3
| * | | | 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
OpenPOWER on IntegriCloud