index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
ipv6
/
ndisc.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-08-15
net: fix potential refcount leak in ndisc_router_discovery()
Xin Xiong
1
-0
/
+3
2022-07-15
net: ipv6: new accept_untracked_na option to accept na only if in-network
Jaehee Park
1
-5
/
+24
2022-06-30
net, neigh: introduce interval_probe_time_ms for periodic probe
Yuwei Wang
1
-0
/
+1
2022-05-31
net/ipv6: Expand and rename accept_unsolicited_na to accept_untracked_na
Arun Ajith S
1
-17
/
+25
2022-04-17
net/ipv6: Introduce accept_unsolicited_na knob to implement router-side chang...
Arun Ajith S
1
-1
/
+19
2022-02-21
ipv6: separate ndisc_ns_create() from ndisc_send_ns()
Hangbin Liu
1
-17
/
+32
2022-02-14
Generate netlink notification when default IPv6 route preference changes
Kalash Nainwal
1
-1
/
+5
2021-11-01
net: ndisc: introduce ndisc_evict_nocarrier sysctl parameter
James Prestwood
1
-1
/
+11
2021-10-13
ipv6: constify dev_addr passing
Jakub Kicinski
1
-2
/
+2
2021-08-27
ipv6: add IFLA_INET6_RA_MTU to expose mtu value
Rocco Yue
1
-6
/
+11
2021-01-26
net: allow user to set metric on default route learned via Router Advertisement
Praveen Chaudhary
1
-4
/
+8
2020-11-13
net: Exempt multicast addresses from five-second neighbor lifetime
Jeff Dike
1
-0
/
+7
2020-05-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
1
-1
/
+2
2020-04-28
net: ipv6: new arg skip_notify to ip6_rt_del
Roopa Prabhu
1
-1
/
+1
2020-04-27
sysctl: pass kernel pointers to ->proc_handler
Christoph Hellwig
1
-1
/
+2
2020-04-02
neigh: support smaller retrans_time settting
Hangbin Liu
1
-2
/
+2
2020-03-26
ipv6: ndisc: add support for 'PREF64' dns64 prefix identifier
Maciej Żenczykowski
1
-0
/
+1
2020-03-12
inet: Use fallthrough;
Joe Perches
1
-1
/
+1
2019-07-22
net-ipv6-ndisc: add support for RFC7710 RA Captive Portal Identifier
Maciej Żenczykowski
1
-0
/
+1
2019-06-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-5
/
+1
2019-06-04
ipv6: Plumb support for nexthop object in a fib6_info
David Ahern
1
-2
/
+1
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
1
-5
/
+1
2019-05-24
ipv6: Make fib6_nh optional at the end of fib6_info
David Ahern
1
-4
/
+4
2019-04-17
net ipv6: Prevent neighbor add if protocol is disabled on device
David Ahern
1
-0
/
+17
2019-03-29
ipv6: Rename fib6_nh entries
David Ahern
1
-4
/
+4
2018-10-26
ipv6/ndisc: Preserve IPv6 control buffer if protocol error handlers are called
Stefano Brivio
1
-2
/
+1
2018-10-12
net: Evict neighbor entries on carrier down
David Ahern
1
-0
/
+2
2018-10-02
net: remove 1 always zero parameter from ip6_redirect_no_header()
Maciej Żenczykowski
1
-1
/
+1
2018-07-16
ipv6: make DAD fail with enhanced DAD when nonce length differs
Sabrina Dubroca
1
-1
/
+1
2018-06-04
vrf: check the original netdevice for generating redirect
Stephen Suryaputra
1
-0
/
+6
2018-04-19
net/ipv6: Rename fib6_info struct elements
David Ahern
1
-1
/
+1
2018-04-17
net/ipv6: Flip FIB entries to fib6_info
David Ahern
1
-1
/
+1
2018-04-17
net/ipv6: separate handling of FIB entries from dst based routes
David Ahern
1
-3
/
+3
2018-04-17
net/ipv6: Create a neigh_lookup for FIB entries
David Ahern
1
-2
/
+6
2018-04-17
net/ipv6: move expires into rt6_info
David Ahern
1
-1
/
+1
2018-04-17
net/ipv6: move metrics from dst to rt6_info
David Ahern
1
-7
/
+3
2018-04-17
net/ipv6: Pass net namespace to route functions
David Ahern
1
-5
/
+7
2018-03-27
net: Drop pernet_operations::async
Kirill Tkhai
1
-1
/
+0
2018-03-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+2
2018-03-16
net/ipv6: Change address check to always take a device argument
David Ahern
1
-1
/
+1
2018-03-09
ipv6: fix access to non-linear packet in ndisc_fill_redirect_hdr_option()
Lorenzo Bianconi
1
-1
/
+2
2018-03-07
ipv6: ndisc: use true and false for boolean values
Gustavo A. R. Silva
1
-1
/
+1
2018-02-19
net: Convert icmpv6_sk_ops, ndisc_net_ops and igmp6_net_ops
Kirill Tkhai
1
-0
/
+1
2018-01-29
net: ipv6: send unsolicited NA after DAD
David Ahern
1
-0
/
+5
2017-11-11
net: ipv6: sysctl to specify IPv6 ND traffic class
Maciej Żenczykowski
1
-1
/
+8
2017-11-01
net: display hw address of source machine during ipv6 DAD failure
Vishwanath Pai
1
-4
/
+5
2017-08-29
neigh: increase queue_len_bytes to match wmem_default
Eric Dumazet
1
-1
/
+1
2017-08-09
net: ipv6: lower ndisc notifier priority below addrconf
David Ahern
1
-0
/
+1
2017-06-16
networking: make skb_put & friends return void pointers
Johannes Berg
1
-4
/
+4
2017-04-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+2
[next]