aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/net/addrconf.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-03-01ipv6: annotate data-races around idev->cnf.ignore_routes_with_linkdownEric Dumazet1-1/+1
2024-02-15net: ipv6/addrconf: introduce a regen_min_advance sysctlAlex Henrie1-2/+3
2023-12-08net: ipv6: support reporting otherwise unknown prefix flags in RTM_NEWPREFIXMaciej Żenczykowski1-2/+10
2023-03-17ipv6: constify inet6_mc_check()Eric Dumazet1-1/+1
2022-07-28ipv6/addrconf: fix a null-ptr-deref bug for ip6_ptrZiyang Xuan1-0/+3
2022-02-18net: Add new protocol attribute to IP addressesJacques de Laval1-0/+2
2022-02-14ipv6: mcast: use rcu-safe version of ipv6_get_lladdr()Ignat Korchagin1-2/+0
2022-01-27Revert "ipv6: Honor all IPv6 PIO Valid Lifetime values"Guillaume Nault1-0/+2
2021-04-27net: bridge: mcast: fix broken length + header check for MRDv6 Adv.Linus Lüssing1-1/+0
2020-08-18ipv6: some fixes for ipv6_dev_find()Xin Long1-1/+2
2020-08-05ipv6: add ipv6_dev_find()Xin Long1-0/+2
2020-07-30ipv6: fix memory leaks on IPV6_ADDRFORM pathCong Wang1-0/+1
2020-04-23ipv6: Honor all IPv6 PIO Valid Lifetime valuesFernando Gont1-2/+0
2020-03-29addrconf: add functionality to check on rpl requirementsAlexander Aring1-0/+3
2019-12-16ipv6: Annotate ipv6_addr_is_* bitwise pointer castsSven Eckelmann1-4/+4
2019-10-07ipv6: Make ipv6_mc_may_pull() return bool.David S. Miller1-3/+3
2019-08-19ipv6: Fix return value of ipv6_mc_may_pull() for malformed packetsStefano Brivio1-1/+1
2019-06-12vrf: Increment Icmp6InMsgs on the original netdevStephen Suryaputra1-0/+16
2019-03-29ipv6: Move ipv6 stubs to a separate header fileDavid Ahern1-47/+0
2019-03-29ipv6: Refactor fib6_ignore_linkdownDavid Ahern1-0/+8
2019-02-13ipv6_stub: add ipv6_route_input stub/proxy.Peter Oskolkov1-0/+1
2019-01-22bridge: Snoop Multicast Router AdvertisementsLinus Lüssing1-0/+15
2019-01-22bridge: simplify ip_mc_check_igmp() and ipv6_mc_check_mld() callsLinus Lüssing1-1/+11
2018-11-02net/ipv6: Add anycast addresses to a global hashtableJeff Barnhill1-0/+2
2018-10-15bpf: Allow sk_lookup with IPv6 moduleJoe Stringer1-0/+5
2018-08-11bpf: Introduce BPF_PROG_TYPE_SK_REUSEPORTMartin KaFai Lau1-0/+1
2018-05-29net/ipv6: Add support for specifying metric of connected routesDavid Ahern1-0/+1
2018-05-29net/ipv6: Convert ipv6_add_addr to struct ifa6_configDavid Ahern1-0/+12
2018-05-22net/ipv6: Add helper to return path MTU based on fib resultDavid Ahern1-0/+2
2018-05-11net/ipv6: Add fib lookup stubs for use in bpf helperDavid Ahern1-0/+14
2018-04-17ipv6: Count interface receive statistics on the ingress netdevStephen Suryaputra1-0/+14
2018-03-31bpf: Hooks for sys_connectAndrey Ignatov1-0/+7
2018-03-16net/ipv6: Change address check to always take a device argumentDavid Ahern1-2/+2
2017-12-04rtnetlink: ipv6: convert remaining users to rtnl_register_moduleFlorian Westphal1-1/+1
2017-11-05ipv6: remove IN6_ADDR_HSIZE from addrconf.hEric Dumazet1-3/+0
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-11-01net: display hw address of source machine during ipv6 DAD failureVishwanath Pai1-1/+1
2017-10-24ipv6: addrconf: add per netns perturbation in inet6_addr_hash()Eric Dumazet1-1/+1
2017-10-20net: Add extack to validator_info structs used for address notifierDavid Ahern1-0/+1
2017-09-18net: Convert int functions to boolJoe Perches1-2/+2
2017-08-15ipv6: fix NULL dereference in ip6_route_dev_notify()Eric Dumazet1-0/+10
2017-07-04net, ipv6: convert inet6_ifaddr.refcnt from atomic_t to refcount_tReshetova, Elena1-3/+3
2017-07-04net, ipv6: convert inet6_dev.refcnt from atomic_t to refcount_tReshetova, Elena1-4/+4
2017-06-09Ipvlan should return an error when an address is already in use.Krister Johansen1-1/+9
2017-05-08ipv6: reorder ip6_route_dev_notifier after ipv6_dev_notfWANG Cong1-0/+2
2017-04-25{net,IB}/{rxe,usnic}: Utilize generic mac to eui32 functionYuval Shaia1-4/+18
2017-03-28net: ipv6: Refactor inet6_netconf_notify_devconf to take eventDavid Ahern1-2/+2
2017-01-18inet: collapse ipv4/v6 rcv_saddr_equal functions into oneJosef Bacik1-3/+1
2016-10-21ipv6: fix a potential deadlock in do_ipv6_setsockopt()WANG Cong1-0/+1