summaryrefslogtreecommitdiffstats
path: root/net/core/neighbour.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* net: add explicit logging and stat for neighbour table overflowRick Jones2015-08-101-4/+10
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-06-241-0/+13
|\
| * neigh: do not modify unlinked entriesJulian Anastasov2015-06-211-0/+13
* | neigh: Better handling of transition to NUD_PROBE stateErik Kline2015-05-211-0/+3
|/
* net: neighbour: Add mcast_resolicit to configure the number of multicast reso...YOSHIFUJI Hideaki/吉藤英明2015-03-201-4/+11
* net: Kill hold_net release_netEric W. Biederman2015-03-121-7/+2
* neigh: Use neigh table index for neigh_packet_xmitEric W. Biederman2015-03-081-11/+11
* neigh: Add helper function neigh_xmitEric W. Biederman2015-03-041-0/+34
* neigh: Factor out ___neigh_lookup_norefEric W. Biederman2015-03-041-15/+5
* neigh: Don't require a dst in neigh_resolve_outputEric W. Biederman2015-03-021-6/+0
* neigh: Don't require dst in neigh_hh_initEric W. Biederman2015-03-021-4/+4
* neigh: Move neigh_compat_output into ax25_ip.cEric W. Biederman2015-03-021-20/+0
* netlink: Fix bugs in nlmsg_end() conversions.David S. Miller2015-01-181-4/+4
OpenPOWER on IntegriCloud