summaryrefslogtreecommitdiffstats
path: root/net/core/neighbour.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* net: Remove the now superfluous sentinel elements from ctl_table arrayJoel Granados2024-05-031-4/+1
* neighbour: fix neigh_master_filtered()Eric Dumazet2024-04-241-1/+1
* neighbour: no longer hold RTNL in neigh_dump_info()Eric Dumazet2024-04-191-4/+5
* neighbour: fix neigh_dump_info() return valueEric Dumazet2024-04-191-18/+13
* neighbour: add RCU protection to neigh_tables[]Eric Dumazet2024-04-191-11/+19
* neighbour: guarantee the localhost connections be established successfully ev...Zheng Li2024-04-181-1/+3
* neighbour: Don't let neigh_forced_gc() disable preemption for longJudy Hsiao2023-12-081-1/+8
* neighbour: fix various data-racesEric Dumazet2023-10-211-32/+35
* neighbour: fix data-races around n->outputEric Dumazet2023-10-011-5/+5
* net: fix possible store tearing in neigh_periodic_work()Eric Dumazet2023-10-011-1/+3
* networking: Update to register_net_sysctl_szJoel Granados2023-08-161-2/+6
* neighbour: switch to standard rcu, instead of rcu_bhEric Dumazet2023-03-221-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-101-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-021-2/+12
|/
* Merge tag 'random-6.2-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-12-131-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-031-1/+1
* treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld2022-10-121-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-08-261-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-101-9/+9
* net, neigh: Set lower cap for neigh_managed_work rearmingDaniel Borkmann2022-05-261-1/+1
* memcg: accounting for objects allocated for new netdeviceVasily Averin2022-05-051-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-031-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-091-2/+1
* | net: add net device refcount tracker to struct neigh_parmsEric Dumazet2021-12-071-3/+3
* | net: add net device refcount tracker to struct pneigh_entryEric Dumazet2021-12-071-4/+4
* | net: add net device refcount tracker to struct neighbourEric Dumazet2021-12-071-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-151-3/+8
* net, neigh: Use NLA_POLICY_MASK helper for NDA_FLAGS_EXT attributeDaniel Borkmann2021-10-151-5/+1
* net, neigh: Add build-time assertion to avoid neigh->flags overflowDaniel Borkmann2021-10-151-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-111-0/+7
* net: Remove redundant if statementsYajun Deng2021-08-051-10/+5