summaryrefslogtreecommitdiffstats
path: root/net/core/neighbour.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* net: Exempt multicast addresses from five-second neighbor lifetimeJeff Dike2020-11-131-0/+2
* net: neighbor: add fdb extended attributeNikolay Aleksandrov2020-06-241-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-05-311-2/+2
|\
| * neigh: fix ARP retransmit timer guardHangbin Liu2020-05-291-2/+2
* | vxlan: ecmp support for mac fdb entriesRoopa Prabhu2020-05-221-0/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-05-061-3/+3
|\|
| * neigh: send protocol value in neighbor create notificationRoman Mashak2020-05-051-3/+3
* | sysctl: pass kernel pointers to ->proc_handlerChristoph Hellwig2020-04-271-15/+13
|/
* neigh: support smaller retrans_time setttingHangbin Liu2020-04-021-4/+6
* net: neigh: remove unused NEIGH_SYSCTL_MS_JIFFIES_ENTRYLi RongQing2020-02-201-3/+0
* neigh_stat_seq_next() should increase position indexVasily Averin2020-01-241-0/+1
* neighbour: remove neigh_cleanup() methodEric Dumazet2019-12-091-3/+0
* net: add annotations on hh->hh_len lockless accessesEric Dumazet2019-11-071-2/+2
* net: neigh: use long type to store jiffies deltaEric Dumazet2019-11-061-2/+2
* net: neigh: remove redundant assignment to variable bucketColin Ian King2019-07-271-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-07-191-0/+2
|\
| * net: neigh: fix multiple neigh timer schedulingLorenzo Bianconi2019-07-151-0/+2
* | proc/sysctl: add shared variables for range checkMatteo Croce2019-07-181-11/+9
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-171-0/+7
|\
| * neigh: fix use-after-free read in pneigh_get_nextEric Dumazet2019-06-161-0/+7
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-071-5/+1
|\|
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
* | neighbor: Add tracepoint to __neigh_createDavid Ahern2019-05-221-0/+2
|/