index
:
sugar/linux
mainline
Sugar's Linux Kernel Patch
Asai Neko
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
ipv6
/
ndisc.c
Age
Commit message (
Expand
)
Author
2025-10-24
neighbour: Annotate access to neigh_parms fields.
Kuniyuki Iwashima
2025-08-29
ipv6: start using dst_dev_rcu()
Eric Dumazet
2025-08-20
net: set net.core.rmem_max and net.core.wmem_max to 4 MB
Eric Dumazet
2025-07-17
neighbour: Remove __pneigh_lookup().
Kuniyuki Iwashima
2025-07-17
neighbour: Split pneigh_lookup().
Kuniyuki Iwashima
2025-07-10
net: replace ND_PRINTK with dynamic debug
Wang Liang
2025-07-08
ipv6: ndisc: Remove __in6_dev_get() in pndisc_{constructor,destructor}().
Kuniyuki Iwashima
2025-07-02
ipv6: adopt dst_dev() helper
Eric Dumazet
2025-02-15
ndisc: ndisc_send_redirect() cleanup
Eric Dumazet
2025-02-10
ndisc: extend RCU protection in ndisc_send_skb()
Eric Dumazet
2025-02-10
ndisc: use RCU protection in ndisc_alloc_skb()
Eric Dumazet
2025-02-10
ndisc: ndisc_send_redirect() must use dev_get_by_index_rcu()
Eric Dumazet
2024-12-17
inetpeer: do not get a refcount in inet_getpeer()
Eric Dumazet
2024-12-17
inetpeer: remove create argument of inet_getpeer_v[46]()
Eric Dumazet
2024-08-29
net/ipv6: replace deprecated strcpy with strscpy
Hongbo Li
2024-08-12
ipv6: eliminate ndisc_ops_is_useropt()
Maciej Żenczykowski
2024-08-01
ipv6: fix ndisc_is_useropt() handling for PIO
Maciej Żenczykowski
2024-07-24
sysctl: treewide: constify the ctl_table argument of proc_handlers
Joel Granados
2024-05-28
net/ipv6/ndisc: constify ctl_table arguments of utility function
Thomas Weißschuh
2024-04-29
ipv6: introduce dst_rt6_info() helper
Eric Dumazet
2024-03-01
ipv6/addrconf: annotate data-races around devconf fields (II)
Eric Dumazet
2024-03-01
ipv6: annotate data-races around devconf->proxy_ndp
Eric Dumazet
2024-03-01
ipv6: annotate data-races in ndisc_router_discovery()
Eric Dumazet
2024-03-01
ipv6: annotate data-races around cnf.forwarding
Eric Dumazet
2024-03-01
ipv6: annotate data-races around cnf.hop_limit
Eric Dumazet
2024-03-01
ipv6: annotate data-races around cnf.mtu6
Eric Dumazet
2024-02-26
ipv6: prepare inet6_fill_ifla6_attrs() for RCU
Eric Dumazet
2024-02-12
net/ipv6: Remove expired routes with a separated list of routes.
Kui-Feng Lee
2024-02-12
net/ipv6: set expires in rt6_add_dflt_router().
Kui-Feng Lee
2023-10-20
net: fix IPSTATS_MIB_OUTPKGS increment in OutForwDatagrams.
Heng Guo
2023-09-15
ipv6: lockless IPV6_MULTICAST_LOOP implementation
Eric Dumazet
2023-09-15
ipv6: lockless IPV6_UNICAST_HOPS implementation
Eric Dumazet
2023-08-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-08-09
ipv6: adjust ndisc_is_useropt() to also return true for PIO
Maciej Żenczykowski
2023-07-28
net: change accept_ra_min_rtr_lft to affect all RA lifetimes
Patrick Rohr
2023-07-27
net: remove comment in ndisc_router_discovery
Patrick Rohr
2023-07-23
net: add sysctl accept_ra_min_rtr_lft
Patrick Rohr
2023-03-15
neighbour: annotate lockless accesses to n->nud_state
Eric Dumazet
2023-02-20
ipv6: icmp6: add SKB_DROP_REASON_IPV6_NDISC_NS_OTHERHOST
Eric Dumazet
2023-02-20
ipv6: icmp6: add SKB_DROP_REASON_IPV6_NDISC_BAD_OPTIONS
Eric Dumazet
2023-02-20
ipv6: icmp6: add drop reason support to ndisc_redirect_rcv()
Eric Dumazet
2023-02-20
ipv6: icmp6: add drop reason support to ndisc_router_discovery()
Eric Dumazet
2023-02-20
ipv6: icmp6: add drop reason support to ndisc_recv_rs()
Eric Dumazet
2023-02-20
ipv6: icmp6: add drop reason support to ndisc_recv_na()
Eric Dumazet
2023-02-20
ipv6: icmp6: add drop reason support to ndisc_recv_ns()
Eric Dumazet
2023-02-13
ipv6: icmp6: add drop reason support to ndisc_rcv()
Eric Dumazet
2022-08-15
net: fix potential refcount leak in ndisc_router_discovery()
Xin Xiong
2022-07-15
net: ipv6: new accept_untracked_na option to accept na only if in-network
Jaehee Park
2022-06-30
net, neigh: introduce interval_probe_time_ms for periodic probe
Yuwei Wang
2022-05-31
net/ipv6: Expand and rename accept_unsolicited_na to accept_untracked_na
Arun Ajith S
[next]