summaryrefslogtreecommitdiffstats
path: root/net/core/neighbour.c
Commit message (Expand)AuthorAgeFilesLines
* neighbour: delete neigh_lookup_nodev as not usedLeon Romanovsky2023-06-211-31/+0
* Remove DECnet support from kernelStephen Hemminger2023-06-211-3/+0
* net, neigh: Fix null-ptr-deref in neigh_table_clear()Chen Zhongjin2022-11-101-1/+1
* net: neigh: don't call kfree_skb() under spin_lock_irqsave()Yang Yingliang2022-09-051-2/+8
* neigh: fix possible DoS due to net iface start/stop loopDenis V. Lunev2022-09-051-8/+17
* net, neigh: clear whole pneigh_entry at alloc timeEric Dumazet2021-12-141-1/+1
* neighbour: Disregard DEAD dst in neigh_updateTong Zhu2021-04-281-1/+1
* neigh_stat_seq_next() should increase position indexVasily Averin2020-10-011-0/+1
* net: neigh: use long type to store jiffies deltaEric Dumazet2020-01-271-2/+2
* net: add annotations on hh->hh_len lockless accessesEric Dumazet2020-01-091-2/+2
* net/core/neighbour: fix kmemleak minimal reference count for hash tablesKonstantin Khlebnikov2019-12-051-1/+1
* net/core/neighbour: tell kmemleak about hash tablesKonstantin Khlebnikov2019-12-051-4/+9
* net: neigh: fix multiple neigh timer schedulingLorenzo Bianconi2019-07-281-0/+2
* neigh: fix use-after-free read in pneigh_get_nextEric Dumazet2019-06-221-0/+7
* neighbor: Call __ipv4_neigh_lookup_noref in neigh_xmitDavid Ahern2019-06-111-1/+8
* Revert "neighbour: force neigh_invalidate when NUD_FAILED update is from admin"Roopa Prabhu2018-10-201-2/+1
* 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
* | 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-041-11/+49
|/
* neighbour: update neigh timestamps iff update is effectiveIhar Hrachyshka2017-05-171-4/+10
* net: rtnetlink: plumb extended ack to doit functionDavid Ahern2017-04-171-6/+9
* netlink: pass extended ACK struct to parsing functionsJohannes Berg2017-04-131-4/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-04-061-1/+2
|\
| * net: neigh: guard against NULL solicit() methodEric Dumazet2017-03-231-1/+2
* | neighbour: fix nlmsg_pid in notificationsRoopa Prabhu2017-03-221-14/+18
|/
* net: neigh: Fix netevent NETEVENT_DELAY_PROBE_TIME_UPDATE notificationMarcus Huewe2017-02-151-1/+2
* neigh: Send netevent after marking neigh as deadIdo Schimmel2016-12-231-0/+1
* neigh: remove duplicate check for same neighZhang Shengju2016-11-301-10/+5
* neigh: allow admin to set NUD_STALEJulian Anastasov2016-08-081-1/+2
* net: neigh: disallow transition to NUD_STALE if lladdr is unchanged in neigh_...He Chunhui2016-07-261-6/+1
* neigh: Send a notification when DELAY_PROBE_TIME changesIdo Schimmel2016-07-051-0/+2
* net: add dev arg to ndo_neigh_construct/destroyJiri Pirko2016-07-051-2/+2
* neigh: Explicitly declare RCU-bh read side critical section in neigh_xmit()David Barroso2016-06-291-1/+5