summaryrefslogtreecommitdiff
path: root/net/core/neighbour.c
AgeCommit message (Expand)Author
2023-12-08neighbour: Don't let neigh_forced_gc() disable preemption for longJudy Hsiao
2023-10-20neighbour: fix various data-racesEric Dumazet
2023-10-01neighbour: fix data-races around n->outputEric Dumazet
2023-10-01net: fix possible store tearing in neigh_periodic_work()Eric Dumazet
2023-08-15networking: Update to register_net_sysctl_szJoel Granados
2023-03-21neighbour: switch to standard rcu, instead of rcu_bhEric Dumazet
2023-03-15neighbour: annotate lockless accesses to n->nud_stateEric Dumazet
2023-03-09neighbour: delete neigh_lookup_nodev as not usedLeon Romanovsky
2023-02-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-02-06neigh: make sure used and confirmed times are validJulian Anastasov
2023-02-01neighbor: fix proxy_delay usage when it is zeroBrian Haley
2022-12-12Merge tag 'random-6.2-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2022-11-18net: neigh: decrement the family specific qlenThomas Zeitlhofer
2022-11-18treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld
2022-11-02net, neigh: Fix null-ptr-deref in neigh_table_clear()Chen Zhongjin
2022-10-11treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld
2022-08-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-08-24net: neigh: don't call kfree_skb() under spin_lock_irqsave()Yang Yingliang
2022-08-22Remove DECnet support from kernelStephen Hemminger
2022-08-15neighbour: make proxy_queue.qlen limit per-deviceAlexander Mikhalitsyn
2022-08-15neigh: fix possible DoS due to net iface start/stop loopDenis V. Lunev
2022-06-30net, neigh: introduce interval_probe_time_ms for periodic probeYuwei Wang
2022-06-09net: rename reference+tracking helpersJakub Kicinski
2022-05-25net, neigh: Set lower cap for neigh_managed_work rearmingDaniel Borkmann
2022-05-04memcg: accounting for objects allocated for new netdeviceVasily Averin
2022-02-26net: neigh: use kfree_skb_reason() for __neigh_event_send()Menglong Dong
2022-02-02net, neigh: Do not trigger immediate probes on NUD_FAILED from neigh_managed_...Daniel Borkmann
2022-01-22proc: remove PDE_DATA() completelyMuchun Song
2021-12-12net: Enable neighbor sysctls that is save for userns rootxu xin
2021-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-12-08net, neigh: clear whole pneigh_entry at alloc timeEric Dumazet
2021-12-06net: add net device refcount tracker to struct neigh_parmsEric Dumazet
2021-12-06net: add net device refcount tracker to struct pneigh_entryEric Dumazet
2021-12-06net: add net device refcount tracker to struct neighbourEric Dumazet
2021-11-22net, neigh: Fix crash in v6 module initialization error pathDaniel Borkmann
2021-10-14net, neigh: Reject creating NUD_PERMANENT with NTF_MANAGED entriesDaniel Borkmann
2021-10-14net, neigh: Use NLA_POLICY_MASK helper for NDA_FLAGS_EXT attributeDaniel Borkmann
2021-10-14net, neigh: Add build-time assertion to avoid neigh->flags overflowDaniel Borkmann
2021-10-12net, neigh: Add NTF_MANAGED flag for managed neighbor entriesDaniel Borkmann
2021-10-12net, neigh: Extend neigh->flags to 32 bit to allow for extensionsRoopa Prabhu
2021-10-12net, neigh: Enable state migration between NUD_PERMANENT and NTF_USEDaniel Borkmann
2021-10-12net, neigh: Fix NTF_EXT_LEARNED in combination with NTF_USEDaniel Borkmann
2021-08-10net: Support filtering interfaces on no masterLahav Schlesinger
2021-08-05net: Remove redundant if statementsYajun Deng
2021-08-03net: Keep vertical alignmentYajun Deng
2021-06-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-06-07neighbour: allow NUD_NOARP entries to be forced GCedDavid Ahern
2021-05-10neighbour: Remove redundant initialization of 'bucket'Yang Li
2021-04-21neighbour: Prevent Race condition in neighbour subsytemChinmay Agarwal
2021-03-31neighbour: Disregard DEAD dst in neigh_updateTong Zhu