summaryrefslogtreecommitdiff
path: root/net/ipv6/addrconf.c
AgeCommit message (Expand)Author
4 daysnet: ipv6: report multicast group user countYuyang Huang
13 daysipv6: fix missing notification for ignore_routes_with_linkdownFernando Fernandez Mancera
13 daysipv6: fix state corruption during proxy_ndp sysctl restartFernando Fernandez Mancera
13 daysipv6: fix error handling in disable_policy sysctlFernando Fernandez Mancera
13 daysipv6: fix error handling in forwarding sysctlFernando Fernandez Mancera
13 daysipv6: fix error handling in ignore_routes_with_linkdown sysctlFernando Fernandez Mancera
13 daysipv6: fix error handling in disable_ipv6 sysctlFernando Fernandez Mancera
2026-06-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-06-11ipv6: Fix a potential NPD in cleanup_prefix_route()Ido Schimmel
2026-06-04net: rename netdev_ops_assert_locked()Jakub Kicinski
2026-06-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni
2026-05-29Revert "ipv6: preserve insertion order for same-scope addresses"Fernando Fernandez Mancera
2026-05-26ipv6: addrconf: fix temp address generation after prefix deprecationFernando Fernandez Mancera
2026-05-15ipv6: addrconf: bail out of dad_failure when state is no longer POSTDADLinmao Li
2026-04-14Merge tag 'net-next-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2026-04-09ipv6: move IFA_F_PERMANENT percpu allocation in process scopePaolo Abeni
2026-04-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf 7.0-rc6+Alexei Starovoitov
2026-03-30ipv6: prevent possible UaF in addrconf_permanent_addr()Paolo Abeni
2026-03-24bpf: Remove inclusions of crypto/sha1.hEric Biggers
2026-03-23ipv6: Don't remove permanent routes with exceptions from tb6_gc_hlist.Kuniyuki Iwashima
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2026-01-27ipv6: Switch to higher-level SHA-1 functionsEric Biggers
2026-01-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-01-13ipv6: Fix use-after-free in inet6_addr_del().Kuniyuki Iwashima
2026-01-06ipv6: preserve insertion order for same-scope addressesYumei Huang
2025-11-14ipv6: clean up routes when manually removing address with a lifetimeJakub Kicinski
2025-09-02ipv6: Add sanity checks on ipv6_devconf.rpl_seg_enabledYue Haibing
2025-07-30Merge tag 'net-next-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2025-07-28Merge tag 'libcrypto-updates-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2025-07-25ipv6: add `force_forwarding` sysctl to enable per-interface forwardingGabriel Goller
2025-07-18net: s/dev_get_flags/netif_get_flags/Stanislav Fomichev
2025-07-14lib/crypto: sha1: Rename sha1_init() to sha1_init_raw()Eric Biggers
2025-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-07-10gre: Fix IPv6 multicast route creation.Guillaume Nault
2025-07-08ipv6: anycast: Don't use rtnl_dereference().Kuniyuki Iwashima
2025-07-08ipv6: mcast: Use in6_dev_get() in ipv6_dev_mc_dec().Kuniyuki Iwashima
2025-07-08ipv6: mcast: Check inet6_dev->dead under idev->mc_lock in __ipv6_dev_mc_inc().Kuniyuki Iwashima
2025-06-19ipv6: Simplify link-local address generation for IPv6 GRE.Guillaume Nault
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar
2025-05-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-05-05gre: Fix again IPv6 link-local address generation.Guillaume Nault
2025-04-16ipv6: Use nlmsg_payload in addrconf fileBreno Leitao
2025-04-15ipv6: Use nlmsg_payload in inet6_rtm_valid_getaddr_reqBreno Leitao
2025-04-15ipv6: Use nlmsg_payload in inet6_valid_dump_ifaddr_reqBreno Leitao
2025-04-10Merge tag 'net-6.15-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2025-04-07ipv6: Fix null-ptr-deref in addrconf_add_ifaddr().Kuniyuki Iwashima
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner
2025-04-03net: use netif_disable_lro in ipv6_add_devStanislav Fomichev