| Commit message (Expand) | Author | Age | Files | Lines |
* | ipv6: fix neighbour resolution with raw socket | Nicolas Dichtel | 2019-06-26 | 1 | -1/+2 |
* | ipv6: constify rt6_nexthop() | Nicolas Dichtel | 2019-06-26 | 1 | -1/+1 |
* | net/ipv6: Fix misuse of proc_dointvec "skip_notify_on_dev_down" | Eiichi Tsukata | 2019-06-25 | 1 | -1/+1 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2019-06-22 | 2 | -11/+13 |
|\ |
|
| * | ipv6: Default fib6_type to RTN_UNICAST when not set | David Ahern | 2019-06-19 | 1 | -1/+1 |
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf | David S. Miller | 2019-06-19 | 1 | -10/+12 |
| |\ |
|
| | * | netfilter: ipv6: nf_defrag: accept duplicate fragments again | Guillaume Nault | 2019-06-07 | 1 | -3/+7 |
| | * | netfilter: ipv6: nf_defrag: fix leakage of unqueued fragments | Guillaume Nault | 2019-06-04 | 1 | -7/+5 |
* | | | Merge tag 'spdx-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 2019-06-21 | 22 | -91/+22 |
|\ \ \
| |/ /
|/| | |
|
| * | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 | Thomas Gleixner | 2019-06-19 | 22 | -91/+22 |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2019-06-18 | 5 | -14/+24 |
|\ \ \
| |/ /
|/| | |
|
| * | | vrf: Increment Icmp6InMsgs on the original netdev | Stephen Suryaputra | 2019-06-12 | 2 | -8/+13 |
| * | | net: correct udp zerocopy refcnt also when zerocopy only on append | Willem de Bruijn | 2019-06-11 | 1 | -1/+1 |
| * | | ipv6: flowlabel: fl6_sock_lookup() must use atomic_inc_not_zero | Eric Dumazet | 2019-06-09 | 1 | -3/+4 |
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf | David S. Miller | 2019-06-07 | 1 | -2/+6 |
| |\ \ |
|
| | * | | bpf: fix unconnected udp hooks | Daniel Borkmann | 2019-06-07 | 1 | -0/+4 |
| | * | | bpf: udp: Avoid calling reuseport's bpf_prog from udp_gro | Martin KaFai Lau | 2019-06-03 | 1 | -1/+1 |
| | * | | bpf: udp: ipv6: Avoid running reuseport's bpf_prog from __udp6_lib_err | Martin KaFai Lau | 2019-06-03 | 1 | -1/+1 |
* | | | | Merge tag 'spdx-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 2019-06-08 | 3 | -21/+3 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 422 | Thomas Gleixner | 2019-06-05 | 1 | -4/+1 |
| * | | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 372 | Thomas Gleixner | 2019-06-05 | 1 | -4/+1 |
| * | | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 343 | Thomas Gleixner | 2019-06-05 | 1 | -13/+1 |
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2019-06-07 | 1 | -7/+18 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | ipv6: fix EFAULT on sendto with icmpv6 and hdrincl | Olivier Matz | 2019-06-06 | 1 | -5/+8 |
| * | | | ipv6: use READ_ONCE() for inet->hdrincl as in ipv4 | Olivier Matz | 2019-06-06 | 1 | -2/+10 |
| | |/
| |/| |
|
* | | | Merge tag 'spdx-5.2-rc3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/g... | Linus Torvalds | 2019-05-31 | 45 | -234/+45 |
|\ \ \
| |/ /
|/| | |
|
| * | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 | Thomas Gleixner | 2019-05-30 | 45 | -234/+45 |
* | | | net: correct zerocopy refcnt with udp MSG_MORE | Willem de Bruijn | 2019-05-31 | 1 | -2/+2 |
* | | | ipv6_sockglue: Fix a missing-check bug in ip6_ra_control() | Gen Zhang | 2019-05-25 | 1 | -0/+2 |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf | David S. Miller | 2019-05-23 | 1 | -14/+2 |
|\ \ \ |
|
| * | | | netfilter: nft_fib: Fix existence check support | Phil Sutter | 2019-05-21 | 1 | -14/+2 |
* | | | | ipv6: Fix redirect with VRF | David Ahern | 2019-05-23 | 1 | -0/+6 |
* | | | | Validate required parameters in inet6_validate_link_af | Maxim Mikityanskiy | 2019-05-22 | 1 | -22/+35 |
| |/ /
|/| | |
|
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2019-05-22 | 1 | -0/+2 |
|\ \ \ |
|
| * | | | ipv6: Consider sk_bound_dev_if when binding a raw socket to an address | Mike Manning | 2019-05-21 | 1 | -0/+2 |
| | |/
| |/| |
|
* | | | Merge tag 'spdx-5.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 2019-05-21 | 19 | -98/+19 |
|\ \ \
| |/ /
|/| | |
|
| * | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13 | Thomas Gleixner | 2019-05-21 | 7 | -94/+7 |
| * | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 3 | Thomas Gleixner | 2019-05-21 | 1 | -4/+1 |
| * | | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner | 2019-05-21 | 3 | -0/+3 |
| * | | treewide: Add SPDX license identifier for more missed files | Thomas Gleixner | 2019-05-21 | 5 | -0/+5 |
| * | | treewide: Add SPDX license identifier for missed files | Thomas Gleixner | 2019-05-21 | 3 | -0/+3 |
* | | | net: Treat sock->sk_drops as an unsigned int when printing | Patrick Talbert | 2019-05-19 | 1 | -1/+1 |
| |/
|/| |
|
* | | ipv6: fix src addr routing with the exception table | Wei Wang | 2019-05-16 | 1 | -24/+27 |
* | | ipv6: prevent possible fib6 leaks | Eric Dumazet | 2019-05-16 | 2 | -3/+16 |
|/ |
|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2019-05-08 | 1 | -1/+1 |
|\ |
|
| * | vrf: sit mtu should not be updated when vrf netdev is the link | Stephen Suryaputra | 2019-05-07 | 1 | -1/+1 |
* | | net: use indirect calls helpers at early demux stage | Paolo Abeni | 2019-05-05 | 3 | -3/+6 |
* | | net: use indirect calls helpers for L3 handler hooks | Paolo Abeni | 2019-05-05 | 3 | -3/+10 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2019-05-03 | 5 | -48/+62 |
|\| |
|
| * | ipv6: A few fixes on dereferencing rt->from | Martin KaFai Lau | 2019-05-01 | 1 | -20/+18 |