summaryrefslogtreecommitdiffstats
path: root/net/core/neighbour.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | neighbour: register rtnl doit handlerRoopa Prabhu2018-12-191-11/+193
* | neighbor: Add protocol attributeDavid Ahern2018-12-161-1/+23
* | neighbor: Remove externally learned entries from gc_listDavid Ahern2018-12-141-21/+28
* | neighbor: Move neigh_update_ext_learned to core fileDavid Ahern2018-12-141-0/+18
* | neighbor: Remove state and flags arguments to neigh_delDavid Ahern2018-12-141-5/+4
* | neighbor: Fix state check in neigh_forced_gcDavid Ahern2018-12-141-3/+2
* | neighbor: Fix locking order for gc_list changesDavid Ahern2018-12-141-12/+15
* | neighbor: gc_list changes should be protected by table lockDavid Ahern2018-12-101-5/+10
* | neighbor: Improve garbage collectionDavid Ahern2018-12-071-34/+85
* | neighbor: Add extack messages for add and delete commandsDavid Ahern2018-12-051-16/+39
|/
* net/neigh: fix NULL deref in pneigh_dump_table()Eric Dumazet2018-10-261-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-10-211-2/+1
|\
| * Revert "neighbour: force neigh_invalidate when NUD_FAILED update is from admin"Roopa Prabhu2018-10-201-2/+1
* | net: Evict neighbor entries on carrier downDavid Ahern2018-10-121-4/+23
* | net/neighbor: Update neightbl_dump_info for strict data checkingDavid Ahern2018-10-081-3/+35
* | net/neighbor: Update neigh_dump_info for strict data checkingDavid Ahern2018-10-081-15/+67
* | net: Add extack to nlmsg_parseDavid Ahern2018-10-081-1/+2
* | net/neigh: Extend dump filter to proxy neighbor dumpsDavid Ahern2018-10-051-30/+42
* | neighbour: send netlink notification if NTF_ROUTER changesRoopa Prabhu2018-09-241-5/+2
* | neighbour: allow admin to set NTF_ROUTERRoopa Prabhu2018-09-241-2/+7
|/
* neighbour: confirm neigh entries when ARP packet is receivedVasily Khoruzhick2018-09-131-5/+8
* net: remove blank lines at end of fileStephen Hemminger2018-07-241-1/+0
* neighbour: force neigh_invalidate when NUD_FAILED update is from adminRoopa Prabhu2018-06-271-1/+2
* neighbour: skip NTF_EXT_LEARNED entries during forced gcRoopa Prabhu2018-06-151-4/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-06-061-1/+7
|\
| * neighbour: support for NTF_EXT_LEARNED flagRoopa Prabhu2018-04-251-1/+7
* | neigh: switch to proc_create_seq_dataChristoph Hellwig2018-05-161-25/+6
|/
* net: fix deadlock while clearing neighbor proxy tableWolfgang Bumiller2018-04-121-10/+18
* net: validate attribute sizes in neigh_dump_table()Eric Dumazet2018-04-121-4/+8
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-01-171-2/+2
|\
| * net: Allow neigh contructor functions ability to modify the primary_keyJim Westfall2018-01-151-2/+2
* | net: delete /proc THIS_MODULE referencesAlexey Dobriyan2018-01-161-1/+0
|/
* treewide: setup_timer() -> timer_setup()Kees Cook2017-11-211-7/+7
* neigh: make strucrt neigh_table::entry_size unsigned intAlexey Dobriyan2017-09-251-9/+9
* rtnetlink: make rtnl_register accept a flags parameterFlorian Westphal2017-08-091-5/+5
* Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-07-151-2/+1
|\
| * net/neighbor: use get_random_u32 for 32-bit hash randomJason A. Donenfeld2017-06-191-2/+1
* | net: convert neigh_params.refcnt from atomic_t to refcount_tReshetova, Elena2017-07-011-4/+4