aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4
AgeCommit message (Expand)Author
2019-09-21udp: correct reuseport selection with connected socketsWillem de Bruijn
2019-09-19tcp: fix tcp_ecn_withdraw_cwr() to clear TCP_ECN_QUEUE_CWRNeal Cardwell
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-06ipv4/icmp: fix rt dst dev null pointer dereferenceHangbin Liu
2019-09-06net: fix __ip_mc_inc_group usageLi RongQing
2019-08-25net/tls: prevent skb_orphan() from leaking TLS plain text with offloadJakub Kicinski
2019-08-16netfilter: Fix rpfilter dropping vrf packets by mistakeMiaohe Lin
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-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
2019-06-16tcp: fix compile error if !CONFIG_SYSCTLEric Dumazet
2019-06-15tcp: enforce tcp_min_snd_mss in tcp_mtu_probing()Eric Dumazet
2019-06-15tcp: add tcp_min_snd_mss sysctlEric Dumazet
2019-06-15tcp: tcp_fragment() should apply sane memory limitsEric Dumazet
2019-06-15tcp: limit payload size of sacked skbsEric Dumazet
2019-06-14tcp: add tcp_tx_skb_cache sysctlEric Dumazet
2019-06-14tcp: add tcp_rx_skb_cache sysctlEric Dumazet
2019-06-11net: correct udp zerocopy refcnt also when zerocopy only on appendWillem de Bruijn
2019-06-09tcp: fix undo spurious SYNACK in passive Fast OpenYuchung Cheng
2019-06-09net: ipv4: fib_semantics: fix uninitialized variableEnrico Weigelt
2019-06-08Merge tag 'spdx-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2019-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2019-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2019-06-06bpf: fix unconnected udp hooksDaniel Borkmann
2019-06-05ipv4: not do cache for local delivery if bc_forwarding is enabledXin Long
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 422Thomas Gleixner
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 269Thomas Gleixner
2019-06-04udp: only choose unbound UDP socket for multicast when not in a VRFTim Beale
2019-06-03bpf: udp: Avoid calling reuseport's bpf_prog from udp_groMartin KaFai Lau
2019-05-31Merge tag 'spdx-5.2-rc3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/g...Linus Torvalds
2019-05-30net: correct zerocopy refcnt with udp MSG_MOREWillem de Bruijn
2019-05-30net: don't clear sock->sk early to avoid trouble in strparserJakub Kicinski
2019-05-30ipv4: tcp_input: fix stack out of bounds when parsing TCP options.Young Xiao
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner