aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/arp
Commit message (Expand)AuthorAgeFilesLines
* Bump amount of queued packets in for unresolved ARP/NDP entries to 16.Alexander V. Chernikov2021-01-111-18/+7
* arp(8) clarify the use of the '-a flag'Gordon Bergling2020-07-131-2/+4
* arp(8): avoid segfaulting due to out-of-bounds memory accessEugene Grosbein2020-01-091-2/+1
* Remove infrastructure for token-ring networks.Brooks Davis2018-03-281-15/+0
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-1/+3
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-10-311-1/+0
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-05-091-0/+2
* Fix userland tools that don't check the format of routing socketPatrick Kelsey2017-04-161-14/+5
* Introduce libxo support to arp(8)Renato Botelho2017-04-063-53/+102
* Renumber copyright clause 4Warner Losh2017-02-283-3/+3
* Cleanup on usr.sbin/arp/arp.cRenato Botelho2017-02-091-17/+15
* Fix style(9)Renato Botelho2017-02-081-46/+44
* Additional cleanup of the arp(4) man page after r306652Eric van Gyzen2016-10-071-27/+25
* Update arp(4) to document the net.link.ether.inet.garp_rexmit_count sysctl.Eric van Gyzen2016-10-031-1/+19
* rtsock requests for deleting interface address lles started to return EPERMAlexander V. Chernikov2015-09-271-1/+4
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+19
|\
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-081-2/+0
| * Merge sync of headSimon J. Gerraty2015-05-271-0/+4
| |\ | |/ |/|
| * Updated dependenciesSimon J. Gerraty2014-05-161-1/+0
| * Updated dependenciesSimon J. Gerraty2014-05-101-0/+2
| * Merge headSimon J. Gerraty2014-04-282-13/+20
| |\
| * \ Merge head@256284Simon J. Gerraty2013-10-131-1/+4
| |\ \
| * \ \ Merge from headSimon J. Gerraty2013-09-051-1/+5
| |\ \ \
| * | | | Updated dependenciesSimon J. Gerraty2013-03-111-0/+1
| * | | | Updated dependenciesSimon J. Gerraty2013-02-161-2/+0
| * | | | Sync with HEAD.David E. O'Brien2013-02-082-56/+37
| |\ \ \ \
| * \ \ \ \ Sync from headSimon J. Gerraty2012-11-041-6/+50
| |\ \ \ \ \
| * | | | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+20
* | | | | | | arp(8): add support for printing and deleting entries of typeMark Johnston2015-04-021-0/+4
| |_|_|_|_|/ |/| | | | |
* | | | | | Speed up the lookup of interfaces when there are a large numberGeorge V. Neville-Neil2014-04-051-8/+19
* | | | | | Remove net.link.ether.inet.useloopback sysctl tunable. It was always on byGleb Smirnoff2013-11-051-5/+1
| |_|_|_|/ |/| | | |
* | | | | Fix coredump on 'arp -d'.Gleb Smirnoff2013-09-231-1/+4
| |_|_|/ |/| | |
* | | | Rate limit the number of remotely triggered ARP log messagesGleb Smirnoff2013-05-111-1/+5
| |_|/ |/| |
* | | Retire struct sockaddr_inarp.Gleb Smirnoff2013-01-312-56/+37
| |/ |/|
* | Provide a sysctl switch that allows to install ARP entriesGleb Smirnoff2012-09-031-0/+11
* | Explicitly document all variables in the net.link.ether.inet MIB.Gleb Smirnoff2012-09-031-5/+38
* | Minor spelling fixes.Joel Dahl2012-06-031-1/+1
* | mdoc: add missing width argument to Bl -tag.Joel Dahl2012-06-031-1/+1
|/
* Historically arp(8) did a route lookup for the entry it isGleb Smirnoff2012-04-021-4/+0
* mdoc: terminate quoted strings.Joel Dahl2012-03-261-1/+1
* Do not hardcode (20*60), but use current ARP timeout value configuredGleb Smirnoff2010-11-301-1/+7
* That should belong to r216075. Pointy hat on me.Gleb Smirnoff2010-11-301-3/+3
* Use time_uptime instead of non-monotonic time_second to drive ARPGleb Smirnoff2010-11-301-4/+4
* Cache the last result from if_indextoname for printing. This speeds upMax Laier2010-06-111-3/+9
* Show when an ARP entry expires.Ruslan Ermilov2010-02-151-1/+11
* The proxy arp entries could not be added into the system over theQing Li2009-12-301-29/+35
* Use reallocf() to simplify some logic.John Baldwin2009-12-291-7/+3
* Remove bogus char cast.Remko Lodder2009-08-141-1/+1
* Lower WARNS due to alignment issues on sparc64.Dag-Erling Smørgrav2009-06-111-1/+1
* As of sam's r175206, arp builds cleanly at WARNS level 6, but the MakefileDag-Erling Smørgrav2009-06-112-4/+8