summaryrefslogtreecommitdiff
path: root/net/core/neighbour.c
AgeCommit message (Expand)Author
2020-01-29net: neigh: use long type to store jiffies deltaEric Dumazet
2020-01-12net: 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-08-04net: 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-09-29neighbour: confirm neigh entries when ARP packet is receivedVasily Khoruzhick
2018-04-29net: fix deadlock while clearing neighbor proxy tableWolfgang Bumiller
2018-04-29net: validate attribute sizes in neigh_dump_table()Eric Dumazet
2018-04-13neighbour: update neigh timestamps iff update is effectiveIhar Hrachyshka
2018-01-31net: Allow neigh contructor functions ability to modify the primary_keyJim Westfall
2017-05-03net: neigh: guard against NULL solicit() methodEric Dumazet
2017-02-26net: neigh: Fix netevent NETEVENT_DELAY_PROBE_TIME_UPDATE notificationMarcus Huewe
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
2015-06-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-06-21neigh: do not modify unlinked entriesJulian Anastasov
2015-05-21neigh: Better handling of transition to NUD_PROBE stateErik Kline
2015-03-20net: neighbour: Add mcast_resolicit to configure the number of multicast reso...YOSHIFUJI Hideaki/吉藤英明
2015-03-12net: Kill hold_net release_netEric W. Biederman
2015-03-08neigh: Use neigh table index for neigh_packet_xmitEric W. Biederman
2015-03-04neigh: Add helper function neigh_xmitEric W. Biederman
2015-03-04neigh: Factor out ___neigh_lookup_norefEric W. Biederman
2015-03-02neigh: Don't require a dst in neigh_resolve_outputEric W. Biederman
2015-03-02neigh: Don't require dst in neigh_hh_initEric W. Biederman
2015-03-02neigh: Move neigh_compat_output into ax25_ip.cEric W. Biederman
2015-01-18netlink: Fix bugs in nlmsg_end() conversions.David S. Miller
2015-01-18netlink: make nlmsg_end() and genlmsg_end() voidJohannes Berg
2015-01-14neighbour: fix base_reachable_time(_ms) not effective immediatly when changedJean-Francois Remy
2014-11-11neigh: remove dynamic neigh table registration supportWANG Cong
2014-10-29neigh: optimize neigh_parms_release()Nicolas Dichtel
2014-07-28neighbour : fix ndm_type type error issueJun Zhao
2014-07-14neigh: sysctl - simplify address calculation of gc_* variablesMathias Krause
2014-05-13neigh: set nud_state to NUD_INCOMPLETE when probing router reachabilityDuan Jiong
2014-03-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-02-27neigh: recompute reachabletime before returning from neigh_periodic_work()Duan Jiong
2014-02-27neigh: directly goto out after setting nud_state to NUD_FAILEDDuan Jiong
2014-02-26neigh: probe application via netlink in NUD_PROBETimo Teräs
2014-02-22neigh: fix setting of default gc_* valuesJiri Pirko