summaryrefslogtreecommitdiffstats
path: root/net/core/neighbour.c
Commit message (Expand)AuthorAgeFilesLines
* net/neigh: fix NULL deref in pneigh_dump_table()Eric Dumazet2018-10-261-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-10-211-2/+1
|\
| * Revert "neighbour: force neigh_invalidate when NUD_FAILED update is from admin"Roopa Prabhu2018-10-201-2/+1
* | 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/+2
* | 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/+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
* neigh: align nlattr properly when neededNicolas Dichtel2016-04-261-1/+2
* libnl: nla_put_msecs(): align on a 64-bit areaNicolas Dichtel2016-04-231-9/+10
* net/neighbour: fix crash at dumping device-agnostic proxy entriesKonstantin Khlebnikov2015-12-031-2/+2
* net: use skb_clone to avoid alloc_pages failure.Martin Zhang2015-11-171-1/+1
* net: Add support for filtering neigh dump by device indexDavid Ahern2015-10-071-2/+15
* net: Add support for filtering neigh dump by master deviceDavid Ahern2015-09-291-1/+31
OpenPOWER on IntegriCloud