summaryrefslogtreecommitdiff
path: root/net/ipv6/ndisc.c
AgeCommit message (Expand)Author
2024-08-29net/ipv6: replace deprecated strcpy with strscpyHongbo Li
2024-08-12ipv6: eliminate ndisc_ops_is_useropt()Maciej Żenczykowski
2024-08-01ipv6: fix ndisc_is_useropt() handling for PIOMaciej Żenczykowski
2024-07-24sysctl: treewide: constify the ctl_table argument of proc_handlersJoel Granados
2024-05-28net/ipv6/ndisc: constify ctl_table arguments of utility functionThomas Weißschuh
2024-04-29ipv6: introduce dst_rt6_info() helperEric Dumazet
2024-03-01ipv6/addrconf: annotate data-races around devconf fields (II)Eric Dumazet
2024-03-01ipv6: annotate data-races around devconf->proxy_ndpEric Dumazet
2024-03-01ipv6: annotate data-races in ndisc_router_discovery()Eric Dumazet
2024-03-01ipv6: annotate data-races around cnf.forwardingEric Dumazet
2024-03-01ipv6: annotate data-races around cnf.hop_limitEric Dumazet
2024-03-01ipv6: annotate data-races around cnf.mtu6Eric Dumazet
2024-02-26ipv6: prepare inet6_fill_ifla6_attrs() for RCUEric Dumazet
2024-02-12net/ipv6: Remove expired routes with a separated list of routes.Kui-Feng Lee
2024-02-12net/ipv6: set expires in rt6_add_dflt_router().Kui-Feng Lee
2023-10-20net: fix IPSTATS_MIB_OUTPKGS increment in OutForwDatagrams.Heng Guo
2023-09-15ipv6: lockless IPV6_MULTICAST_LOOP implementationEric Dumazet
2023-09-15ipv6: lockless IPV6_UNICAST_HOPS implementationEric Dumazet
2023-08-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-08-09ipv6: adjust ndisc_is_useropt() to also return true for PIOMaciej Żenczykowski
2023-07-28net: change accept_ra_min_rtr_lft to affect all RA lifetimesPatrick Rohr
2023-07-27net: remove comment in ndisc_router_discoveryPatrick Rohr
2023-07-23net: add sysctl accept_ra_min_rtr_lftPatrick Rohr
2023-03-15neighbour: annotate lockless accesses to n->nud_stateEric Dumazet
2023-02-20ipv6: icmp6: add SKB_DROP_REASON_IPV6_NDISC_NS_OTHERHOSTEric Dumazet
2023-02-20ipv6: icmp6: add SKB_DROP_REASON_IPV6_NDISC_BAD_OPTIONSEric Dumazet
2023-02-20ipv6: icmp6: add drop reason support to ndisc_redirect_rcv()Eric Dumazet
2023-02-20ipv6: icmp6: add drop reason support to ndisc_router_discovery()Eric Dumazet
2023-02-20ipv6: icmp6: add drop reason support to ndisc_recv_rs()Eric Dumazet
2023-02-20ipv6: icmp6: add drop reason support to ndisc_recv_na()Eric Dumazet
2023-02-20ipv6: icmp6: add drop reason support to ndisc_recv_ns()Eric Dumazet
2023-02-13ipv6: icmp6: add drop reason support to ndisc_rcv()Eric Dumazet
2022-08-15net: fix potential refcount leak in ndisc_router_discovery()Xin Xiong
2022-07-15net: ipv6: new accept_untracked_na option to accept na only if in-networkJaehee Park
2022-06-30net, neigh: introduce interval_probe_time_ms for periodic probeYuwei Wang
2022-05-31net/ipv6: Expand and rename accept_unsolicited_na to accept_untracked_naArun Ajith S
2022-04-17net/ipv6: Introduce accept_unsolicited_na knob to implement router-side chang...Arun Ajith S
2022-02-21ipv6: separate ndisc_ns_create() from ndisc_send_ns()Hangbin Liu
2022-02-14Generate netlink notification when default IPv6 route preference changesKalash Nainwal
2021-11-01net: ndisc: introduce ndisc_evict_nocarrier sysctl parameterJames Prestwood
2021-10-13ipv6: constify dev_addr passingJakub Kicinski
2021-08-27ipv6: add IFLA_INET6_RA_MTU to expose mtu valueRocco Yue
2021-01-26net: allow user to set metric on default route learned via Router AdvertisementPraveen Chaudhary
2020-11-13net: Exempt multicast addresses from five-second neighbor lifetimeJeff Dike
2020-05-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2020-04-28net: ipv6: new arg skip_notify to ip6_rt_delRoopa Prabhu
2020-04-27sysctl: pass kernel pointers to ->proc_handlerChristoph Hellwig
2020-04-02neigh: support smaller retrans_time setttingHangbin Liu
2020-03-26ipv6: ndisc: add support for 'PREF64' dns64 prefix identifierMaciej Żenczykowski
2020-03-12inet: Use fallthrough;Joe Perches