Age | Commit message (Expand) | Author | Files | Lines |
2022-11-18 | net: neigh: decrement the family specific qlen | Thomas Zeitlhofer | 1 | -1/+1 |
2022-09-26 | neighbour: Remove unused inline function neigh_key_eq16() | Gaosheng Cui | 1 | -5/+0 |
2022-08-15 | neighbour: make proxy_queue.qlen limit per-device | Alexander Mikhalitsyn | 1 | -0/+1 |
2022-06-30 | net, neigh: introduce interval_probe_time_ms for periodic probe | Yuwei Wang | 1 | -0/+1 |
2022-02-03 | net, neigh: Do not trigger immediate probes on NUD_FAILED from neigh_managed_... | Daniel Borkmann | 1 | -5/+13 |
2021-12-07 | net: add net device refcount tracker to struct neigh_parms | Eric Dumazet | 1 | -0/+1 |
2021-12-07 | net: add net device refcount tracker to struct pneigh_entry | Eric Dumazet | 1 | -0/+1 |
2021-12-07 | net: add net device refcount tracker to struct neighbour | Eric Dumazet | 1 | -0/+1 |
2021-11-23 | neigh: introduce neigh_confirm() helper function | Yajun Deng | 1 | -0/+11 |
2021-10-26 | net: annotate data-race in neigh_output() | Eric Dumazet | 1 | -3/+8 |
2021-10-12 | net, neigh: Add NTF_MANAGED flag for managed neighbor entries | Daniel Borkmann | 1 | -7/+14 |
2021-10-12 | net, neigh: Extend neigh->flags to 32 bit to allow for extensions | Roopa Prabhu | 1 | -5/+9 |
2021-10-12 | net, neigh: Enable state migration between NUD_PERMANENT and NTF_USE | Daniel Borkmann | 1 | -0/+1 |
2020-11-14 | net: Exempt multicast addresses from five-second neighbor lifetime | Jeff Dike | 1 | -0/+1 |
2020-06-08 | net/sysctl: remove leftover __user annotations on neigh_proc_dointvec* | Christoph Hellwig | 1 | -4/+3 |
2020-03-01 | neighbour: Replace zero-length array with flexible-array member | Gustavo A. R. Silva | 1 | -1/+1 |
2019-12-09 | neighbour: remove neigh_cleanup() method | Eric Dumazet | 1 | -1/+0 |
2019-11-09 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 1 | -2/+2 |
2019-11-09 | net: fix data-race in neigh_event_send() | Eric Dumazet | 1 | -2/+2 |
2019-11-08 | net: add annotations on hh->hh_len lockless accesses | Eric Dumazet | 1 | -1/+1 |
2019-04-18 | net ipv6: Prevent neighbor add if protocol is disabled on device | David Ahern | 1 | -0/+2 |
2019-04-09 | neighbor: Add skip_cache argument to neigh_output | David Ahern | 1 | -2/+3 |
2018-12-20 | neighbour: register rtnl doit handler | Roopa Prabhu | 1 | -0/+1 |
2018-12-16 | neighbor: Add protocol attribute | David Ahern | 1 | -0/+2 |
2018-12-15 | neighbor: Improve neighbour struct layout | David Ahern | 1 | -2/+2 |
2018-12-15 | neighbor: Move neigh_update_ext_learned to core file | David Ahern | 1 | -18/+0 |
2018-12-10 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -5/+23 |
2018-12-08 | neighbour: Avoid writing before skb->head in neigh_hh_output() | Stefano Brivio | 1 | -5/+23 |
2018-12-08 | neighbor: Improve garbage collection | David Ahern | 1 | -0/+3 |
2018-10-12 | net: Evict neighbor entries on carrier down | David Ahern | 1 | -0/+1 |
2018-09-24 | neighbour: send netlink notification if NTF_ROUTER changes | Roopa Prabhu | 1 | -0/+15 |
2018-04-25 | neighbour: support for NTF_EXT_LEARNED flag | Roopa Prabhu | 1 | -1/+18 |
2017-11-04 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -0/+1 |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 1 | -0/+1 |
2017-09-26 | neigh: make strucrt neigh_table::entry_size unsigned int | Alexey Dobriyan | 1 | -1/+1 |
2017-09-26 | neigh: make struct neigh_table::entry_size unsigned int | Alexey Dobriyan | 1 | -1/+1 |
2017-07-19 | Merge tag 'gcc-plugins-v4.13-rc2' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -1/+1 |
2017-07-01 | net: convert neigh_params.refcnt from atomic_t to refcount_t | Reshetova, Elena | 1 | -3/+3 |
2017-07-01 | net: convert neighbour.refcnt from atomic_t to refcount_t | Reshetova, Elena | 1 | -4/+5 |
2017-06-30 | randstruct: Mark various structs for randomization | Kees Cook | 1 | -1/+1 |
2017-06-05 | neigh: Really delete an arp/neigh entry on "ip neigh delete" or "arp -d" | Sowmini Varadhan | 1 | -0/+1 |
2017-04-12 | net: neigh: make ->hh_len 32-bit | Alexey Dobriyan | 1 | -2/+2 |
2017-03-22 | neighbour: fix nlmsg_pid in notifications | Roopa Prabhu | 1 | -1/+2 |
2017-02-12 | net: rename dst_neigh_output back to neigh_output | Julian Anastasov | 1 | -0/+10 |
2015-08-10 | net: add explicit logging and stat for neighbour table overflow | Rick Jones | 1 | -0/+1 |
2015-03-21 | net: neighbour: Add mcast_resolicit to configure the number of multicast reso... | YOSHIFUJI Hideaki/吉藤英明 | 1 | -0/+1 |
2015-03-12 | net: Introduce possible_net_t | Eric W. Biederman | 1 | -6/+2 |
2015-03-09 | neigh: Use neigh table index for neigh_packet_xmit | Eric W. Biederman | 1 | -0/+1 |
2015-03-04 | neigh: Add helper function neigh_xmit | Eric W. Biederman | 1 | -0/+3 |
2015-03-04 | neigh: Factor out ___neigh_lookup_noref | Eric W. Biederman | 1 | -0/+52 |