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
/
net
/
if_ethersubr.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
* Change sysctl from using linker_set to construct its tree using SLISTs.
dfr
1999-02-16
1
-1
/
+2
*
Slight cleanups. There were 2 ways of getting the arpcom from the ifp.
julian
1999-01-31
1
-23
/
+22
*
Remove unused variable & clean up a couple of style issues.
eivind
1999-01-12
1
-5
/
+5
*
Bridging support. Wait for LINT to be updated before trying it.
luigi
1998-12-14
1
-2
/
+19
*
fix broken loopback code for ddp (again)
julian
1998-08-04
1
-3
/
+6
*
Try narrow down the culprit sending undefined packet types through the loopback
julian
1998-06-14
1
-5
/
+4
*
Allow a protocol to specify that it does NOT want to be looped back
julian
1998-06-13
1
-3
/
+6
*
Go through the loopback code with a broom..
julian
1998-06-12
1
-97
/
+35
*
Added fast IP forwarding code by Matt Thomas <matt@3am-software.com> via
dg
1998-05-19
1
-1
/
+3
*
Eradicate the variable "time" from the kernel, using various measures.
phk
1998-03-30
1
-2
/
+2
*
Add preliminary support for IEEE 802.1Q VLAN tagging. It doesn't actually
wollman
1998-03-18
1
-9
/
+24
*
Removed unused #includes.
bde
1998-02-20
1
-4
/
+1
*
Make the debug options new-style.
eivind
1998-01-31
1
-2
/
+2
*
NETATALK -> opt_atalk.h
eivind
1998-01-09
1
-1
/
+2
*
Make INET a proper option.
eivind
1998-01-08
1
-2
/
+6
*
Fixed gratuitous ANSIisms.
bde
1997-12-20
1
-2
/
+5
*
Throw options IPX, IPXIP and IPTUNNEL into opt_ipx.h.
eivind
1997-12-15
1
-1
/
+3
*
Remove a bunch of variables which were unused both in GENERIC and LINT.
phk
1997-11-07
1
-5
/
+4
*
Fix various problems with netatalk kernel support.
julian
1997-10-29
1
-14
/
+39
*
Removed unused #includes.
bde
1997-10-28
1
-5
/
+1
*
Finally track down the reason for some of my occasional kernel crashes.
julian
1997-07-15
1
-1
/
+4
*
Use the MAC address of an interface for the host part of an IPX address
jhay
1997-05-10
1
-3
/
+15
*
Don't include <sys/ioctl.h> in the kernel. Stage 2: include
bde
1997-03-24
1
-2
/
+2
*
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
*
Use the new if_multiaddrs list for multicast addresses rather than the
wollman
1997-01-13
1
-183
/
+1
*
Checkpoint the beginnings of the new kernel interface for
wollman
1997-01-07
1
-1
/
+52
*
Convert the interface address and IP interface address structures
wollman
1996-12-13
1
-11
/
+11
*
1) Implement SIOCSIFMTU in ether_ioctl(), and change ether_ioctl's return
dg
1996-12-10
1
-3
/
+15
*
Fixed broken SIOCGIFADDR. It was copying out garbage as the ethernet
dg
1996-11-18
1
-2
/
+2
*
ns_nettype should be declared, not externed.
jkh
1996-10-18
1
-2
/
+2
*
Netcon's changes for their extended NS support. This only effects
jkh
1996-10-17
1
-11
/
+72
*
use <net/ethernet.h>
phk
1996-08-05
1
-1
/
+2
*
Make the NS and IPX cases compile again.
phk
1996-08-04
1
-7
/
+10
*
Add a callback pointer to the interfaces "init" routine.
phk
1996-08-04
1
-1
/
+85
*
Submitted by: archie@whistle.com
julian
1996-06-19
1
-2
/
+2
*
Keep ether_type in network order for BPF to be consistent with other
dg
1996-06-13
1
-9
/
+8
*
Clean up -Wunused warnings.
gpalmer
1996-06-12
1
-2
/
+4
*
Change the use if ifnet.if_lastchange to be more in line with
gpalmer
1996-06-10
1
-6
/
+4
*
Set ifnet.baudrate for ethernet / FDDI interfaces too. Makes
gpalmer
1996-06-01
1
-1
/
+3
*
Obtained from: netatalk distribution netatalk@itd.umich.edu
julian
1996-05-24
1
-6
/
+98
*
Removed never-used #includes of <machine/cpu.h>. Many were apparently
bde
1996-04-07
1
-3
/
+1
*
Use new printf features rather than local kludges.
phk
1996-01-24
1
-22
/
+1
*
in_proto.c: spell ``Internet'' right and put whitespace after commas.
wollman
1995-12-20
1
-1
/
+4
*
Staticize, clean lint.
phk
1995-12-09
1
-5
/
+9
*
Second batch of cleanup changes.
phk
1995-10-29
1
-2
/
+1
*
Reviewed by: julian and jhay@mikom.csir.co.za
julian
1995-10-26
1
-2
/
+24
*
Merge RELENG_2_0_5 into HEAD
rgrimes
1995-06-11
1
-1
/
+11
*
Remove trailing whitespace.
rgrimes
1995-05-30
1
-10
/
+10
[next]