summaryrefslogtreecommitdiff
path: root/net/ipv6/ndisc.c
AgeCommit message (Expand)Author
2025-10-24neighbour: Annotate access to neigh_parms fields.Kuniyuki Iwashima
2025-08-29ipv6: start using dst_dev_rcu()Eric Dumazet
2025-08-20net: set net.core.rmem_max and net.core.wmem_max to 4 MBEric Dumazet
2025-07-17neighbour: Remove __pneigh_lookup().Kuniyuki Iwashima
2025-07-17neighbour: Split pneigh_lookup().Kuniyuki Iwashima
2025-07-10net: replace ND_PRINTK with dynamic debugWang Liang
2025-07-08ipv6: ndisc: Remove __in6_dev_get() in pndisc_{constructor,destructor}().Kuniyuki Iwashima
2025-07-02ipv6: adopt dst_dev() helperEric Dumazet
2025-02-15ndisc: ndisc_send_redirect() cleanupEric Dumazet
2025-02-10ndisc: extend RCU protection in ndisc_send_skb()Eric Dumazet
2025-02-10ndisc: use RCU protection in ndisc_alloc_skb()Eric Dumazet
2025-02-10ndisc: ndisc_send_redirect() must use dev_get_by_index_rcu()Eric Dumazet
2024-12-17inetpeer: do not get a refcount in inet_getpeer()Eric Dumazet
2024-12-17inetpeer: remove create argument of inet_getpeer_v[46]()Eric Dumazet
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