aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4 (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-01-18inet: drop ->bind_conflictJosef Bacik2-16/+7
2017-01-18inet: collapse ipv4/v6 rcv_saddr_equal functions into oneJosef Bacik3-57/+89
2017-01-17tcp: accept RST for rcv_nxt - 1 after receiving a FINJason Baron1-3/+25
2017-01-17net: ping: Use right format specifier to avoid type castingGao Feng1-3/+3
2017-01-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-6/+9
2017-01-17esp: Introduce a helper to setup the trailerSteffen Klassert1-25/+19
2017-01-17esp4: Avoid skb_cow_data whenever possibleSteffen Klassert1-74/+264
2017-01-16netfilter: rpfilter: fix incorrect loopback packet judgmentLiping Zhang2-14/+9
2017-01-16IPsec: do not ignore crypto err in ah4 inputGilad Ben-Yossef1-0/+3
2017-01-13tcp: disable fack by defaultYuchung Cheng1-2/+3
2017-01-13tcp: remove thin_dupack featureYuchung Cheng3-24/+2
2017-01-13tcp: remove RFC4653 NCRYuchung Cheng1-15/+0
2017-01-13tcp: remove early retransmitYuchung Cheng8-75/+6
2017-01-13tcp: remove forward retransmit featureYuchung Cheng2-63/+3
2017-01-13tcp: extend F-RTO to catch more spurious timeoutsYuchung Cheng1-14/+19
2017-01-13tcp: enable RACK loss detection to trigger recoveryYuchung Cheng2-14/+31
2017-01-13tcp: check undo conditions before detecting lossesYuchung Cheng1-13/+20
2017-01-13tcp: use sequence to break TS ties for RACK loss detectionYuchung Cheng2-5/+17
2017-01-13tcp: add reordering timer in RACK loss detectionYuchung Cheng6-11/+60
2017-01-13tcp: record most recent RTT in RACK loss detectionYuchung Cheng2-32/+45
2017-01-13tcp: new helper for RACK to detect lossYuchung Cheng2-13/+21
2017-01-13tcp: new helper function for RACK loss detectionYuchung Cheng1-7/+14
2017-01-13tcp: fix tcp_fastopen unaligned access complaints on sparcShannon Nelson1-1/+1
2017-01-12ipmr: improve hash scalabilityNikolay Aleksandrov1-115/+140
2017-01-12net: ipv4: fix table id in getroute responseDavid Ahern1-1/+1
2017-01-12net: lwtunnel: Handle lwtunnel_fill_encap failureDavid Ahern1-4/+7
2017-01-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-4/+8
2017-01-11net: ipv4: Fix multipath selection with vrfDavid Ahern1-2/+7
2017-01-10xfrm: remove unused functionFlorian Westphal1-8/+0
2017-01-09tcp: make TCP_INFO more consistentEric Dumazet1-4/+4
2017-01-09tcp: do not export tcp_peer_is_proven()Eric Dumazet1-1/+0
2017-01-09ipv4: make tcp_notsent_lowat sysctl knob behave as true unsigned intPavel Tikhomirov1-1/+1
2017-01-09net: introduce keepalive function in struct protoUrsula Braun2-0/+2
2017-01-09net: for rate-limited ICMP replies save one atomic operationJesper Dangaard Brouer1-13/+21
2017-01-09net: reduce cycles spend on ICMP replies that gets rate limitedJesper Dangaard Brouer1-23/+48
2017-01-09Revert "icmp: avoid allocating large struct on stack"Jesper Dangaard Brouer1-23/+17
2017-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-11/+23
2017-01-09syncookies: use SipHash in place of SHA1Jason A. Donenfeld1-16/+5
2017-01-09net: ipv4: remove disable of bottom half in inet_rtm_getrouteDavid Ahern1-2/+0
2017-01-09tcp: fix mark propagation with fwmark_reflect enabledPau Espin Pedrol1-0/+1
2017-01-09netfilter: use fwmark_reflect in nf_send_resetPau Espin Pedrol1-0/+2
2017-01-09xtables: extend matches and targets with .usersizeWillem de Bruijn1-0/+1
2017-01-09arptables: use match, target and data copy_to_user helpersWillem de Bruijn1-10/+5
2017-01-09iptables: use match, target and data copy_to_user helpersWillem de Bruijn1-15/+6
2017-01-08net: make ndo_get_stats64 a void functionstephen hemminger1-4/+2
2017-01-08net: ipv4: Remove flow arg from ip_mkroute_inputDavid Ahern1-2/+1
2017-01-08net: ipmr: Remove nowait arg to ipmr_get_routeDavid Ahern2-7/+2
2017-01-06udp: inuse checks can quit early for reuseportEric Garver1-10/+19
2017-01-06net: ipv4: make fib_select_default staticDavid Ahern1-1/+1
2017-01-06net: ipv4: Simplify rt_fill_infoDavid Ahern1-13/+7