summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)Author
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
2019-05-25ip_sockglue: Fix missing-check bug in ip_ra_control()Gen Zhang
2019-05-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2019-05-22ipv4/igmp: fix build error if !CONFIG_IP_MULTICASTEric Dumazet
2019-05-22ipv4/igmp: fix another memory leak in igmpv3_del_delrec()Eric Dumazet
2019-05-21Merge tag 'spdx-5.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2019-05-21netfilter: nft_fib: Fix existence check supportPhil Sutter
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 3Thomas Gleixner
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner
2019-05-19net: Treat sock->sk_drops as an unsigned int when printingPatrick Talbert
2019-05-16net: bpfilter: fallback to netfilter if failed to load bpfilter kernel moduleKonstantin Khlebnikov
2019-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2019-05-16bpf, tcp: correctly handle DONT_WAIT flags and timeo == 0John Fastabend
2019-05-15tcp: do not recycle cloned skbsEric Dumazet
2019-05-14tcp: fix retrans timestamp on passive Fast OpenYuchung Cheng
2019-05-14bpf: sockmap remove duplicate queue freeJohn Fastabend
2019-05-09net/tcp: use deferred jump label for TCP acked data hookJakub Kicinski
2019-05-08ipv4: Fix raw socket lookup for local trafficDavid Ahern
2019-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2019-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-05-06Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2019-05-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller