aboutsummaryrefslogtreecommitdiffstats
path: root/net/core/neighbour.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-10-20Revert "neighbour: force neigh_invalidate when NUD_FAILED update is from admin"Roopa Prabhu1-2/+1
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
2017-03-22neighbour: fix nlmsg_pid in notificationsRoopa Prabhu1-14/+18
2017-02-15net: neigh: Fix netevent NETEVENT_DELAY_PROBE_TIME_UPDATE notificationMarcus Huewe1-1/+2
2016-12-23neigh: Send netevent after marking neigh as deadIdo Schimmel1-0/+1
2016-11-30neigh: remove duplicate check for same neighZhang Shengju1-10/+5
2016-08-08neigh: allow admin to set NUD_STALEJulian Anastasov1-1/+2
2016-07-26net: neigh: disallow transition to NUD_STALE if lladdr is unchanged in neigh_update()He Chunhui1-6/+1
2016-07-05neigh: Send a notification when DELAY_PROBE_TIME changesIdo Schimmel1-0/+2
2016-07-05net: add dev arg to ndo_neigh_construct/destroyJiri Pirko1-2/+2
2016-06-29neigh: Explicitly declare RCU-bh read side critical section in neigh_xmit()David Barroso1-1/+5
2016-04-26neigh: align nlattr properly when neededNicolas Dichtel1-1/+2
2016-04-23libnl: nla_put_msecs(): align on a 64-bit areaNicolas Dichtel1-9/+10
2015-12-03net/neighbour: fix crash at dumping device-agnostic proxy entriesKonstantin Khlebnikov1-2/+2
2015-11-17net: use skb_clone to avoid alloc_pages failure.Martin Zhang1-1/+1
2015-10-07net: Add support for filtering neigh dump by device indexDavid Ahern1-2/+15
2015-09-29net: Add support for filtering neigh dump by master deviceDavid Ahern1-1/+31
2015-08-10net: add explicit logging and stat for neighbour table overflowRick Jones1-4/+10
2015-06-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+13
2015-06-21neigh: do not modify unlinked entriesJulian Anastasov1-0/+13
2015-05-21neigh: Better handling of transition to NUD_PROBE stateErik Kline1-0/+3
2015-03-20net: neighbour: Add mcast_resolicit to configure the number of multicast resolicitations in PROBE state.YOSHIFUJI Hideaki/吉藤英明1-4/+11
2015-03-12net: Kill hold_net release_netEric W. Biederman1-7/+2
2015-03-08neigh: Use neigh table index for neigh_packet_xmitEric W. Biederman1-11/+11
2015-03-04neigh: Add helper function neigh_xmitEric W. Biederman1-0/+34
2015-03-04neigh: Factor out ___neigh_lookup_norefEric W. Biederman1-15/+5