summaryrefslogtreecommitdiffstats
path: root/net/core/neighbour.c
AgeCommit message (Expand)AuthorFilesLines
2022-05-25net, neigh: Set lower cap for neigh_managed_work rearmingDaniel Borkmann1-1/+1
2022-05-04memcg: 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-02net, 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-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+1
2021-12-08net, neigh: clear whole pneigh_entry at alloc timeEric Dumazet1-2/+1
2021-12-06net: add net device refcount tracker to struct neigh_parmsEric Dumazet1-3/+3
2021-12-06net: add net device refcount tracker to struct pneigh_entryEric Dumazet1-4/+4
2021-12-06net: 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-14net, neigh: Reject creating NUD_PERMANENT with NTF_MANAGED entriesDaniel Borkmann1-3/+8
2021-10-14net, neigh: Use NLA_POLICY_MASK helper for NDA_FLAGS_EXT attributeDaniel Borkmann1-5/+1
2021-10-14net, 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-10net: 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-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+1
2021-06-07neighbour: allow NUD_NOARP entries to be forced GCedDavid Ahern1-0/+1
2021-05-10neighbour: Remove redundant initialization of 'bucket'Yang Li1-1/+1
2021-04-21neighbour: Prevent Race condition in neighbour subsytemChinmay Agarwal1-0/+4
2021-03-31neighbour: Disregard DEAD dst in neigh_updateTong Zhu1-1/+1
2021-02-02Merge 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-15neighbor: remove definition of DEBUGTom Rix1-1/+0
2020-12-28net: neighbor: fix a crash caused by mod zeroweichenchen1-4/+2
2020-11-13net: Exempt multicast addresses from five-second neighbor lifetimeJeff Dike1-0/+2
2020-06-24net: neighbor: add fdb extended attributeNikolay Aleksandrov1-0/+1
2020-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-2/+2
2020-05-29neigh: fix ARP retransmit timer guardHangbin Liu1-2/+2
2020-05-22vxlan: ecmp support for mac fdb entriesRoopa Prabhu1-0/+2
2020-05-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-3/+3
2020-05-05neigh: send protocol value in neighbor create notificationRoman Mashak1-3/+3
2020-04-27sysctl: pass kernel pointers to ->proc_handlerChristoph Hellwig1-15/+13
2020-04-02neigh: support smaller retrans_time setttingHangbin Liu1-4/+6
2020-02-20net: neigh: remove unused NEIGH_SYSCTL_MS_JIFFIES_ENTRYLi RongQing1-3/+0
2020-01-24neigh_stat_seq_next() should increase position indexVasily Averin1-0/+1
2019-12-09neighbour: remove neigh_cleanup() methodEric Dumazet1-3/+0
2019-11-07net: add annotations on hh->hh_len lockless accessesEric Dumazet1-2/+2
2019-11-06net: neigh: use long type to store jiffies deltaEric Dumazet1-2/+2
2019-07-27net: neigh: remove redundant assignment to variable bucketColin Ian King1-1/+1
2019-07-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-0/+2
2019-07-18proc/sysctl: add shared variables for range checkMatteo Croce1-11/+9
2019-07-15net: neigh: fix multiple neigh timer schedulingLorenzo Bianconi1-0/+2
2019-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+7