summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* ipv4: reset rt_iif for recirculated mcast/bcast out pktsStephen Suryaputra2019-06-262-0/+45
* ipv4: Use return value of inet_iif() for __raw_v4_lookup in the while loopStephen Suryaputra2019-06-251-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-06-215-12/+13
|\
| * tcp: refine memory limit test in tcp_fragment()Eric Dumazet2019-06-211-1/+2
| * inet: clear num_timeout reqsk_alloc()Eric Dumazet2019-06-192-8/+0
| * net/udp_gso: Allow TX timestamp with UDP GSOFred Klassen2019-06-181-0/+5
| * ip_tunnel: allow not to count pkts on tstats by setting skb's dev to NULLXin Long2019-06-181-3/+6
* | Merge tag 'spdx-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2019-06-2121-87/+21
|\ \ | |/ |/|
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-1920-85/+20
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 484Thomas Gleixner2019-06-191-2/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-06-1710-13/+71
|\ \ | |/ |/|
| * Merge branch 'tcp-fixes'David S. Miller2019-06-177-9/+42
| |\
| | * tcp: enforce tcp_min_snd_mss in tcp_mtu_probing()Eric Dumazet2019-06-151-0/+1
| | * tcp: add tcp_min_snd_mss sysctlEric Dumazet2019-06-153-2/+13
| | * tcp: tcp_fragment() should apply sane memory limitsEric Dumazet2019-06-152-0/+6
| | * tcp: limit payload size of sacked skbsEric Dumazet2019-06-153-9/+24
| * | tcp: fix compile error if !CONFIG_SYSCTLEric Dumazet2019-06-162-5/+5
| |/
| * tcp: add tcp_tx_skb_cache sysctlEric Dumazet2019-06-141-0/+8
| * tcp: add tcp_rx_skb_cache sysctlEric Dumazet2019-06-141-0/+9
| * net: correct udp zerocopy refcnt also when zerocopy only on appendWillem de Bruijn2019-06-111-1/+1
| * tcp: fix undo spurious SYNACK in passive Fast OpenYuchung Cheng2019-06-091-1/+1
| * net: ipv4: fib_semantics: fix uninitialized variableEnrico Weigelt2019-06-091-1/+1
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-06-071-1/+9
| |\
| | * bpf: fix unconnected udp hooksDaniel Borkmann2019-06-061-0/+4
| | * bpf: udp: Avoid calling reuseport's bpf_prog from udp_groMartin KaFai Lau2019-06-031-1/+5
* | | Merge tag 'spdx-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2019-06-083-32/+3
|\ \ \ | |/ / |/| |
| * | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 422Thomas Gleixner2019-06-051-4/+1
| * | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 269Thomas Gleixner2019-06-052-28/+2
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-06-072-14/+13
|\ \ \ | |/ / |/| |
| * | ipv4: not do cache for local delivery if bc_forwarding is enabledXin Long2019-06-051-12/+12
| * | udp: only choose unbound UDP socket for multicast when not in a VRFTim Beale2019-06-041-2/+1
* | | Merge tag 'spdx-5.2-rc3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/g...Linus Torvalds2019-05-3139-214/+39
|\ \ \ | |/ / |/| |
| * | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-3039-214/+39
* | | net: correct zerocopy refcnt with udp MSG_MOREWillem de Bruijn2019-05-301-2/+2
* | | net: don't clear sock->sk early to avoid trouble in strparserJakub Kicinski2019-05-301-1/+1
* | | ipv4: tcp_input: fix stack out of bounds when parsing TCP options.Young Xiao2019-05-301-0/+2
* | | ip_sockglue: Fix missing-check bug in ip_ra_control()Gen Zhang2019-05-251-0/+2
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2019-05-231-20/+3
|\ \ \
| * | | netfilter: nft_fib: Fix existence check supportPhil Sutter2019-05-211-20/+3
* | | | ipv4/igmp: fix build error if !CONFIG_IP_MULTICASTEric Dumazet2019-05-221-11/+11
* | | | ipv4/igmp: fix another memory leak in igmpv3_del_delrec()Eric Dumazet2019-05-221-17/+30
| |/ / |/| |
* | | Merge tag 'spdx-5.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2019-05-2143-30/+43
|\ \ \ | |_|/ |/| |
| * | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner2019-05-212-26/+2
| * | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 3Thomas Gleixner2019-05-211-4/+1
| * | treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-213-0/+3
| * | treewide: Add SPDX license identifier for more missed filesThomas Gleixner2019-05-2127-0/+27
| * | treewide: Add SPDX license identifier for missed filesThomas Gleixner2019-05-2110-0/+10
* | | net: Treat sock->sk_drops as an unsigned int when printingPatrick Talbert2019-05-193-3/+3
| |/ |/|
* | net: bpfilter: fallback to netfilter if failed to load bpfilter kernel moduleKonstantin Khlebnikov2019-05-161-4/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-05-151-3/+4
|\ \