index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
usr.sbin
/
arp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Speed up the lookup of interfaces when there are a large number
gnn
2014-04-05
1
-8
/
+19
*
Remove net.link.ether.inet.useloopback sysctl tunable. It was always on by
glebius
2013-11-05
1
-5
/
+1
*
Fix coredump on 'arp -d'.
glebius
2013-09-23
1
-1
/
+4
*
Rate limit the number of remotely triggered ARP log messages
glebius
2013-05-11
1
-1
/
+5
*
Retire struct sockaddr_inarp.
glebius
2013-01-31
2
-56
/
+37
*
Provide a sysctl switch that allows to install ARP entries
glebius
2012-09-03
1
-0
/
+11
*
Explicitly document all variables in the net.link.ether.inet MIB.
glebius
2012-09-03
1
-5
/
+38
*
Minor spelling fixes.
joel
2012-06-03
1
-1
/
+1
*
mdoc: add missing width argument to Bl -tag.
joel
2012-06-03
1
-1
/
+1
*
Historically arp(8) did a route lookup for the entry it is
glebius
2012-04-02
1
-4
/
+0
*
mdoc: terminate quoted strings.
joel
2012-03-26
1
-1
/
+1
*
Do not hardcode (20*60), but use current ARP timeout value configured
glebius
2010-11-30
1
-1
/
+7
*
That should belong to r216075. Pointy hat on me.
glebius
2010-11-30
1
-3
/
+3
*
Use time_uptime instead of non-monotonic time_second to drive ARP
glebius
2010-11-30
1
-4
/
+4
*
Cache the last result from if_indextoname for printing. This speeds up
mlaier
2010-06-11
1
-3
/
+9
*
Show when an ARP entry expires.
ru
2010-02-15
1
-1
/
+11
*
The proxy arp entries could not be added into the system over the
qingli
2009-12-30
1
-29
/
+35
*
Use reallocf() to simplify some logic.
jhb
2009-12-29
1
-7
/
+3
*
Remove bogus char cast.
remko
2009-08-14
1
-1
/
+1
*
Lower WARNS due to alignment issues on sparc64.
des
2009-06-11
1
-1
/
+1
*
As of sam's r175206, arp builds cleanly at WARNS level 6, but the Makefile
des
2009-06-11
2
-4
/
+8
*
- xref ndp(8)
danger
2009-04-28
1
-1
/
+2
*
This checkin addresses a couple of issues:
qingli
2008-12-26
1
-1
/
+2
*
Print a warning when blackhole and reject are used together.
trhodes
2008-12-25
2
-8
/
+13
*
This main goals of this project are:
qingli
2008-12-15
1
-16
/
+34
*
Spell "blackhole" correctly and fix one grammar nit.
ru
2008-03-24
1
-4
/
+4
*
add reject+blackhole keywords to install entries with RTF_BLACKHOLE
sam
2008-03-18
2
-4
/
+23
*
quiet compiler complaint about comparing &v against NULL
sam
2008-01-10
1
-2
/
+2
*
Reduce the WARNS levels in a couple of places so that we can enable
jb
2007-11-18
1
-1
/
+1
*
net.link.ether.inet.prune_intvl no longer exists.
glebius
2007-03-28
1
-3
/
+1
*
Use sizeof() for calculating the buffer size instead of hard-coded values.
kevlo
2007-03-06
1
-1
/
+1
*
- Before doing ioctl(SIOCGIFNETMASK) put the proper IP address into the ifreq,
glebius
2006-10-13
1
-1
/
+1
*
Markup fixes.
ru
2006-09-29
1
-13
/
+10
*
Sync utility's usage() with manpage's SYNOPSIS.
ru
2006-09-29
1
-2
/
+2
*
Enumerate all cases where -i is applicable.
yar
2006-08-17
1
-2
/
+3
*
Refuse to install invalid ARP entries.
glebius
2006-02-09
1
-2
/
+3
*
Update usage to reflect the fact that the -d -a now accepts -i <interface>.
brooks
2006-01-10
1
-1
/
+1
*
Allow the -i <interface> option with -d -a to allow all arp entries for
brooks
2006-01-10
2
-1
/
+2
*
Add a knob to suppress logging of attempts to modify
glebius
2005-12-18
1
-1
/
+8
*
Improve the documentation of "proxyall" knob, somewhat: we do not
ru
2005-11-24
1
-2
/
+3
*
Some fixes for last commit.
glebius
2005-11-11
1
-8
/
+7
*
- Document last change to ARP behavior.
glebius
2005-11-10
1
-11
/
+28
*
List IFT_BRIDGE as a valid type so that arp entries can be properly deleted.
thompsa
2005-11-03
1
-1
/
+6
*
Commit some cosmetic fixes I developed some time ago, mostly style but
ru
2005-06-09
1
-26
/
+31
*
Fix exit status. In rev. 1.48 return logic of rtmsg() was confused. This
glebius
2005-06-09
1
-1
/
+1
*
o Reorganize the previous delta to make it more style(9) compliant.
maxim
2005-01-24
1
-3
/
+5
*
o Try hard to guess a buffer size for a fast growing routing table.
maxim
2005-01-24
1
-5
/
+15
*
For VLAN interfaces, print MAC addresses properly.
ru
2004-12-24
1
-1
/
+2
*
Per letter dated July 22, 1999, delete clause 3 from code directly
imp
2004-08-07
3
-12
/
+0
*
Mechanically kill hard sentence breaks.
ru
2004-07-02
2
-2
/
+3
[next]