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
/
dev
/
lnc
/
if_lnc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace the if_name and if_unit members of struct ifnet with new members
brooks
2003-10-31
1
-48
/
+35
*
Use __FBSDID().
obrien
2003-08-24
1
-1
/
+3
*
Don't inline ridiculously very large functions.
phk
2003-07-22
1
-4
/
+4
*
Back out M_* changes, per decision of the TRB.
imp
2003-02-19
1
-7
/
+7
*
Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.
alfred
2003-01-21
1
-7
/
+7
*
network interface driver changes:
sam
2002-11-14
1
-26
/
+16
*
Fix mis-indentation.
phk
2002-10-02
1
-7
/
+7
*
Remove __P.
alfred
2002-03-20
1
-20
/
+20
*
Get rid of the twisted MFREE() macro entirely.
dillon
2002-02-05
1
-5
/
+7
*
- Don't overwrite inb, inw and outw.
nyan
2001-07-04
1
-27
/
+42
*
Convert if_multiaddrs from LIST to TAILQ so that it can be traversed
phk
2001-02-06
1
-1
/
+1
*
Use LIST_FOREACH() to traverse ifp->if_multiaddrs list, instead of
phk
2001-02-03
1
-2
/
+1
*
Make it clear that the macro `inb' is being overridden.
wollman
2001-01-09
1
-0
/
+1
*
The pci and isa drivers were meant to share the same devclass but
paul
2000-12-29
1
-0
/
+2
*
Fix a legacy issue. The offset for reading the MAC address is 0 using
paul
2000-12-29
1
-1
/
+2
*
Switch off some debugging code.
paul
2000-12-16
1
-1
/
+1
*
Newbusify.
paul
2000-12-16
1
-132
/
+130
*
fix problem with vmware DAD. reported by many, tested @ IETF49 with
ume
2000-12-11
1
-5
/
+15
*
Make all Ethernet drivers attach using ether_ifattach() and detach using
archie
2000-07-13
1
-8
/
+1
*
be sure to wipe out m_pkthdr when you set M_PKTHDR, you may see junk pointer
itojun
2000-07-04
1
-0
/
+1
*
Unused includes: #include "pci.h" and #include "lnc.h"
peter
2000-06-10
1
-3
/
+0
*
Dynamically allocate softc structures
brian
2000-06-09
1
-2
/
+0
*
Mass update of isa drivers using compatability shims to use
peter
2000-05-28
1
-1
/
+13
*
Replace all references to lnc_softc with a typedef.
paul
2000-05-16
1
-30
/
+30
*
Re-organise lnc driver in preparation for newbusifying it.
paul
2000-05-16
1
-419
/
+5
*
Unchain lnc include files.
paul
2000-05-14
1
-0
/
+1
*
Fix includes to build from /sys/dev/lnc
paul
2000-05-14
1
-1
/
+1
*
Sync with the BPF and BRIDGE changes.
paul
2000-05-14
1
-52
/
+5
*
Remove ~25 unneeded #include <sys/conf.h>
phk
2000-04-19
1
-1
/
+0
*
Update the copyright. Remove the advertising clause.
paul
2000-03-20
1
-5
/
+2
*
Remove a bunch of unused (NO-OP) #if NFOO > 0 type includes and some
peter
2000-01-29
1
-3
/
+0
*
Remove NBPF conditionality of bpf calls in most of our network drivers.
phk
1999-09-25
1
-9
/
+0
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Set ifp->if_init to the right function.
mdodd
1999-08-20
1
-3
/
+6
*
Make these actually compile. I got a little delete happy pruning includes
mdodd
1999-08-18
1
-2
/
+5
*
SIOCSIFADDR, SIOCGIFADDR, and SIOCSIFMTU are implemented in
mdodd
1999-08-18
1
-31
/
+6
*
Add support for the Am79C978. (AMD PCHome/PCI Ethernet adapter)
mdodd
1999-08-10
1
-1
/
+13
*
Rename bpfilter to bpf.
des
1999-07-06
1
-6
/
+6
*
#ifdef BRIDGE around a goto label used by the bridge code to silcence a
peter
1999-05-09
1
-1
/
+3
*
Fix up a few easy 'assignment used as truth value' and 'suggest parens
peter
1999-05-06
1
-2
/
+2
*
Add sufficient braces to keep egcs happy about potentially ambiguous
peter
1999-05-06
1
-3
/
+3
*
Set ifq_maxlen to IFQ_MAXLEN
paul
1999-04-18
1
-2
/
+2
*
Set ifq_maxlen to number of transmit descriptors.
paul
1999-04-18
1
-1
/
+2
*
The changes to vm_page.c have broken the assumption that mallocing
paul
1999-04-18
1
-13
/
+24
*
MF22... add bridging support to the device drivers. Without this
luigi
1999-03-17
1
-4
/
+29
*
Add IFF_MULTICAST when setting flags in lnc_init().
paul
1999-01-31
1
-2
/
+2
*
Fix and enable multicast support.
paul
1999-01-31
1
-51
/
+47
*
Silence warnings.
eivind
1999-01-12
1
-5
/
+5
*
Add Id string to if_lnc.h and fix up copyrights to be consistent and up to date.
paul
1998-11-26
1
-2
/
+2
*
Despite what people may think the Am79C970 returns the chip id of an Am79C965.
paul
1998-11-26
1
-2
/
+2
[next]