summaryrefslogtreecommitdiffstats
path: root/net/ipv4 (follow)
Commit message (Expand)AuthorAgeFilesLines
* net/tcp-fastopen: make connect()'s return case more consistent with non-TFOWilly Tarreau2017-01-252-4/+4
* net/tcp-fastopen: Add new API supportWei Wang2017-01-254-9/+97
* net/tcp-fastopen: refactor cookie check logicWei Wang2017-01-252-14/+23
* tcp: reduce skb overhead in selected placesEric Dumazet2017-01-252-2/+2
* Introduce a sysctl that modifies the value of PROT_SOCK.Krister Johansen2017-01-242-2/+53
* inet: don't use sk_v6_rcv_saddr directlyJosef Bacik2017-01-201-1/+1
* net: remove bh disabling around percpu_counter accessesEric Dumazet2017-01-204-8/+1
* inet: reset tb->fastreuseport when adding a reuseport skJosef Bacik2017-01-181-20/+86
* inet: split inet_csk_get_port into two functionsJosef Bacik2017-01-181-22/+44
* inet: don't check for bind conflicts twice when searching for a portJosef Bacik2017-01-181-20/+11
* inet: kill smallest_size and smallest_portJosef Bacik2017-01-182-25/+4
* inet: drop ->bind_conflictJosef Bacik2017-01-182-16/+7
* inet: collapse ipv4/v6 rcv_saddr_equal functions into oneJosef Bacik2017-01-183-57/+89
* tcp: accept RST for rcv_nxt - 1 after receiving a FINJason Baron2017-01-171-3/+25
* net: ping: Use right format specifier to avoid type castingGao Feng2017-01-171-3/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-01-173-6/+9
|\
| * tcp: fix tcp_fastopen unaligned access complaints on sparcShannon Nelson2017-01-131-1/+1
| * net: ipv4: fix table id in getroute responseDavid Ahern2017-01-121-1/+1
| * net: lwtunnel: Handle lwtunnel_fill_encap failureDavid Ahern2017-01-121-4/+7
* | tcp: disable fack by defaultYuchung Cheng2017-01-141-2/+3
* | tcp: remove thin_dupack featureYuchung Cheng2017-01-143-24/+2
* | tcp: remove RFC4653 NCRYuchung Cheng2017-01-141-15/+0
* | tcp: remove early retransmitYuchung Cheng2017-01-148-75/+6
* | tcp: remove forward retransmit featureYuchung Cheng2017-01-142-63/+3
* | tcp: extend F-RTO to catch more spurious timeoutsYuchung Cheng2017-01-141-14/+19
* | tcp: enable RACK loss detection to trigger recoveryYuchung Cheng2017-01-142-14/+31
* | tcp: check undo conditions before detecting lossesYuchung Cheng2017-01-141-13/+20
* | tcp: use sequence to break TS ties for RACK loss detectionYuchung Cheng2017-01-142-5/+17
* | tcp: add reordering timer in RACK loss detectionYuchung Cheng2017-01-146-11/+60
* | tcp: record most recent RTT in RACK loss detectionYuchung Cheng2017-01-142-32/+45
* | tcp: new helper for RACK to detect lossYuchung Cheng2017-01-142-13/+21
* | tcp: new helper function for RACK loss detectionYuchung Cheng2017-01-141-7/+14
* | ipmr: improve hash scalabilityNikolay Aleksandrov2017-01-121-115/+140
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-01-113-4/+8
|\|
| * net: ipv4: Fix multipath selection with vrfDavid Ahern2017-01-111-2/+7
| * tcp: do not export tcp_peer_is_proven()Eric Dumazet2017-01-091-1/+0
| * ipv4: make tcp_notsent_lowat sysctl knob behave as true unsigned intPavel Tikhomirov2017-01-091-1/+1
* | tcp: make TCP_INFO more consistentEric Dumazet2017-01-091-4/+4
* | net: introduce keepalive function in struct protoUrsula Braun2017-01-092-0/+2
* | net: for rate-limited ICMP replies save one atomic operationJesper Dangaard Brouer2017-01-091-13/+21
* | net: reduce cycles spend on ICMP replies that gets rate limitedJesper Dangaard Brouer2017-01-091-23/+48
* | Revert "icmp: avoid allocating large struct on stack"Jesper Dangaard Brouer2017-01-091-23/+17
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-01-091-11/+23
|\|
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2017-01-051-11/+23
| |\
| | * netfilter: ipt_CLUSTERIP: check duplicate config when initializingXin Long2016-12-231-11/+23
* | | syncookies: use SipHash in place of SHA1Jason A. Donenfeld2017-01-091-16/+5
* | | net: ipv4: remove disable of bottom half in inet_rtm_getrouteDavid Ahern2017-01-091-2/+0
* | | net: make ndo_get_stats64 a void functionstephen hemminger2017-01-081-4/+2
* | | net: ipv4: Remove flow arg from ip_mkroute_inputDavid Ahern2017-01-081-2/+1
* | | net: ipmr: Remove nowait arg to ipmr_get_routeDavid Ahern2017-01-082-7/+2