summaryrefslogtreecommitdiffstats
path: root/net/core/neighbour.c
Commit message (Expand)AuthorAgeFilesLines
* net: Support filtering interfaces on no masterLahav Schlesinger2021-08-101-0/+7
* net: Remove redundant if statementsYajun Deng2021-08-051-10/+5
* net: Keep vertical alignmentYajun Deng2021-08-031-3/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-06-181-0/+1
|\
| * neighbour: allow NUD_NOARP entries to be forced GCedDavid Ahern2021-06-071-0/+1
* | neighbour: Remove redundant initialization of 'bucket'Yang Li2021-05-101-1/+1
|/
* neighbour: Prevent Race condition in neighbour subsytemChinmay Agarwal2021-04-211-0/+4
* neighbour: Disregard DEAD dst in neigh_updateTong Zhu2021-03-311-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-02-021-3/+4
|\
| * neighbour: Prevent a dead entry from updating gc_listChinmay Agarwal2021-01-301-3/+4
* | neighbor: remove definition of DEBUGTom Rix2021-01-151-1/+0
|/
* net: neighbor: fix a crash caused by mod zeroweichenchen2020-12-281-4/+2
* net: Exempt multicast addresses from five-second neighbor lifetimeJeff Dike2020-11-131-0/+2
* net: neighbor: add fdb extended attributeNikolay Aleksandrov2020-06-241-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-05-311-2/+2
|\
| * neigh: fix ARP retransmit timer guardHangbin Liu2020-05-291-2/+2
* | vxlan: ecmp support for mac fdb entriesRoopa Prabhu2020-05-221-0/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-05-061-3/+3
|\|
| * neigh: send protocol value in neighbor create notificationRoman Mashak2020-05-051-3/+3
* | sysctl: pass kernel pointers to ->proc_handlerChristoph Hellwig2020-04-271-15/+13
|/
* neigh: support smaller retrans_time setttingHangbin Liu2020-04-021-4/+6
* net: neigh: remove unused NEIGH_SYSCTL_MS_JIFFIES_ENTRYLi RongQing2020-02-201-3/+0
* neigh_stat_seq_next() should increase position indexVasily Averin2020-01-241-0/+1
* neighbour: remove neigh_cleanup() methodEric Dumazet2019-12-091-3/+0
* net: add annotations on hh->hh_len lockless accessesEric Dumazet2019-11-071-2/+2
* net: neigh: use long type to store jiffies deltaEric Dumazet2019-11-061-2/+2
* net: neigh: remove redundant assignment to variable bucketColin Ian King2019-07-271-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-07-191-0/+2
|\
| * net: neigh: fix multiple neigh timer schedulingLorenzo Bianconi2019-07-151-0/+2
* | proc/sysctl: add shared variables for range checkMatteo Croce2019-07-181-11/+9
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-171-0/+7
|\
| * neigh: fix use-after-free read in pneigh_get_nextEric Dumazet2019-06-161-0/+7
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-071-5/+1
|\|
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
* | neighbor: Add tracepoint to __neigh_createDavid Ahern2019-05-221-0/+2
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-05-071-1/+10
|\
| * neighbor: Call __ipv4_neigh_lookup_noref in neigh_xmitDavid Ahern2019-05-041-1/+8
| * neighbor: Reset gc_entries counter if new entry is released before insertDavid Ahern2019-05-041-0/+2
* | netlink: make validation more configurable for future strictnessJohannes Berg2019-04-271-11/+14
* | netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek2019-04-271-1/+1
* | net ipv6: Prevent neighbor add if protocol is disabled on deviceDavid Ahern2019-04-171-0/+5
|/
* neigh: hook tracepoints in neigh update codeRoopa Prabhu2019-02-171-0/+11
* neighbour: Do not perturb drop profiles when neigh_probeYang Wei2019-01-171-1/+1
* net/core/neighbour: fix kmemleak minimal reference count for hash tablesKonstantin Khlebnikov2019-01-161-1/+1
* net/core/neighbour: tell kmemleak about hash tablesKonstantin Khlebnikov2019-01-101-4/+9
* neighbour: remove stray semicolonColin Ian King2018-12-201-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-12-201-1/+6
|\
| * neighbor: NTF_PROXY is a valid ndm_flag for a dump requestDavid Ahern2018-12-191-1/+6
* | neighbor: Use nda_policy for validating attributes in adds and dump requestsDavid Ahern2018-12-191-17/+5
* | neighbor: Initialize protocol when new pneigh_entry are createdDavid Ahern2018-12-191-0/+1