| Commit message (Expand) | Author | Age | Files | Lines |
* | net, neigh: Do not trigger immediate probes on NUD_FAILED from neigh_managed_... | Daniel Borkmann | 2022-02-02 | 1 | -6/+12 |
* | proc: remove PDE_DATA() completely | Muchun Song | 2022-01-22 | 1 | -3/+3 |
* | net: Enable neighbor sysctls that is save for userns root | xu xin | 2021-12-12 | 1 | -4/+0 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2021-12-09 | 1 | -2/+1 |
|\ |
|
| * | net, neigh: clear whole pneigh_entry at alloc time | Eric Dumazet | 2021-12-08 | 1 | -2/+1 |
* | | net: add net device refcount tracker to struct neigh_parms | Eric Dumazet | 2021-12-06 | 1 | -3/+3 |
* | | net: add net device refcount tracker to struct pneigh_entry | Eric Dumazet | 2021-12-06 | 1 | -4/+4 |
* | | net: add net device refcount tracker to struct neighbour | Eric Dumazet | 2021-12-06 | 1 | -2/+2 |
|/ |
|
* | net, neigh: Fix crash in v6 module initialization error path | Daniel Borkmann | 2021-11-22 | 1 | -0/+1 |
* | net, neigh: Reject creating NUD_PERMANENT with NTF_MANAGED entries | Daniel Borkmann | 2021-10-14 | 1 | -3/+8 |
* | net, neigh: Use NLA_POLICY_MASK helper for NDA_FLAGS_EXT attribute | Daniel Borkmann | 2021-10-14 | 1 | -5/+1 |
* | net, neigh: Add build-time assertion to avoid neigh->flags overflow | Daniel Borkmann | 2021-10-14 | 1 | -0/+3 |
* | net, neigh: Add NTF_MANAGED flag for managed neighbor entries | Daniel Borkmann | 2021-10-12 | 1 | -30/+83 |
* | net, neigh: Extend neigh->flags to 32 bit to allow for extensions | Roopa Prabhu | 2021-10-12 | 1 | -15/+40 |
* | net, neigh: Enable state migration between NUD_PERMANENT and NTF_USE | Daniel Borkmann | 2021-10-12 | 1 | -9/+13 |
* | net, neigh: Fix NTF_EXT_LEARNED in combination with NTF_USE | Daniel Borkmann | 2021-10-12 | 1 | -12/+14 |
* | net: Support filtering interfaces on no master | Lahav Schlesinger | 2021-08-10 | 1 | -0/+7 |
* | net: Remove redundant if statements | Yajun Deng | 2021-08-05 | 1 | -10/+5 |
* | net: Keep vertical alignment | Yajun Deng | 2021-08-03 | 1 | -3/+4 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2021-06-18 | 1 | -0/+1 |
|\ |
|
| * | neighbour: allow NUD_NOARP entries to be forced GCed | David Ahern | 2021-06-07 | 1 | -0/+1 |
* | | neighbour: Remove redundant initialization of 'bucket' | Yang Li | 2021-05-10 | 1 | -1/+1 |
|/ |
|
* | neighbour: Prevent Race condition in neighbour subsytem | Chinmay Agarwal | 2021-04-21 | 1 | -0/+4 |
* | neighbour: Disregard DEAD dst in neigh_update | Tong Zhu | 2021-03-31 | 1 | -1/+1 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2021-02-02 | 1 | -3/+4 |
|\ |
|
| * | neighbour: Prevent a dead entry from updating gc_list | Chinmay Agarwal | 2021-01-30 | 1 | -3/+4 |
* | | neighbor: remove definition of DEBUG | Tom Rix | 2021-01-15 | 1 | -1/+0 |
|/ |
|
* | net: neighbor: fix a crash caused by mod zero | weichenchen | 2020-12-28 | 1 | -4/+2 |
* | net: Exempt multicast addresses from five-second neighbor lifetime | Jeff Dike | 2020-11-13 | 1 | -0/+2 |
* | net: neighbor: add fdb extended attribute | Nikolay Aleksandrov | 2020-06-24 | 1 | -0/+1 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 2020-05-31 | 1 | -2/+2 |
|\ |
|
| * | neigh: fix ARP retransmit timer guard | Hangbin Liu | 2020-05-29 | 1 | -2/+2 |
* | | vxlan: ecmp support for mac fdb entries | Roopa Prabhu | 2020-05-22 | 1 | -0/+2 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 2020-05-06 | 1 | -3/+3 |
|\| |
|
| * | neigh: send protocol value in neighbor create notification | Roman Mashak | 2020-05-05 | 1 | -3/+3 |
* | | sysctl: pass kernel pointers to ->proc_handler | Christoph Hellwig | 2020-04-27 | 1 | -15/+13 |
|/ |
|
* | neigh: support smaller retrans_time settting | Hangbin Liu | 2020-04-02 | 1 | -4/+6 |
* | net: neigh: remove unused NEIGH_SYSCTL_MS_JIFFIES_ENTRY | Li RongQing | 2020-02-20 | 1 | -3/+0 |
* | neigh_stat_seq_next() should increase position index | Vasily Averin | 2020-01-24 | 1 | -0/+1 |
* | neighbour: remove neigh_cleanup() method | Eric Dumazet | 2019-12-09 | 1 | -3/+0 |
* | net: add annotations on hh->hh_len lockless accesses | Eric Dumazet | 2019-11-07 | 1 | -2/+2 |
* | net: neigh: use long type to store jiffies delta | Eric Dumazet | 2019-11-06 | 1 | -2/+2 |
* | net: neigh: remove redundant assignment to variable bucket | Colin Ian King | 2019-07-27 | 1 | -1/+1 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2019-07-19 | 1 | -0/+2 |
|\ |
|
| * | net: neigh: fix multiple neigh timer scheduling | Lorenzo Bianconi | 2019-07-15 | 1 | -0/+2 |
* | | proc/sysctl: add shared variables for range check | Matteo Croce | 2019-07-18 | 1 | -11/+9 |
|/ |
|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2019-06-17 | 1 | -0/+7 |
|\ |
|
| * | neigh: fix use-after-free read in pneigh_get_next | Eric Dumazet | 2019-06-16 | 1 | -0/+7 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2019-06-07 | 1 | -5/+1 |
|\| |
|
| * | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 | Thomas Gleixner | 2019-05-30 | 1 | -5/+1 |