summaryrefslogtreecommitdiffstats
path: root/net/ipv4
AgeCommit message (Expand)Author
2017-01-13tcp: disable fack by defaultYuchung Cheng
2017-01-13tcp: remove thin_dupack featureYuchung Cheng
2017-01-13tcp: remove RFC4653 NCRYuchung Cheng
2017-01-13tcp: remove early retransmitYuchung Cheng
2017-01-13tcp: remove forward retransmit featureYuchung Cheng
2017-01-13tcp: extend F-RTO to catch more spurious timeoutsYuchung Cheng
2017-01-13tcp: enable RACK loss detection to trigger recoveryYuchung Cheng
2017-01-13tcp: check undo conditions before detecting lossesYuchung Cheng
2017-01-13tcp: use sequence to break TS ties for RACK loss detectionYuchung Cheng
2017-01-13tcp: add reordering timer in RACK loss detectionYuchung Cheng
2017-01-13tcp: record most recent RTT in RACK loss detectionYuchung Cheng
2017-01-13tcp: new helper for RACK to detect lossYuchung Cheng
2017-01-13tcp: new helper function for RACK loss detectionYuchung Cheng
2017-01-12ipmr: improve hash scalabilityNikolay Aleksandrov
2017-01-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-01-11net: ipv4: Fix multipath selection with vrfDavid Ahern
2017-01-09tcp: make TCP_INFO more consistentEric Dumazet
2017-01-09tcp: do not export tcp_peer_is_proven()Eric Dumazet
2017-01-09ipv4: make tcp_notsent_lowat sysctl knob behave as true unsigned intPavel Tikhomirov
2017-01-09net: introduce keepalive function in struct protoUrsula Braun
2017-01-09net: for rate-limited ICMP replies save one atomic operationJesper Dangaard Brouer
2017-01-09net: reduce cycles spend on ICMP replies that gets rate limitedJesper Dangaard Brouer
2017-01-09Revert "icmp: avoid allocating large struct on stack"Jesper Dangaard Brouer
2017-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-01-09syncookies: use SipHash in place of SHA1Jason A. Donenfeld
2017-01-09net: ipv4: remove disable of bottom half in inet_rtm_getrouteDavid Ahern
2017-01-08net: make ndo_get_stats64 a void functionstephen hemminger
2017-01-08net: ipv4: Remove flow arg from ip_mkroute_inputDavid Ahern
2017-01-08net: ipmr: Remove nowait arg to ipmr_get_routeDavid Ahern
2017-01-06udp: inuse checks can quit early for reuseportEric Garver
2017-01-06net: ipv4: make fib_select_default staticDavid Ahern
2017-01-06net: ipv4: Simplify rt_fill_infoDavid Ahern
2017-01-05tcp: provide timestamps for partial writesSoheil Hassas Yeganeh
2017-01-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2017-01-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-01-04scm: remove use CMSG{_COMPAT}_ALIGN(sizeof(struct {compat_}cmsghdr))yuan linyu
2017-01-03ipmr, ip6mr: add RTNH_F_UNRESOLVED flag to unresolved cache entriesNikolay Aleksandrov
2017-01-03ipv4: Do not allow MAIN to be alias for new LOCAL w/ custom rulesAlexander Duyck
2017-01-02igmp: Make igmp group member RFC 3376 compliantMichal Tesar
2016-12-30net: Allow IP_MULTICAST_IF to set index to L3 slaveDavid Ahern
2016-12-29net: ipv4: dst for local input routes should use l3mdev if relevantDavid Ahern
2016-12-29net: fix incorrect original ingress device index in PKTINFOWei Zhang
2016-12-29ipv4: Namespaceify tcp_max_syn_backlog knobHaishuang Yan
2016-12-29ipv4: Namespaceify tcp_tw_recycle and tcp_max_tw_buckets knobHaishuang Yan
2016-12-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2016-12-27ipv4: Namespaceify tcp_tw_reuse knobHaishuang Yan
2016-12-25ktime: Get rid of the unionThomas Gleixner
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-12-23inet: fix IP(V6)_RECVORIGDSTADDR for udp socketsWillem de Bruijn
2016-12-23netfilter: ipt_CLUSTERIP: check duplicate config when initializingXin Long