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