| Commit message (Expand) | Author | Age | Files | Lines |
* | net: Exempt multicast addresses from five-second neighbor lifetime | Jeff Dike | 2020-11-13 | 1 | -0/+1 |
* | net/sysctl: remove leftover __user annotations on neigh_proc_dointvec* | Christoph Hellwig | 2020-06-08 | 1 | -4/+3 |
* | neighbour: Replace zero-length array with flexible-array member | Gustavo A. R. Silva | 2020-03-01 | 1 | -1/+1 |
* | neighbour: remove neigh_cleanup() method | Eric Dumazet | 2019-12-09 | 1 | -1/+0 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 2019-11-09 | 1 | -2/+2 |
|\ |
|
| * | net: fix data-race in neigh_event_send() | Eric Dumazet | 2019-11-08 | 1 | -2/+2 |
* | | net: add annotations on hh->hh_len lockless accesses | Eric Dumazet | 2019-11-08 | 1 | -1/+1 |
|/ |
|
* | net ipv6: Prevent neighbor add if protocol is disabled on device | David Ahern | 2019-04-18 | 1 | -0/+2 |
* | neighbor: Add skip_cache argument to neigh_output | David Ahern | 2019-04-09 | 1 | -2/+3 |
* | neighbour: register rtnl doit handler | Roopa Prabhu | 2018-12-19 | 1 | -0/+1 |
* | neighbor: Add protocol attribute | David Ahern | 2018-12-16 | 1 | -0/+2 |
* | neighbor: Improve neighbour struct layout | David Ahern | 2018-12-15 | 1 | -2/+2 |
* | neighbor: Move neigh_update_ext_learned to core file | David Ahern | 2018-12-15 | 1 | -18/+0 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2018-12-10 | 1 | -5/+23 |
|\ |
|
| * | neighbour: Avoid writing before skb->head in neigh_hh_output() | Stefano Brivio | 2018-12-08 | 1 | -5/+23 |
* | | neighbor: Improve garbage collection | David Ahern | 2018-12-08 | 1 | -0/+3 |
|/ |
|
* | net: Evict neighbor entries on carrier down | David Ahern | 2018-10-12 | 1 | -0/+1 |
* | neighbour: send netlink notification if NTF_ROUTER changes | Roopa Prabhu | 2018-09-24 | 1 | -0/+15 |
* | neighbour: support for NTF_EXT_LEARNED flag | Roopa Prabhu | 2018-04-25 | 1 | -1/+18 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2017-11-04 | 1 | -0/+1 |
|\ |
|
| * | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 2017-11-02 | 1 | -0/+1 |
* | | neigh: make strucrt neigh_table::entry_size unsigned int | Alexey Dobriyan | 2017-09-26 | 1 | -1/+1 |
* | | neigh: make struct neigh_table::entry_size unsigned int | Alexey Dobriyan | 2017-09-26 | 1 | -1/+1 |
|/ |
|
* | Merge tag 'gcc-plugins-v4.13-rc2' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2017-07-19 | 1 | -1/+1 |
|\ |
|
| * | randstruct: Mark various structs for randomization | Kees Cook | 2017-06-30 | 1 | -1/+1 |
* | | net: convert neigh_params.refcnt from atomic_t to refcount_t | Reshetova, Elena | 2017-07-01 | 1 | -3/+3 |
* | | net: convert neighbour.refcnt from atomic_t to refcount_t | Reshetova, Elena | 2017-07-01 | 1 | -4/+5 |
* | | neigh: Really delete an arp/neigh entry on "ip neigh delete" or "arp -d" | Sowmini Varadhan | 2017-06-05 | 1 | -0/+1 |
|/ |
|
* | net: neigh: make ->hh_len 32-bit | Alexey Dobriyan | 2017-04-12 | 1 | -2/+2 |
* | neighbour: fix nlmsg_pid in notifications | Roopa Prabhu | 2017-03-22 | 1 | -1/+2 |
* | net: rename dst_neigh_output back to neigh_output | Julian Anastasov | 2017-02-12 | 1 | -0/+10 |
* | net: add explicit logging and stat for neighbour table overflow | Rick Jones | 2015-08-10 | 1 | -0/+1 |
* | net: neighbour: Add mcast_resolicit to configure the number of multicast reso... | YOSHIFUJI Hideaki/吉藤英明 | 2015-03-21 | 1 | -0/+1 |
* | net: Introduce possible_net_t | Eric W. Biederman | 2015-03-12 | 1 | -6/+2 |
* | neigh: Use neigh table index for neigh_packet_xmit | Eric W. Biederman | 2015-03-09 | 1 | -0/+1 |
* | neigh: Add helper function neigh_xmit | Eric W. Biederman | 2015-03-04 | 1 | -0/+3 |
* | neigh: Factor out ___neigh_lookup_noref | Eric W. Biederman | 2015-03-04 | 1 | -0/+52 |
* | neigh: Don't require dst in neigh_hh_init | Eric W. Biederman | 2015-03-02 | 1 | -0/+1 |
* | neigh: Move neigh_compat_output into ax25_ip.c | Eric W. Biederman | 2015-03-02 | 1 | -1/+0 |
* | neigh: remove next ptr from struct neigh_table | Nicolas Dichtel | 2014-12-26 | 1 | -1/+0 |
* | neigh: remove dynamic neigh table registration support | WANG Cong | 2014-11-11 | 1 | -2/+9 |
* | neigh: optimize neigh_parms_release() | Nicolas Dichtel | 2014-10-29 | 1 | -1/+2 |
* | netfilter: bridge: move br_netfilter out of the core | Pablo Neira Ayuso | 2014-09-26 | 1 | -1/+1 |
* | neigh: sysctl - simplify address calculation of gc_* variables | Mathias Krause | 2014-07-14 | 1 | -1/+0 |
* | neigh: use NEIGH_VAR_INIT in ndo_neigh_setup functions. | Jiri Pirko | 2014-01-16 | 1 | -0/+5 |
* | ipv6: router reachability probing | Jiri Benc | 2013-12-11 | 1 | -0/+1 |
* | neigh: restore old behaviour of default parms values | Jiri Pirko | 2013-12-10 | 1 | -0/+13 |
* | neigh: use tbl->family to distinguish ipv4 from ipv6 | Jiri Pirko | 2013-12-10 | 1 | -1/+6 |
* | neigh: wrap proc dointvec functions | Jiri Pirko | 2013-12-10 | 1 | -0/+9 |
* | neigh: convert parms to an array | Jiri Pirko | 2013-12-10 | 1 | -13/+35 |