summaryrefslogtreecommitdiffstats
path: root/net/ipv6/ndisc.c
Commit message (Expand)AuthorAgeFilesLines
* net/ipv6: replace deprecated strcpy with strscpyHongbo Li2024-08-291-1/+1
* ipv6: eliminate ndisc_ops_is_useropt()Maciej Żenczykowski2024-08-121-2/+2
* ipv6: fix ndisc_is_useropt() handling for PIOMaciej Żenczykowski2024-08-011-16/+18
* sysctl: treewide: constify the ctl_table argument of proc_handlersJoel Granados2024-07-241-1/+1
* net/ipv6/ndisc: constify ctl_table arguments of utility functionThomas Weißschuh2024-05-281-1/+1
* ipv6: introduce dst_rt6_info() helperEric Dumazet2024-04-291-1/+1
* ipv6/addrconf: annotate data-races around devconf fields (II)Eric Dumazet2024-03-011-9/+9
* ipv6: annotate data-races around devconf->proxy_ndpEric Dumazet2024-03-011-2/+3
* ipv6: annotate data-races in ndisc_router_discovery()Eric Dumazet2024-03-011-15/+18
* ipv6: annotate data-races around cnf.forwardingEric Dumazet2024-03-011-5/+6
* ipv6: annotate data-races around cnf.hop_limitEric Dumazet2024-03-011-1/+1
* ipv6: annotate data-races around cnf.mtu6Eric Dumazet2024-03-011-2/+2
* ipv6: prepare inet6_fill_ifla6_attrs() for RCUEric Dumazet2024-02-261-1/+1
* net/ipv6: Remove expired routes with a separated list of routes.Kui-Feng Lee2024-02-121-1/+9
* net/ipv6: set expires in rt6_add_dflt_router().Kui-Feng Lee2024-02-121-1/+2
* net: fix IPSTATS_MIB_OUTPKGS increment in OutForwDatagrams.Heng Guo2023-10-201-1/+1
* ipv6: lockless IPV6_MULTICAST_LOOP implementationEric Dumazet2023-09-151-1/+1
* ipv6: lockless IPV6_UNICAST_HOPS implementationEric Dumazet2023-09-151-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-08-101-1/+2
|\
| * ipv6: adjust ndisc_is_useropt() to also return true for PIOMaciej Żenczykowski2023-08-091-1/+2
* | net: change accept_ra_min_rtr_lft to affect all RA lifetimesPatrick Rohr2023-07-281-16/+11
* | net: remove comment in ndisc_router_discoveryPatrick Rohr2023-07-271-4/+0
* | net: add sysctl accept_ra_min_rtr_lftPatrick Rohr2023-07-231-2/+16
|/
* neighbour: annotate lockless accesses to n->nud_stateEric Dumazet2023-03-151-2/+2
* ipv6: icmp6: add SKB_DROP_REASON_IPV6_NDISC_NS_OTHERHOSTEric Dumazet2023-02-201-1/+3
* ipv6: icmp6: add SKB_DROP_REASON_IPV6_NDISC_BAD_OPTIONSEric Dumazet2023-02-201-17/+10
* ipv6: icmp6: add drop reason support to ndisc_redirect_rcv()Eric Dumazet2023-02-201-10/+11
* ipv6: icmp6: add drop reason support to ndisc_router_discovery()Eric Dumazet2023-02-201-18/+19
* ipv6: icmp6: add drop reason support to ndisc_recv_rs()Eric Dumazet2023-02-201-5/+7
* ipv6: icmp6: add drop reason support to ndisc_recv_na()Eric Dumazet2023-02-201-14/+14
* ipv6: icmp6: add drop reason support to ndisc_recv_ns()Eric Dumazet2023-02-201-16/+18
* ipv6: icmp6: add drop reason support to ndisc_rcv()Eric Dumazet2023-02-131-6/+7
* net: fix potential refcount leak in ndisc_router_discovery()Xin Xiong2022-08-151-0/+3
* net: ipv6: new accept_untracked_na option to accept na only if in-networkJaehee Park2022-07-151-5/+24
* net, neigh: introduce interval_probe_time_ms for periodic probeYuwei Wang2022-06-301-0/+1
* net/ipv6: Expand and rename accept_unsolicited_na to accept_untracked_naArun Ajith S2022-05-311-17/+25
* net/ipv6: Introduce accept_unsolicited_na knob to implement router-side chang...Arun Ajith S2022-04-171-1/+19
* ipv6: separate ndisc_ns_create() from ndisc_send_ns()Hangbin Liu2022-02-211-17/+32
* Generate netlink notification when default IPv6 route preference changesKalash Nainwal2022-02-141-1/+5
* net: ndisc: introduce ndisc_evict_nocarrier sysctl parameterJames Prestwood2021-11-011-1/+11
* ipv6: constify dev_addr passingJakub Kicinski2021-10-131-2/+2
* ipv6: add IFLA_INET6_RA_MTU to expose mtu valueRocco Yue2021-08-271-6/+11
* net: allow user to set metric on default route learned via Router AdvertisementPraveen Chaudhary2021-01-261-4/+8
* net: Exempt multicast addresses from five-second neighbor lifetimeJeff Dike2020-11-131-0/+7
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-05-011-1/+2
|\
| * sysctl: pass kernel pointers to ->proc_handlerChristoph Hellwig2020-04-271-1/+2
* | net: ipv6: new arg skip_notify to ip6_rt_delRoopa Prabhu2020-04-281-1/+1
|/
* neigh: support smaller retrans_time setttingHangbin Liu2020-04-021-2/+2
* ipv6: ndisc: add support for 'PREF64' dns64 prefix identifierMaciej Żenczykowski2020-03-261-0/+1
* inet: Use fallthrough;Joe Perches2020-03-121-1/+1