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
/
pdq
/
pdq_ifsubr.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Mechanically substitute flags from historic mbuf allocator with
glebius
2012-12-04
1
-2
/
+2
*
Add new tunable 'net.link.ifqmaxlen' to set default send interface
sobomax
2010-05-03
1
-1
/
+1
*
Several fixes to these drivers. Note that these two drivers are actually
jhb
2009-11-19
1
-31
/
+89
*
Use if_maddr_rlock()/if_maddr_runlock() rather than IF_ADDR_LOCK()/
rwatson
2009-06-26
1
-2
/
+2
*
Fix preprocessor code to check for a symbol being defined prior to checking
mjacob
2007-06-08
1
-1
/
+1
*
- Make IFP2ENADDR() a pointer to IF_LLADDR() rather than another
ru
2005-11-11
1
-2
/
+2
*
Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE and
rwatson
2005-08-09
1
-8
/
+8
*
Modify device drivers supporting multicast addresses to lock if_addr_mtx
rwatson
2005-08-03
1
-0
/
+2
*
Stop embedding struct ifnet at the top of driver softcs. Instead the
brooks
2005-06-10
1
-43
/
+29
*
Remove bus_{mem,p}io.h and related code for a micro-optimization on i386
nyan
2005-05-29
1
-2
/
+0
*
Offer unhandled IOCTLS to fddi_ioctl().
mdodd
2005-03-24
1
-8
/
+1
*
Use __FBSDID().
obrien
2003-08-24
1
-1
/
+3
*
Catch up with recent infrastructure changes.
mdodd
2003-03-16
1
-2
/
+2
*
Back out M_* changes, per decision of the TRB.
imp
2003-02-19
1
-2
/
+2
*
Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.
alfred
2003-01-21
1
-2
/
+2
*
network interface driver changes:
sam
2002-11-14
1
-6
/
+6
*
Change callers of mtx_init() to pass in an appropriate lock type name. In
jhb
2002-04-04
1
-1
/
+2
*
- Merge the pdq driver (if_fpa and if_fea) from NetBSD.
mdodd
2002-03-29
1
-156
/
+514
*
Fix warning (passing wrong arg to arp_ifinit())
peter
2002-02-27
1
-1
/
+1
*
Convert if_multiaddrs from LIST to TAILQ so that it can be traversed
phk
2001-02-06
1
-2
/
+2
*
Mechanical change to use <sys/queue.h> macro API instead of
phk
2001-02-04
1
-2
/
+2
*
Lock down the network interface queues. The queue mutex must be obtained
jlemon
2000-11-25
1
-7
/
+1
*
Uh, ya, sure this almost compiled for __bsdi__. NOT!
hoek
2000-05-21
1
-0
/
+1
*
Set ifq_maxlen. (to default IFQ_MAXLEN)
mdodd
2000-01-13
1
-0
/
+1
*
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
*
Rename bpfilter to bpf.
des
1999-07-06
1
-6
/
+6
*
Removed unused #includes.
bde
1998-02-20
1
-3
/
+1
*
Make INET a proper option.
eivind
1998-01-08
1
-2
/
+6
*
Removed unused #includes.
bde
1997-06-14
1
-16
/
+1
*
Don't include <sys/ioctl.h> in the kernel. Stage 2: include
bde
1997-03-24
1
-2
/
+2
*
Catch up with the moving target: merge the change from rev 1.19 of the
joerg
1997-01-18
1
-26
/
+22
*
This mega-merge brings Matt Thomas' 960801 FDDI driver (almost) up
joerg
1997-01-17
1
-4
/
+7
*
Finally import the 960801 of Matt Thomas' DEC FDDI driver. I'm
joerg
1997-01-17
1
-0
/
+404