summaryrefslogtreecommitdiff
path: root/net/core/neighbour.c
AgeCommit message (Expand)AuthorFilesLines
2023-02-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-3/+15
2023-02-06neigh: make sure used and confirmed times are validJulian Anastasov1-3/+15
2023-02-02neighbor: fix proxy_delay usage when it is zeroBrian Haley1-2/+12
2022-12-13Merge tag 'random-6.2-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-2/+2
2022-11-18net: neigh: decrement the family specific qlenThomas Zeitlhofer1-28/+30
2022-11-18treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld1-2/+2
2022-11-03net, neigh: Fix null-ptr-deref in neigh_table_clear()Chen Zhongjin1-1/+1
2022-10-12treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld1-1/+1
2022-08-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-3/+9
2022-08-24net: neigh: don't call kfree_skb() under spin_lock_irqsave()Yang Yingliang1-3/+9
2022-08-22Remove DECnet support from kernelStephen Hemminger1-3/+0
2022-08-15neighbour: make proxy_queue.qlen limit per-deviceAlexander Mikhalitsyn1-3/+22
2022-08-15neigh: fix possible DoS due to net iface start/stop loopDenis V. Lunev1-8/+17
2022-06-30net, neigh: introduce interval_probe_time_ms for periodic probeYuwei Wang1-2/+30
2022-06-10net: rename reference+tracking helpersJakub Kicinski1-9/+9
2022-05-26net, neigh: Set lower cap for neigh_managed_work rearmingDaniel Borkmann1-1/+1
2022-05-05memcg: accounting for objects allocated for new netdeviceVasily Averin1-1/+1
2022-02-26net: neigh: use kfree_skb_reason() for __neigh_event_send()Menglong Dong1-3/+3
2022-02-03net, neigh: Do not trigger immediate probes on NUD_FAILED from neigh_managed_...Daniel Borkmann1-6/+12
2022-01-22proc: remove PDE_DATA() completelyMuchun Song1-3/+3
2021-12-12net: Enable neighbor sysctls that is save for userns rootxu xin1-4/+0
2021-12-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+1
2021-12-09net, neigh: clear whole pneigh_entry at alloc timeEric Dumazet1-2/+1
2021-12-07net: add net device refcount tracker to struct neigh_parmsEric Dumazet1-3/+3
2021-12-07net: add net device refcount tracker to struct pneigh_entryEric Dumazet1-4/+4
2021-12-07net: add net device refcount tracker to struct neighbourEric Dumazet1-2/+2
2021-11-22net, neigh: Fix crash in v6 module initialization error pathDaniel Borkmann1-0/+1
2021-10-15net, neigh: Reject creating NUD_PERMANENT with NTF_MANAGED entriesDaniel Borkmann1-3/+8
2021-10-15net, neigh: Use NLA_POLICY_MASK helper for NDA_FLAGS_EXT attributeDaniel Borkmann1-5/+1
2021-10-15net, neigh: Add build-time assertion to avoid neigh->flags overflowDaniel Borkmann1-0/+3
2021-10-12net, neigh: Add NTF_MANAGED flag for managed neighbor entriesDaniel Borkmann1-30/+83
2021-10-12net, neigh: Extend neigh->flags to 32 bit to allow for extensionsRoopa Prabhu1-15/+40
2021-10-12net, neigh: Enable state migration between NUD_PERMANENT and NTF_USEDaniel Borkmann1-9/+13
2021-10-12net, neigh: Fix NTF_EXT_LEARNED in combination with NTF_USEDaniel Borkmann1-12/+14
2021-08-11net: Support filtering interfaces on no masterLahav Schlesinger1-0/+7
2021-08-05net: Remove redundant if statementsYajun Deng1-10/+5
2021-08-03net: Keep vertical alignmentYajun Deng1-3/+4
2021-06-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+1
2021-06-08neighbour: allow NUD_NOARP entries to be forced GCedDavid Ahern1-0/+1
2021-05-11neighbour: Remove redundant initialization of 'bucket'Yang Li1-1/+1
2021-04-22neighbour: Prevent Race condition in neighbour subsytemChinmay Agarwal1-0/+4
2021-04-01neighbour: Disregard DEAD dst in neigh_updateTong Zhu1-1/+1
2021-02-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-3/+4
2021-01-30neighbour: Prevent a dead entry from updating gc_listChinmay Agarwal1-3/+4
2021-01-16neighbor: remove definition of DEBUGTom Rix1-1/+0
2020-12-29net: neighbor: fix a crash caused by mod zeroweichenchen1-4/+2
2020-11-14net: Exempt multicast addresses from five-second neighbor lifetimeJeff Dike1-0/+2
2020-06-25net: neighbor: add fdb extended attributeNikolay Aleksandrov1-0/+1
2020-06-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-2/+2
2020-05-30neigh: fix ARP retransmit timer guardHangbin Liu1-2/+2