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
/
sys
/
netinet
/
if_ether.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Don't send arp request for the ip address 0.0.0.0.
tegge
1997-05-14
1
-3
/
+4
*
Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not
peter
1997-02-22
1
-1
/
+1
*
Make the long-awaited change from $Id$ to $FreeBSD$
jkh
1997-01-14
1
-1
/
+1
*
Attempt to complete the fix in the previous revision. This version
bde
1996-12-15
1
-2
/
+2
*
Missing TAILQ mod.
dyson
1996-12-14
1
-2
/
+2
*
Reword two messages:
fenner
1996-11-15
1
-5
/
+6
*
Removed nested include if <sys/socket.h> from <net/if.h> and
bde
1996-10-12
1
-1
/
+2
*
Set the rmx.rmx_expire to 0 when creating fake ethernet addresses for the
peter
1996-06-21
1
-1
/
+3
*
Use the route that's guaranteed to exist when picking a source address
fenner
1996-06-20
1
-2
/
+2
*
Keep ether_type in network order for BPF to be consistent with other
dg
1996-06-13
1
-3
/
+3
*
Changed some memcpy()'s back to bcopy()'s.
bde
1996-06-08
1
-2
/
+2
*
Send ARP's for aliased subnets with the proper source address.
fenner
1996-03-23
1
-15
/
+7
*
Make the "arpresolve: can't allocate llinfo" error message
fenner
1996-02-20
1
-2
/
+3
*
Fill in the corresponding ether address of multicast and broadcast
wollman
1996-02-05
1
-1
/
+17
*
Use new printf features rather than local kludges.
phk
1996-01-24
1
-5
/
+5
*
in_proto.c: spell ``Internet'' right and put whitespace after commas.
wollman
1995-12-20
1
-19
/
+19
*
Added a prototype.
bde
1995-12-16
1
-1
/
+2
*
Another mega commit to staticize things.
phk
1995-12-14
1
-2
/
+2
*
Remove old ballast, clean up a little bit, staticize.
phk
1995-12-09
1
-69
/
+68
*
Completed function declarations and/or added prototypes.
bde
1995-12-02
1
-1
/
+4
*
Remove the last trace of arptnew()
phk
1995-10-22
1
-2
/
+1
*
Convert ARP to use queue.h macros rather than insque/remque. While
wollman
1995-10-05
1
-8
/
+20
*
Delete obsolete #if 0 block.
wollman
1995-06-27
1
-11
/
+1
*
Remove trailing whitespace.
rgrimes
1995-05-30
1
-2
/
+2
*
Make networking domains drop-ins, through the magic of GNU ld. (Some day,
wollman
1995-05-11
1
-2
/
+5
*
Replaced some bcopy()'s with memcpy()'s so that gcc while inline/optimize.
dg
1995-05-09
1
-29
/
+20
*
Cleanup loopback interface support.
pst
1995-04-26
1
-2
/
+2
*
Add and move declarations to fix all of the warnings from `gcc -Wimplicit'
bde
1995-03-16
1
-2
/
+1
*
Add inet_ntoa() and replace ARP's private routine with same.
wollman
1995-03-16
1
-24
/
+6
*
Added missing newlines to calls to log().
dg
1995-02-20
1
-3
/
+3
*
Make arp_rtrequest() static since nobody needs to referene it any more.
wollman
1994-12-22
1
-2
/
+2
*
Move ARP interface initialization into if_ether.c:arp_ifinit().
wollman
1994-12-22
1
-1
/
+12
*
Update calls to rtalloc1(). Also merge rt_prflags with rt_flags.
wollman
1994-12-13
1
-3
/
+3
*
Clean up ARP error messages: format IP addresses, explain arplookup()
wollman
1994-11-02
1
-13
/
+44
*
Fix a bug which caused panics when attempting to change just the flags of
wollman
1994-10-11
1
-2
/
+13
*
GCC cleanup.
phk
1994-10-02
1
-2
/
+3
*
Implement full proxy ARP, gated on option ARP_PROXYALL. This allows
wollman
1994-10-01
1
-7
/
+44
*
Fix up some sloppy coding practices:
wollman
1994-08-18
1
-2
/
+1
*
Added $Id$
dg
1994-08-02
1
-0
/
+1
*
BSD 4.4 Lite Kernel Sources
rgrimes
1994-05-24
1
-0
/
+554