summaryrefslogtreecommitdiffstats
path: root/net/core/neighbour.c
Commit message (Expand)AuthorAgeFilesLines
* neigh: hook tracepoints in neigh update codeRoopa Prabhu2019-02-171-0/+11
* neighbour: Do not perturb drop profiles when neigh_probeYang Wei2019-01-181-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-211-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-201-1/+6
* | neighbor: Use nda_policy for validating attributes in adds and dump requestsDavid Ahern2018-12-201-17/+5Star
* | neighbor: Initialize protocol when new pneigh_entry are createdDavid Ahern2018-12-201-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-151-21/+28
* | neighbor: Move neigh_update_ext_learned to core fileDavid Ahern2018-12-151-0/+18
* | neighbor: Remove state and flags arguments to neigh_delDavid Ahern2018-12-151-5/+4Star
* | neighbor: Fix state check in neigh_forced_gcDavid Ahern2018-12-151-3/+2Star
* | neighbor: Fix locking order for gc_list changesDavid Ahern2018-12-151-12/+15
* | neighbor: gc_list changes should be protected by table lockDavid Ahern2018-12-111-5/+10
* | neighbor: Improve garbage collectionDavid Ahern2018-12-081-34/+85
* | neighbor: Add extack messages for add and delete commandsDavid Ahern2018-12-061-16/+39
|/
* net/neigh: fix NULL deref in pneigh_dump_table()Eric Dumazet2018-10-271-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-10-211-2/+1Star
|\
| * Revert "neighbour: force neigh_invalidate when NUD_FAILED update is from admin"Roopa Prabhu2018-10-211-2/+1Star
* | 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/+2Star
* | 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/+0Star
* 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-071-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/+6Star
|/
* net: fix deadlock while clearing neighbor proxy tableWolfgang Bumiller2018-04-131-10/+18
* net: validate attribute sizes in neigh_dump_table()Eric Dumazet2018-04-131-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/+0Star
|/
* treewide: setup_timer() -> timer_setup()Kees Cook2017-11-221-7/+7
* neigh: make strucrt neigh_table::entry_size unsigned intAlexey Dobriyan2017-09-261-9/+9
* rtnetlink: make rtnl_register accept a flags parameterFlorian Westphal2017-08-101-5/+5
* Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-07-151-2/+1Star
|\
| * net/neighbor: use get_random_u32 for 32-bit hash randomJason A. Donenfeld2017-06-201-2/+1Star
* | net: convert neigh_params.refcnt from atomic_t to refcount_tReshetova, Elena2017-07-011-4/+4
* | net: convert neighbour.refcnt from atomic_t to refcount_tReshetova, Elena2017-07-011-7/+7
* | neigh: Really delete an arp/neigh entry on "ip neigh delete" or "arp -d"Sowmini Varadhan2017-06-051-11/+49
|/
* neighbour: update neigh timestamps iff update is effectiveIhar Hrachyshka2017-05-171-4/+10