| Commit message (Expand) | Author | Age | Files | Lines |
* | net: Remove the now superfluous sentinel elements from ctl_table array | Joel Granados | 2024-05-03 | 1 | -4/+1 |
* | neighbour: fix neigh_master_filtered() | Eric Dumazet | 2024-04-24 | 1 | -1/+1 |
* | neighbour: no longer hold RTNL in neigh_dump_info() | Eric Dumazet | 2024-04-19 | 1 | -4/+5 |
* | neighbour: fix neigh_dump_info() return value | Eric Dumazet | 2024-04-19 | 1 | -18/+13 |
* | neighbour: add RCU protection to neigh_tables[] | Eric Dumazet | 2024-04-19 | 1 | -11/+19 |
* | neighbour: guarantee the localhost connections be established successfully ev... | Zheng Li | 2024-04-18 | 1 | -1/+3 |
* | neighbour: Don't let neigh_forced_gc() disable preemption for long | Judy Hsiao | 2023-12-08 | 1 | -1/+8 |
* | neighbour: fix various data-races | Eric Dumazet | 2023-10-21 | 1 | -32/+35 |
* | neighbour: fix data-races around n->output | Eric Dumazet | 2023-10-01 | 1 | -5/+5 |
* | net: fix possible store tearing in neigh_periodic_work() | Eric Dumazet | 2023-10-01 | 1 | -1/+3 |
* | networking: Update to register_net_sysctl_sz | Joel Granados | 2023-08-16 | 1 | -2/+6 |
* | neighbour: switch to standard rcu, instead of rcu_bh | Eric Dumazet | 2023-03-22 | 1 | -32/+32 |
* | neighbour: annotate lockless accesses to n->nud_state | Eric Dumazet | 2023-03-15 | 1 | -14/+14 |
* | neighbour: delete neigh_lookup_nodev as not used | Leon Romanovsky | 2023-03-10 | 1 | -31/+0 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2023-02-09 | 1 | -3/+15 |
|\ |
|
| * | neigh: make sure used and confirmed times are valid | Julian Anastasov | 2023-02-06 | 1 | -3/+15 |
* | | neighbor: fix proxy_delay usage when it is zero | Brian Haley | 2023-02-02 | 1 | -2/+12 |
|/ |
|
* | Merge tag 'random-6.2-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2022-12-13 | 1 | -2/+2 |
|\ |
|
| * | treewide: use get_random_u32_below() instead of deprecated function | Jason A. Donenfeld | 2022-11-18 | 1 | -2/+2 |
* | | net: neigh: decrement the family specific qlen | Thomas Zeitlhofer | 2022-11-18 | 1 | -28/+30 |
|/ |
|
* | net, neigh: Fix null-ptr-deref in neigh_table_clear() | Chen Zhongjin | 2022-11-03 | 1 | -1/+1 |
* | treewide: use prandom_u32_max() when possible, part 1 | Jason A. Donenfeld | 2022-10-12 | 1 | -1/+1 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2022-08-26 | 1 | -3/+9 |
|\ |
|
| * | net: neigh: don't call kfree_skb() under spin_lock_irqsave() | Yang Yingliang | 2022-08-24 | 1 | -3/+9 |
* | | Remove DECnet support from kernel | Stephen Hemminger | 2022-08-22 | 1 | -3/+0 |
|/ |
|
* | neighbour: make proxy_queue.qlen limit per-device | Alexander Mikhalitsyn | 2022-08-15 | 1 | -3/+22 |
* | neigh: fix possible DoS due to net iface start/stop loop | Denis V. Lunev | 2022-08-15 | 1 | -8/+17 |
* | net, neigh: introduce interval_probe_time_ms for periodic probe | Yuwei Wang | 2022-06-30 | 1 | -2/+30 |
* | net: rename reference+tracking helpers | Jakub Kicinski | 2022-06-10 | 1 | -9/+9 |
* | net, neigh: Set lower cap for neigh_managed_work rearming | Daniel Borkmann | 2022-05-26 | 1 | -1/+1 |
* | memcg: accounting for objects allocated for new netdevice | Vasily Averin | 2022-05-05 | 1 | -1/+1 |
* | net: neigh: use kfree_skb_reason() for __neigh_event_send() | Menglong Dong | 2022-02-26 | 1 | -3/+3 |
* | net, neigh: Do not trigger immediate probes on NUD_FAILED from neigh_managed_... | Daniel Borkmann | 2022-02-03 | 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-09 | 1 | -2/+1 |
* | | net: add net device refcount tracker to struct neigh_parms | Eric Dumazet | 2021-12-07 | 1 | -3/+3 |
* | | net: add net device refcount tracker to struct pneigh_entry | Eric Dumazet | 2021-12-07 | 1 | -4/+4 |
* | | net: add net device refcount tracker to struct neighbour | Eric Dumazet | 2021-12-07 | 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-15 | 1 | -3/+8 |
* | net, neigh: Use NLA_POLICY_MASK helper for NDA_FLAGS_EXT attribute | Daniel Borkmann | 2021-10-15 | 1 | -5/+1 |
* | net, neigh: Add build-time assertion to avoid neigh->flags overflow | Daniel Borkmann | 2021-10-15 | 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-11 | 1 | -0/+7 |
* | net: Remove redundant if statements | Yajun Deng | 2021-08-05 | 1 | -10/+5 |