aboutsummaryrefslogtreecommitdiffstats
path: root/net/core/neighbour.c
AgeCommit message (Expand)Author
2020-10-01neigh_stat_seq_next() should increase position indexVasily Averin
2020-01-27net: neigh: use long type to store jiffies deltaEric Dumazet
2020-01-09net: add annotations on hh->hh_len lockless accessesEric Dumazet
2019-12-05net/core/neighbour: fix kmemleak minimal reference count for hash tablesKonstantin Khlebnikov
2019-12-05net/core/neighbour: tell kmemleak about hash tablesKonstantin Khlebnikov
2019-07-28net: neigh: fix multiple neigh timer schedulingLorenzo Bianconi
2019-06-22neigh: fix use-after-free read in pneigh_get_nextEric Dumazet
2019-06-11neighbor: Call __ipv4_neigh_lookup_noref in neigh_xmitDavid Ahern
2018-10-20Revert "neighbour: force neigh_invalidate when NUD_FAILED update is from admin"Roopa Prabhu
2018-09-13neighbour: confirm neigh entries when ARP packet is receivedVasily Khoruzhick
2018-07-24net: remove blank lines at end of fileStephen Hemminger
2018-06-27neighbour: force neigh_invalidate when NUD_FAILED update is from adminRoopa Prabhu
2018-06-15neighbour: skip NTF_EXT_LEARNED entries during forced gcRoopa Prabhu
2018-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2018-05-16neigh: switch to proc_create_seq_dataChristoph Hellwig
2018-04-25neighbour: support for NTF_EXT_LEARNED flagRoopa Prabhu
2018-04-12net: fix deadlock while clearing neighbor proxy tableWolfgang Bumiller
2018-04-12net: validate attribute sizes in neigh_dump_table()Eric Dumazet
2018-01-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-01-16net: delete /proc THIS_MODULE referencesAlexey Dobriyan
2018-01-15net: Allow neigh contructor functions ability to modify the primary_keyJim Westfall
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook
2017-09-25neigh: make strucrt neigh_table::entry_size unsigned intAlexey Dobriyan
2017-08-09rtnetlink: make rtnl_register accept a flags parameterFlorian Westphal
2017-07-15Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2017-07-01net: convert neigh_params.refcnt from atomic_t to refcount_tReshetova, Elena
2017-07-01net: convert neighbour.refcnt from atomic_t to refcount_tReshetova, Elena
2017-06-19net/neighbor: use get_random_u32 for 32-bit hash randomJason A. Donenfeld
2017-06-04neigh: Really delete an arp/neigh entry on "ip neigh delete" or "arp -d"Sowmini Varadhan
2017-05-17neighbour: update neigh timestamps iff update is effectiveIhar Hrachyshka
2017-04-17net: rtnetlink: plumb extended ack to doit functionDavid Ahern
2017-04-13netlink: pass extended ACK struct to parsing functionsJohannes Berg
2017-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-03-23net: neigh: guard against NULL solicit() methodEric Dumazet
2017-03-22neighbour: fix nlmsg_pid in notificationsRoopa Prabhu
2017-02-15net: neigh: Fix netevent NETEVENT_DELAY_PROBE_TIME_UPDATE notificationMarcus Huewe
2016-12-23neigh: Send netevent after marking neigh as deadIdo Schimmel
2016-11-30neigh: remove duplicate check for same neighZhang Shengju
2016-08-08neigh: allow admin to set NUD_STALEJulian Anastasov
2016-07-26net: neigh: disallow transition to NUD_STALE if lladdr is unchanged in neigh_...He Chunhui
2016-07-05neigh: Send a notification when DELAY_PROBE_TIME changesIdo Schimmel
2016-07-05net: add dev arg to ndo_neigh_construct/destroyJiri Pirko
2016-06-29neigh: Explicitly declare RCU-bh read side critical section in neigh_xmit()David Barroso
2016-04-26neigh: align nlattr properly when neededNicolas Dichtel
2016-04-23libnl: nla_put_msecs(): align on a 64-bit areaNicolas Dichtel
2015-12-03net/neighbour: fix crash at dumping device-agnostic proxy entriesKonstantin Khlebnikov
2015-11-17net: use skb_clone to avoid alloc_pages failure.Martin Zhang
2015-10-07net: Add support for filtering neigh dump by device indexDavid Ahern
2015-09-29net: Add support for filtering neigh dump by master deviceDavid Ahern
2015-08-10net: add explicit logging and stat for neighbour table overflowRick Jones