index
:
linux.git
for-next
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
ipv6
/
addrconf.c
Age
Commit message (
Expand
)
Author
5 days
Merge tag 'net-next-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
6 days
Merge tag 'libcrypto-updates-for-linus' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
10 days
ipv6: add `force_forwarding` sysctl to enable per-interface forwarding
Gabriel Goller
2025-07-18
net: s/dev_get_flags/netif_get_flags/
Stanislav Fomichev
2025-07-14
lib/crypto: sha1: Rename sha1_init() to sha1_init_raw()
Eric Biggers
2025-07-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2025-07-10
gre: Fix IPv6 multicast route creation.
Guillaume Nault
2025-07-08
ipv6: anycast: Don't use rtnl_dereference().
Kuniyuki Iwashima
2025-07-08
ipv6: mcast: Use in6_dev_get() in ipv6_dev_mc_dec().
Kuniyuki Iwashima
2025-07-08
ipv6: mcast: Check inet6_dev->dead under idev->mc_lock in __ipv6_dev_mc_inc().
Kuniyuki Iwashima
2025-06-19
ipv6: Simplify link-local address generation for IPv6 GRE.
Guillaume Nault
2025-06-08
treewide, timers: Rename from_timer() to timer_container_of()
Ingo Molnar
2025-05-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2025-05-05
gre: Fix again IPv6 link-local address generation.
Guillaume Nault
2025-04-16
ipv6: Use nlmsg_payload in addrconf file
Breno Leitao
2025-04-15
ipv6: Use nlmsg_payload in inet6_rtm_valid_getaddr_req
Breno Leitao
2025-04-15
ipv6: Use nlmsg_payload in inet6_valid_dump_ifaddr_req
Breno Leitao
2025-04-10
Merge tag 'net-6.15-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
2025-04-07
ipv6: Fix null-ptr-deref in addrconf_add_ifaddr().
Kuniyuki Iwashima
2025-04-05
treewide: Switch/rename to timer_delete[_sync]()
Thomas Gleixner
2025-04-03
net: use netif_disable_lro in ipv6_add_dev
Stanislav Fomichev
2025-04-03
ipv6: fix omitted netlink attributes when using RTEXT_FILTER_SKIP_STATS
Fernando Fernandez Mancera
2025-03-20
Revert "gre: Fix IPv6 link-local address generation."
Guillaume Nault
2025-03-13
gre: Fix IPv6 link-local address generation.
Guillaume Nault
2025-01-20
ipv6: Convert inet6_rtm_deladdr() to per-netns RTNL.
Kuniyuki Iwashima
2025-01-20
ipv6: Convert inet6_rtm_newaddr() to per-netns RTNL.
Kuniyuki Iwashima
2025-01-20
ipv6: Move lifetime validation to inet6_rtm_newaddr().
Kuniyuki Iwashima
2025-01-20
ipv6: Set cfg.ifa_flags before device lookup in inet6_rtm_newaddr().
Kuniyuki Iwashima
2025-01-20
ipv6: Pass dev to inet6_addr_add().
Kuniyuki Iwashima
2025-01-20
ipv6: Convert inet6_ioctl() to per-netns RTNL.
Kuniyuki Iwashima
2025-01-20
ipv6: Hold rtnl_net_lock() in addrconf_init() and addrconf_cleanup().
Kuniyuki Iwashima
2025-01-20
ipv6: Hold rtnl_net_lock() in addrconf_dad_work().
Kuniyuki Iwashima
2025-01-20
ipv6: Hold rtnl_net_lock() in addrconf_verify_work().
Kuniyuki Iwashima
2025-01-20
ipv6: Convert net.ipv6.conf.${DEV}.XXX sysctl to per-netns RTNL.
Kuniyuki Iwashima
2025-01-09
netlink: add IPv6 anycast join/leave notifications
Yuyang Huang
2024-12-23
netlink: correct nlmsg size for multicast notifications
Yuyang Huang
2024-12-15
netlink: add IGMP/MLD join/leave notifications
Yuyang Huang
2024-12-01
ipv6: avoid possible NULL deref in modify_prefix_route()
Eric Dumazet
2024-11-26
net/ipv6: delete temporary address if mngtmpaddr is removed or unmanaged
Hangbin Liu
2024-11-11
net: convert to nla_get_*_default()
Johannes Berg
2024-10-22
rtnetlink: Return int from rtnl_af_register().
Kuniyuki Iwashima
2024-10-15
ipv6: Use rtnl_register_many().
Kuniyuki Iwashima
2024-10-09
ipv6: switch inet6_addr_hash() to less predictable hash
Eric Dumazet
2024-10-02
move asm/unaligned.h to linux/unaligned.h
Al Viro
2024-08-21
ipv6: remove redundant check
Xi Huang
2024-08-15
ip: Move INFINITY_LIFE_TIME to addrconf.h.
Kuniyuki Iwashima
2024-07-31
Add support for PIO p flag
Patrick Rohr
2024-07-24
sysctl: treewide: constify the ctl_table argument of proc_handlers
Joel Granados
2024-07-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2024-07-14
ipv6: take care of scope when choosing the src addr
Nicolas Dichtel
[next]