aboutsummaryrefslogtreecommitdiffstats
path: root/net/core/neighbour.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-12-20neighbour: remove stray semicolonColin Ian King1-1/+1
2018-12-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+6
2018-12-19neighbor: Use nda_policy for validating attributes in adds and dump requestsDavid Ahern1-17/+5
2018-12-19neighbor: NTF_PROXY is a valid ndm_flag for a dump requestDavid Ahern1-1/+6
2018-12-19neighbor: Initialize protocol when new pneigh_entry are createdDavid Ahern1-0/+1
2018-12-19neighbour: register rtnl doit handlerRoopa Prabhu1-11/+193
2018-12-16neighbor: Add protocol attributeDavid Ahern1-1/+23
2018-12-14neighbor: Remove externally learned entries from gc_listDavid Ahern1-21/+28
2018-12-14neighbor: Move neigh_update_ext_learned to core fileDavid Ahern1-0/+18
2018-12-14neighbor: Remove state and flags arguments to neigh_delDavid Ahern1-5/+4
2018-12-14neighbor: Fix state check in neigh_forced_gcDavid Ahern1-3/+2
2018-12-14neighbor: Fix locking order for gc_list changesDavid Ahern1-12/+15
2018-12-10neighbor: gc_list changes should be protected by table lockDavid Ahern1-5/+10
2018-12-07neighbor: Improve garbage collectionDavid Ahern1-34/+85
2018-12-05neighbor: Add extack messages for add and delete commandsDavid Ahern1-16/+39
2018-10-26net/neigh: fix NULL deref in pneigh_dump_table()Eric Dumazet1-2/+2
2018-10-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+1
2018-10-20Revert "neighbour: force neigh_invalidate when NUD_FAILED update is from admin"Roopa Prabhu1-2/+1
2018-10-12net: Evict neighbor entries on carrier downDavid Ahern1-4/+23
2018-10-08net/neighbor: Update neightbl_dump_info for strict data checkingDavid Ahern1-3/+35
2018-10-08net/neighbor: Update neigh_dump_info for strict data checkingDavid Ahern1-15/+67
2018-10-08net: Add extack to nlmsg_parseDavid Ahern1-1/+2
2018-10-05net/neigh: Extend dump filter to proxy neighbor dumpsDavid Ahern1-30/+42
2018-09-24neighbour: send netlink notification if NTF_ROUTER changesRoopa Prabhu1-5/+2
2018-09-24neighbour: allow admin to set NTF_ROUTERRoopa Prabhu1-2/+7
2018-09-13neighbour: confirm neigh entries when ARP packet is receivedVasily Khoruzhick1-5/+8
2018-07-24net: remove blank lines at end of fileStephen Hemminger1-1/+0
2018-06-27neighbour: force neigh_invalidate when NUD_FAILED update is from adminRoopa Prabhu1-1/+2
2018-06-15neighbour: skip NTF_EXT_LEARNED entries during forced gcRoopa Prabhu1-4/+6
2018-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-1/+7
2018-05-16neigh: switch to proc_create_seq_dataChristoph Hellwig1-25/+6
2018-04-25neighbour: support for NTF_EXT_LEARNED flagRoopa Prabhu1-1/+7
2018-04-12net: fix deadlock while clearing neighbor proxy tableWolfgang Bumiller1-10/+18
2018-04-12net: validate attribute sizes in neigh_dump_table()Eric Dumazet1-4/+8
2018-01-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2018-01-16net: delete /proc THIS_MODULE referencesAlexey Dobriyan1-1/+0
2018-01-15net: Allow neigh contructor functions ability to modify the primary_keyJim Westfall1-2/+2
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook1-7/+7
2017-09-25neigh: make strucrt neigh_table::entry_size unsigned intAlexey Dobriyan1-9/+9
2017-08-09rtnetlink: make rtnl_register accept a flags parameterFlorian Westphal1-5/+5
2017-07-15Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/randomLinus Torvalds1-2/+1
2017-07-01net: convert neigh_params.refcnt from atomic_t to refcount_tReshetova, Elena1-4/+4
2017-07-01net: convert neighbour.refcnt from atomic_t to refcount_tReshetova, Elena1-7/+7
2017-06-19net/neighbor: use get_random_u32 for 32-bit hash randomJason A. Donenfeld1-2/+1
2017-06-04neigh: Really delete an arp/neigh entry on "ip neigh delete" or "arp -d"Sowmini Varadhan1-11/+49
2017-05-17neighbour: update neigh timestamps iff update is effectiveIhar Hrachyshka1-4/+10
2017-04-17net: rtnetlink: plumb extended ack to doit functionDavid Ahern1-6/+9
2017-04-13netlink: pass extended ACK struct to parsing functionsJohannes Berg1-4/+4
2017-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+2
2017-03-23net: neigh: guard against NULL solicit() methodEric Dumazet1-1/+2