aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4
AgeCommit message (Expand)Author
2019-11-25Merge tag 'v5.2.24' into v5.2/standard/baseBruce Ashfield
2019-11-25ipv4: Return -ENETUNREACH if we can't create route but saddr is validStefano Brivio
2019-11-25ipv4: fix race condition between route lookup and invalidationWei Wang
2019-10-10Merge tag 'v5.2.20' into v5.2/standard/baseBruce Ashfield
2019-10-10Merge tag 'v5.2.19' into v5.2/standard/baseBruce Ashfield
2019-10-10Merge tag 'v5.2.18' into v5.2/standard/baseBruce Ashfield
2019-10-07udp: only do GSO if # of segs > 1Josh Hunt
2019-10-07tcp: adjust rto_base in retransmits_timed_out()Eric Dumazet
2019-10-07udp: fix gso_segs calculationsJosh Hunt
2019-10-07net: ipv4: avoid mixed n_redirects and rate_tokens usagePaolo Abeni
2019-10-07erspan: remove the incorrect mtu limit for erspanHaishuang Yan
2019-10-05tcp: better handle TCP_USER_TIMEOUT in SYN_SENT stateEric Dumazet
2019-10-05ipv4: Revert removal of rt_uses_gatewayDavid Ahern
2019-10-05tcp_bbr: fix quantization code to not raise cwnd if not probing bandwidthKevin(Yudong) Yang
2019-10-01net: don't warn in inet diag when IPV6 is disabledStephen Hemminger
2019-09-24Merge tag 'v5.2.17' into v5.2/standard/baseBruce Ashfield
2019-09-21udp: correct reuseport selection with connected socketsWillem de Bruijn
2019-09-19Merge tag 'v5.2.16' into v5.2/standard/baseBruce Ashfield
2019-09-19tcp: fix tcp_ecn_withdraw_cwr() to clear TCP_ECN_QUEUE_CWRNeal Cardwell
2019-09-15Merge tag 'v5.2.14' into v5.2/standard/baseBruce Ashfield
2019-09-10tcp: remove empty skb from write queue in error casesEric Dumazet
2019-09-10tcp: inherit timestamp on mtu probeWillem de Bruijn
2019-09-09Merge tag 'v5.2.12' into v5.2/standard/baseBruce Ashfield
2019-09-06ipv4/icmp: fix rt dst dev null pointer dereferenceHangbin Liu
2019-09-06net: fix __ip_mc_inc_group usageLi RongQing
2019-08-27Merge tag 'v5.2.10' into v5.2/standard/baseBruce Ashfield
2019-08-25net/tls: prevent skb_orphan() from leaking TLS plain text with offloadJakub Kicinski
2019-08-19Merge tag 'v5.2.9' into v5.2/standard/baseBruce Ashfield
2019-08-16netfilter: Fix rpfilter dropping vrf packets by mistakeMiaohe Lin
2019-08-12Merge tag 'v5.2.8' into v5.2/standard/baseBruce Ashfield
2019-08-12Merge tag 'v5.2.4' into v5.2/standard/baseBruce Ashfield
2019-08-09ipip: validate header length in ipip_tunnel_xmitHaishuang Yan
2019-07-28tcp: Reset bytes_acked and bytes_received when disconnectingChristoph Paasch
2019-07-28tcp: fix tcp_set_congestion_control() use from bpf hookEric Dumazet
2019-07-28tcp: be more careful in tcp_fragment()Eric Dumazet
2019-07-28ipv4: don't set IPv6 only flags to IPv4 addressesMatteo Croce
2019-07-28igmp: fix memory leak in igmpv3_del_delrec()Eric Dumazet
2019-07-22Resolve jiffies wrapping about arpLi Wang
2019-06-26ipv4: reset rt_iif for recirculated mcast/bcast out pktsStephen Suryaputra
2019-06-25ipv4: Use return value of inet_iif() for __raw_v4_lookup in the while loopStephen Suryaputra
2019-06-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2019-06-21tcp: refine memory limit test in tcp_fragment()Eric Dumazet
2019-06-21Merge tag 'spdx-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2019-06-19inet: clear num_timeout reqsk_alloc()Eric Dumazet
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 484Thomas Gleixner
2019-06-18net/udp_gso: Allow TX timestamp with UDP GSOFred Klassen
2019-06-18ip_tunnel: allow not to count pkts on tstats by setting skb's dev to NULLXin Long
2019-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2019-06-17Merge branch 'tcp-fixes'David S. Miller