summaryrefslogtreecommitdiff
path: root/net/core/neighbour.c
AgeCommit message (Expand)Author
7 daysneighbour: Remove unnecessary net_eq().Kuniyuki Iwashima
7 daysneighbour: Don't store net in struct pneigh_entry.Kuniyuki Iwashima
7 daysneighbour: Namespacify neigh_tables.Kuniyuki Iwashima
7 daysneighbour: Convert neigh_table.entries to refcount_t.Kuniyuki Iwashima
7 daysneighbour: Clean up neigh_table_init() and neigh_table_clear().Kuniyuki Iwashima
7 daysneighbour: Remove neigh_tables[].Kuniyuki Iwashima
7 daysneighbour: Store arp_tbl and nd_tbl in net->neigh_tables[].Kuniyuki Iwashima
7 daysneighbour: Remove __rcu from neigh_tables[].Kuniyuki Iwashima
7 daysneighbour: Remove unnecessary EXPORT_SYMBOL().Kuniyuki Iwashima
7 daysneighbour: Remove lock dance for neigh_update_{gc,managed}_list().Kuniyuki Iwashima
7 daysneighbour: Remove __neigh_for_each_release().Kuniyuki Iwashima
2026-06-08neighbour: remove obsolete EXPORT_SYMBOL()Eric Dumazet
2026-04-27neigh: let neigh_xmit take skb ownershipFlorian Westphal
2026-03-29net: remove EXPORT_IPV6_MOD() and EXPORT_IPV6_MOD_GPL() macrosFernando Fernandez Mancera
2026-03-11neighbour: restore protocol != 0 check in pneigh updateSabrina Dubroca
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2026-01-25net: core: neighbour: Make another netlink notification atomicallyPetr Machata
2026-01-25net: core: neighbour: Make one netlink notification atomicallyPetr Machata
2026-01-25net: core: neighbour: Reorder netlink & internal notificationPetr Machata
2026-01-25net: core: neighbour: Inline neigh_update_notify() callsPetr Machata
2026-01-25net: core: neighbour: Process ARP queue laterPetr Machata
2026-01-25net: core: neighbour: Extract ARP queue processing to a helper functionPetr Machata
2026-01-25net: core: neighbour: Call __neigh_notify() under a lockPetr Machata
2026-01-25net: core: neighbour: Add a neigh_fill_info() helper for when lock not heldPetr Machata
2025-10-24neighbour: Convert rwlock of struct neigh_table to spinlock.Kuniyuki Iwashima
2025-10-24neighbour: Convert RTM_SETNEIGHTBL to RCU.Kuniyuki Iwashima
2025-10-24neighbour: Convert RTM_GETNEIGHTBL to RCU.Kuniyuki Iwashima
2025-10-24neighbour: Annotate access to neigh_parms fields.Kuniyuki Iwashima
2025-10-24neighbour: Use RCU list helpers for neigh_parms.list writers.Kuniyuki Iwashima
2025-07-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-07-25neighbour: Fix null-ptr-deref in neigh_flush_dev().Kuniyuki Iwashima
2025-07-17neighbour: Update pneigh_entry in pneigh_create().Kuniyuki Iwashima
2025-07-17neighbour: Protect tbl->phash_buckets[] with a dedicated mutex.Kuniyuki Iwashima
2025-07-17neighbour: Drop read_lock_bh(&tbl->lock) in pneigh_lookup().Kuniyuki Iwashima
2025-07-17neighbour: Remove __pneigh_lookup().Kuniyuki Iwashima
2025-07-17neighbour: Use rcu_dereference() in pneigh_get_{first,next}().Kuniyuki Iwashima
2025-07-17neighbour: Drop read_lock_bh(&tbl->lock) in pneigh_dump_table().Kuniyuki Iwashima
2025-07-17neighbour: Convert RTM_GETNEIGH to RCU.Kuniyuki Iwashima
2025-07-17neighbour: Annotate access to struct pneigh_entry.{flags,protocol}.Kuniyuki Iwashima
2025-07-17neighbour: Free pneigh_entry after RCU grace period.Kuniyuki Iwashima
2025-07-17neighbour: Annotate neigh_table.phash_buckets and pneigh_entry.next with __rcu.Kuniyuki Iwashima
2025-07-17neighbour: Split pneigh_lookup().Kuniyuki Iwashima
2025-07-17neighbour: Move neigh_find_table() to neigh_get().Kuniyuki Iwashima
2025-07-17neighbour: Allocate skb in neigh_get().Kuniyuki Iwashima
2025-07-17neighbour: Move two validations from neigh_get() to neigh_valid_get_req().Kuniyuki Iwashima
2025-07-17neighbour: Make neigh_valid_get_req() return ndmsg.Kuniyuki Iwashima
2025-07-02net: dst: annotate data-races around dst->obsoleteEric Dumazet
2025-06-30neighbor: Add NTF_EXT_VALIDATED flag for externally validated entriesIdo Schimmel
2025-06-25neighbour: Remove redundant assignment to errYue Haibing
2025-06-19neighbour: add support for NUD_PERMANENT proxy entriesNicolas Escande