Age | Commit message (Expand) | Author | Files | Lines |
2023-02-09 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -3/+15 |
2023-02-06 | neigh: make sure used and confirmed times are valid | Julian Anastasov | 1 | -3/+15 |
2023-02-02 | neighbor: fix proxy_delay usage when it is zero | Brian Haley | 1 | -2/+12 |
2022-12-13 | Merge tag 'random-6.2-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -2/+2 |
2022-11-18 | net: neigh: decrement the family specific qlen | Thomas Zeitlhofer | 1 | -28/+30 |
2022-11-18 | treewide: use get_random_u32_below() instead of deprecated function | Jason A. Donenfeld | 1 | -2/+2 |
2022-11-03 | net, neigh: Fix null-ptr-deref in neigh_table_clear() | Chen Zhongjin | 1 | -1/+1 |
2022-10-12 | treewide: use prandom_u32_max() when possible, part 1 | Jason A. Donenfeld | 1 | -1/+1 |
2022-08-26 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -3/+9 |
2022-08-24 | net: neigh: don't call kfree_skb() under spin_lock_irqsave() | Yang Yingliang | 1 | -3/+9 |
2022-08-22 | Remove DECnet support from kernel | Stephen Hemminger | 1 | -3/+0 |
2022-08-15 | neighbour: make proxy_queue.qlen limit per-device | Alexander Mikhalitsyn | 1 | -3/+22 |
2022-08-15 | neigh: fix possible DoS due to net iface start/stop loop | Denis V. Lunev | 1 | -8/+17 |
2022-06-30 | net, neigh: introduce interval_probe_time_ms for periodic probe | Yuwei Wang | 1 | -2/+30 |
2022-06-10 | net: rename reference+tracking helpers | Jakub Kicinski | 1 | -9/+9 |
2022-05-26 | net, neigh: Set lower cap for neigh_managed_work rearming | Daniel Borkmann | 1 | -1/+1 |
2022-05-05 | memcg: accounting for objects allocated for new netdevice | Vasily Averin | 1 | -1/+1 |
2022-02-26 | net: neigh: use kfree_skb_reason() for __neigh_event_send() | Menglong Dong | 1 | -3/+3 |
2022-02-03 | net, neigh: Do not trigger immediate probes on NUD_FAILED from neigh_managed_... | Daniel Borkmann | 1 | -6/+12 |
2022-01-22 | proc: remove PDE_DATA() completely | Muchun Song | 1 | -3/+3 |
2021-12-12 | net: Enable neighbor sysctls that is save for userns root | xu xin | 1 | -4/+0 |
2021-12-10 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -2/+1 |
2021-12-09 | net, neigh: clear whole pneigh_entry at alloc time | Eric Dumazet | 1 | -2/+1 |
2021-12-07 | net: add net device refcount tracker to struct neigh_parms | Eric Dumazet | 1 | -3/+3 |
2021-12-07 | net: add net device refcount tracker to struct pneigh_entry | Eric Dumazet | 1 | -4/+4 |
2021-12-07 | net: add net device refcount tracker to struct neighbour | Eric Dumazet | 1 | -2/+2 |
2021-11-22 | net, neigh: Fix crash in v6 module initialization error path | Daniel Borkmann | 1 | -0/+1 |
2021-10-15 | net, neigh: Reject creating NUD_PERMANENT with NTF_MANAGED entries | Daniel Borkmann | 1 | -3/+8 |
2021-10-15 | net, neigh: Use NLA_POLICY_MASK helper for NDA_FLAGS_EXT attribute | Daniel Borkmann | 1 | -5/+1 |
2021-10-15 | net, neigh: Add build-time assertion to avoid neigh->flags overflow | Daniel Borkmann | 1 | -0/+3 |
2021-10-12 | net, neigh: Add NTF_MANAGED flag for managed neighbor entries | Daniel Borkmann | 1 | -30/+83 |
2021-10-12 | net, neigh: Extend neigh->flags to 32 bit to allow for extensions | Roopa Prabhu | 1 | -15/+40 |
2021-10-12 | net, neigh: Enable state migration between NUD_PERMANENT and NTF_USE | Daniel Borkmann | 1 | -9/+13 |
2021-10-12 | net, neigh: Fix NTF_EXT_LEARNED in combination with NTF_USE | Daniel Borkmann | 1 | -12/+14 |
2021-08-11 | net: Support filtering interfaces on no master | Lahav Schlesinger | 1 | -0/+7 |
2021-08-05 | net: Remove redundant if statements | Yajun Deng | 1 | -10/+5 |
2021-08-03 | net: Keep vertical alignment | Yajun Deng | 1 | -3/+4 |
2021-06-19 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -0/+1 |
2021-06-08 | neighbour: allow NUD_NOARP entries to be forced GCed | David Ahern | 1 | -0/+1 |
2021-05-11 | neighbour: Remove redundant initialization of 'bucket' | Yang Li | 1 | -1/+1 |
2021-04-22 | neighbour: Prevent Race condition in neighbour subsytem | Chinmay Agarwal | 1 | -0/+4 |
2021-04-01 | neighbour: Disregard DEAD dst in neigh_update | Tong Zhu | 1 | -1/+1 |
2021-02-03 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -3/+4 |
2021-01-30 | neighbour: Prevent a dead entry from updating gc_list | Chinmay Agarwal | 1 | -3/+4 |
2021-01-16 | neighbor: remove definition of DEBUG | Tom Rix | 1 | -1/+0 |
2020-12-29 | net: neighbor: fix a crash caused by mod zero | weichenchen | 1 | -4/+2 |
2020-11-14 | net: Exempt multicast addresses from five-second neighbor lifetime | Jeff Dike | 1 | -0/+2 |
2020-06-25 | net: neighbor: add fdb extended attribute | Nikolay Aleksandrov | 1 | -0/+1 |
2020-06-01 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 1 | -2/+2 |
2020-05-30 | neigh: fix ARP retransmit timer guard | Hangbin Liu | 1 | -2/+2 |