summaryrefslogtreecommitdiffstats
path: root/net/core/neighbour.c
Commit message (Expand)AuthorAgeFilesLines
* networking: Update to register_net_sysctl_szJoel Granados2023-08-151-2/+6
* neighbour: switch to standard rcu, instead of rcu_bhEric Dumazet2023-03-211-32/+32
* neighbour: annotate lockless accesses to n->nud_stateEric Dumazet2023-03-151-14/+14
* neighbour: delete neigh_lookup_nodev as not usedLeon Romanovsky2023-03-091-31/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-02-091-3/+15
|\
| * neigh: make sure used and confirmed times are validJulian Anastasov2023-02-061-3/+15
* | neighbor: fix proxy_delay usage when it is zeroBrian Haley2023-02-011-2/+12
|/
* Merge tag 'random-6.2-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-12-121-2/+2
|\
| * treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld2022-11-181-2/+2
* | net: neigh: decrement the family specific qlenThomas Zeitlhofer2022-11-181-28/+30
|/
* net, neigh: Fix null-ptr-deref in neigh_table_clear()Chen Zhongjin2022-11-021-1/+1
* treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld2022-10-111-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-08-251-3/+9
|\
| * net: neigh: don't call kfree_skb() under spin_lock_irqsave()Yang Yingliang2022-08-241-3/+9
* | Remove DECnet support from kernelStephen Hemminger2022-08-221-3/+0
|/
* neighbour: make proxy_queue.qlen limit per-deviceAlexander Mikhalitsyn2022-08-151-3/+22
* neigh: fix possible DoS due to net iface start/stop loopDenis V. Lunev2022-08-151-8/+17
* net, neigh: introduce interval_probe_time_ms for periodic probeYuwei Wang2022-06-301-2/+30
* net: rename reference+tracking helpersJakub Kicinski2022-06-091-9/+9
* net, neigh: Set lower cap for neigh_managed_work rearmingDaniel Borkmann2022-05-251-1/+1
* memcg: accounting for objects allocated for new netdeviceVasily Averin2022-05-041-1/+1
* net: neigh: use kfree_skb_reason() for __neigh_event_send()Menglong Dong2022-02-261-3/+3
* net, neigh: Do not trigger immediate probes on NUD_FAILED from neigh_managed_...Daniel Borkmann2022-02-021-6/+12
* proc: remove PDE_DATA() completelyMuchun Song2022-01-221-3/+3
* net: Enable neighbor sysctls that is save for userns rootxu xin2021-12-121-4/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-12-091-2/+1
|\
| * net, neigh: clear whole pneigh_entry at alloc timeEric Dumazet2021-12-081-2/+1
* | net: add net device refcount tracker to struct neigh_parmsEric Dumazet2021-12-061-3/+3
* | net: add net device refcount tracker to struct pneigh_entryEric Dumazet2021-12-061-4/+4
* | net: add net device refcount tracker to struct neighbourEric Dumazet2021-12-061-2/+2
|/
* net, neigh: Fix crash in v6 module initialization error pathDaniel Borkmann2021-11-221-0/+1
* net, neigh: Reject creating NUD_PERMANENT with NTF_MANAGED entriesDaniel Borkmann2021-10-141-3/+8
* net, neigh: Use NLA_POLICY_MASK helper for NDA_FLAGS_EXT attributeDaniel Borkmann2021-10-141-5/+1
* net, neigh: Add build-time assertion to avoid neigh->flags overflowDaniel Borkmann2021-10-141-0/+3
* net, neigh: Add NTF_MANAGED flag for managed neighbor entriesDaniel Borkmann2021-10-121-30/+83
* net, neigh: Extend neigh->flags to 32 bit to allow for extensionsRoopa Prabhu2021-10-121-15/+40
* net, neigh: Enable state migration between NUD_PERMANENT and NTF_USEDaniel Borkmann2021-10-121-9/+13
* net, neigh: Fix NTF_EXT_LEARNED in combination with NTF_USEDaniel Borkmann2021-10-121-12/+14
* net: Support filtering interfaces on no masterLahav Schlesinger2021-08-101-0/+7
* net: Remove redundant if statementsYajun Deng2021-08-051-10/+5
* net: Keep vertical alignmentYajun Deng2021-08-031-3/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-06-181-0/+1
|\
| * neighbour: allow NUD_NOARP entries to be forced GCedDavid Ahern2021-06-071-0/+1
* | neighbour: Remove redundant initialization of 'bucket'Yang Li2021-05-101-1/+1
|/
* neighbour: Prevent Race condition in neighbour subsytemChinmay Agarwal2021-04-211-0/+4
* neighbour: Disregard DEAD dst in neigh_updateTong Zhu2021-03-311-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-02-021-3/+4
|\
| * neighbour: Prevent a dead entry from updating gc_listChinmay Agarwal2021-01-301-3/+4
* | neighbor: remove definition of DEBUGTom Rix2021-01-151-1/+0
|/
* net: neighbor: fix a crash caused by mod zeroweichenchen2020-12-281-4/+2