summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* tcp: disable fack by defaultYuchung Cheng2017-01-131-2/+3
* tcp: remove thin_dupack featureYuchung Cheng2017-01-133-24/+2
* tcp: remove RFC4653 NCRYuchung Cheng2017-01-131-15/+0
* tcp: remove early retransmitYuchung Cheng2017-01-138-75/+6
* tcp: remove forward retransmit featureYuchung Cheng2017-01-132-63/+3
* tcp: extend F-RTO to catch more spurious timeoutsYuchung Cheng2017-01-131-14/+19
* tcp: enable RACK loss detection to trigger recoveryYuchung Cheng2017-01-132-14/+31
* tcp: check undo conditions before detecting lossesYuchung Cheng2017-01-131-13/+20
* tcp: use sequence to break TS ties for RACK loss detectionYuchung Cheng2017-01-132-5/+17
* tcp: add reordering timer in RACK loss detectionYuchung Cheng2017-01-136-11/+60
* tcp: record most recent RTT in RACK loss detectionYuchung Cheng2017-01-132-32/+45
* tcp: new helper for RACK to detect lossYuchung Cheng2017-01-132-13/+21
* tcp: new helper function for RACK loss detectionYuchung Cheng2017-01-131-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
* | | udp: inuse checks can quit early for reuseportEric Garver2017-01-061-10/+19
* | | net: ipv4: make fib_select_default staticDavid Ahern2017-01-061-1/+1
* | | net: ipv4: Simplify rt_fill_infoDavid Ahern2017-01-061-13/+7
* | | tcp: provide timestamps for partial writesSoheil Hassas Yeganeh2017-01-051-8/+10
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-01-054-4/+16
|\ \ \ | |/ /
| * | ipv4: Do not allow MAIN to be alias for new LOCAL w/ custom rulesAlexander Duyck2017-01-031-1/+1
| * | igmp: Make igmp group member RFC 3376 compliantMichal Tesar2017-01-021-1/+6
| * | net: ipv4: dst for local input routes should use l3mdev if relevantDavid Ahern2016-12-291-1/+2
| * | net: fix incorrect original ingress device index in PKTINFOWei Zhang2016-12-291-1/+7
* | | scm: remove use CMSG{_COMPAT}_ALIGN(sizeof(struct {compat_}cmsghdr))yuan linyu2017-01-041-1/+1
* | | ipmr, ip6mr: add RTNH_F_UNRESOLVED flag to unresolved cache entriesNikolay Aleksandrov2017-01-031-1/+3
* | | net: Allow IP_MULTICAST_IF to set index to L3 slaveDavid Ahern2016-12-301-1/+6
* | | ipv4: Namespaceify tcp_max_syn_backlog knobHaishuang Yan2016-12-294-13/+14
* | | ipv4: Namespaceify tcp_tw_recycle and tcp_max_tw_buckets knobHaishuang Yan2016-12-298-34/+32
|/ /
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2016-12-272-9/+9
|\ \
| * | ipv4: Namespaceify tcp_tw_reuse knobHaishuang Yan2016-12-272-9/+9
* | | ktime: Get rid of the unionThomas Gleixner2016-12-251-2/+2
* | | Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-2420-20/+20
|/ /
* | inet: fix IP(V6)_RECVORIGDSTADDR for udp socketsWillem de Bruijn2016-12-231-1/+1
OpenPOWER on IntegriCloud