Age | Commit message (Expand) | Author | Files | Lines |
2020-08-19 | ipv6: some fixes for ipv6_dev_find() | Xin Long | 1 | -1/+2 |
2020-08-05 | ipv6: add ipv6_dev_find() | Xin Long | 1 | -0/+2 |
2020-07-31 | ipv6: fix memory leaks on IPV6_ADDRFORM path | Cong Wang | 1 | -0/+1 |
2020-04-23 | ipv6: Honor all IPv6 PIO Valid Lifetime values | Fernando Gont | 1 | -2/+0 |
2020-03-30 | addrconf: add functionality to check on rpl requirements | Alexander Aring | 1 | -0/+3 |
2019-12-17 | ipv6: Annotate ipv6_addr_is_* bitwise pointer casts | Sven Eckelmann | 1 | -4/+4 |
2019-10-07 | ipv6: Make ipv6_mc_may_pull() return bool. | David S. Miller | 1 | -3/+3 |
2019-08-20 | ipv6: Fix return value of ipv6_mc_may_pull() for malformed packets | Stefano Brivio | 1 | -1/+1 |
2019-06-12 | vrf: Increment Icmp6InMsgs on the original netdev | Stephen Suryaputra | 1 | -0/+16 |
2019-03-29 | ipv6: Move ipv6 stubs to a separate header file | David Ahern | 1 | -47/+0 |
2019-03-29 | ipv6: Refactor fib6_ignore_linkdown | David Ahern | 1 | -0/+8 |
2019-02-14 | ipv6_stub: add ipv6_route_input stub/proxy. | Peter Oskolkov | 1 | -0/+1 |
2019-01-23 | bridge: Snoop Multicast Router Advertisements | Linus Lüssing | 1 | -0/+15 |
2019-01-23 | bridge: simplify ip_mc_check_igmp() and ipv6_mc_check_mld() calls | Linus Lüssing | 1 | -1/+11 |
2018-11-03 | net/ipv6: Add anycast addresses to a global hashtable | Jeff Barnhill | 1 | -0/+2 |
2018-10-16 | bpf: Allow sk_lookup with IPv6 module | Joe Stringer | 1 | -0/+5 |
2018-08-11 | bpf: Introduce BPF_PROG_TYPE_SK_REUSEPORT | Martin KaFai Lau | 1 | -0/+1 |
2018-05-29 | net/ipv6: Add support for specifying metric of connected routes | David Ahern | 1 | -0/+1 |
2018-05-29 | net/ipv6: Convert ipv6_add_addr to struct ifa6_config | David Ahern | 1 | -0/+12 |
2018-05-22 | net/ipv6: Add helper to return path MTU based on fib result | David Ahern | 1 | -0/+2 |
2018-05-11 | net/ipv6: Add fib lookup stubs for use in bpf helper | David Ahern | 1 | -0/+14 |
2018-04-17 | ipv6: Count interface receive statistics on the ingress netdev | Stephen Suryaputra | 1 | -0/+14 |
2018-03-31 | bpf: Hooks for sys_connect | Andrey Ignatov | 1 | -0/+7 |
2018-03-16 | net/ipv6: Change address check to always take a device argument | David Ahern | 1 | -2/+2 |
2017-12-04 | rtnetlink: ipv6: convert remaining users to rtnl_register_module | Florian Westphal | 1 | -1/+1 |
2017-11-05 | ipv6: remove IN6_ADDR_HSIZE from addrconf.h | Eric Dumazet | 1 | -3/+0 |
2017-11-04 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -0/+1 |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 1 | -0/+1 |
2017-11-01 | net: display hw address of source machine during ipv6 DAD failure | Vishwanath Pai | 1 | -1/+1 |
2017-10-24 | ipv6: addrconf: add per netns perturbation in inet6_addr_hash() | Eric Dumazet | 1 | -1/+1 |
2017-10-20 | net: Add extack to validator_info structs used for address notifier | David Ahern | 1 | -0/+1 |
2017-09-18 | net: Convert int functions to bool | Joe Perches | 1 | -2/+2 |
2017-08-16 | ipv6: fix NULL dereference in ip6_route_dev_notify() | Eric Dumazet | 1 | -0/+10 |
2017-07-04 | net, ipv6: convert inet6_ifaddr.refcnt from atomic_t to refcount_t | Reshetova, Elena | 1 | -3/+3 |
2017-07-04 | net, ipv6: convert inet6_dev.refcnt from atomic_t to refcount_t | Reshetova, Elena | 1 | -4/+4 |
2017-06-09 | Ipvlan should return an error when an address is already in use. | Krister Johansen | 1 | -1/+9 |
2017-05-09 | ipv6: reorder ip6_route_dev_notifier after ipv6_dev_notf | WANG Cong | 1 | -0/+2 |
2017-04-25 | {net,IB}/{rxe,usnic}: Utilize generic mac to eui32 function | Yuval Shaia | 1 | -4/+18 |
2017-03-29 | net: ipv6: Refactor inet6_netconf_notify_devconf to take event | David Ahern | 1 | -2/+2 |
2017-01-18 | inet: collapse ipv4/v6 rcv_saddr_equal functions into one | Josef Bacik | 1 | -3/+1 |
2016-10-21 | ipv6: fix a potential deadlock in do_ipv6_setsockopt() | WANG Cong | 1 | -0/+1 |
2016-09-30 | ipv6 addrconf: implement RFC7559 router solicitation backoff | Maciej Żenczykowski | 1 | -1/+2 |
2016-06-16 | ipv6: export several functions | Alexander Aring | 1 | -0/+7 |
2016-06-16 | 6lowpan: add 802.15.4 short addr slaac | Alexander Aring | 1 | -0/+3 |
2016-02-11 | inet: refactor inet[6]_lookup functions to take skb | Craig Gallek | 1 | -0/+2 |
2016-01-05 | soreuseport: fast reuseport UDP socket selection | Craig Gallek | 1 | -1/+2 |
2015-09-24 | ipv6: remove unused neigh parameter from ndisc functions | Jiri Benc | 1 | -2/+1 |
2015-09-09 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo... | Linus Torvalds | 1 | -0/+31 |
2015-08-31 | net/ipv6: Export addrconf_ifid_eui48 | Matan Barak | 1 | -0/+31 |
2015-08-01 | ipv6: change ipv6_stub_impl.ipv6_dst_lookup to take net argument | Roopa Prabhu | 1 | -2/+2 |