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
/
iicbus
/
if_ic.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Tag mbufs of all incoming frames or packets with the interface's FIB
bz
2011-07-03
1
-0
/
+1
*
Remove duplicate header includes
kevlo
2011-06-28
1
-3
/
+0
*
Add new tunable 'net.link.ifqmaxlen' to set default send interface
sobomax
2010-05-03
1
-1
/
+1
*
Change if_output to take a struct route as its fourth argument in order
kmacy
2009-04-16
1
-2
/
+2
*
Fix iicbus_intr, iicbus_write and device_read_ivar prototypes...
imp
2009-02-10
1
-3
/
+3
*
Change the way I2C bus attachment works to allow firmware-assisted bus
nwhitehorn
2009-01-06
1
-1
/
+1
*
Lock the consumers of the iicbus(4) infrastructure:
jhb
2008-08-04
1
-70
/
+86
*
Minor style(9) treatment to make things a little more consistant
imp
2006-08-21
1
-3
/
+3
*
Turn a file that was mostly style(9) compliant to a file that's really close
imp
2006-04-04
1
-141
/
+115
*
Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE and
rwatson
2005-08-09
1
-5
/
+7
*
Fix some long standing bugs in writing to the BPF device attached to
dwmalone
2005-06-26
1
-1
/
+7
*
Stop embedding struct ifnet at the top of driver softcs. Instead the
brooks
2005-06-10
1
-14
/
+18
*
Since if_ic doesn't contain locking or run with INTR_MPSAFE, mark
rwatson
2004-08-13
1
-1
/
+2
*
o eliminate widespread on-stack mbuf use for bpf by introducing
sam
2003-12-28
1
-19
/
+3
*
Replace the if_name and if_unit members of struct ifnet with new members
brooks
2003-10-31
1
-4
/
+3
*
Use __FBSDID().
obrien
2003-08-24
1
-2
/
+3
*
Update netisr handling; Each SWI now registers its queue, and all queue
jlemon
2003-03-04
1
-4
/
+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
-3
/
+2
*
Fix misindentation.
phk
2002-10-16
1
-2
/
+2
*
Major rework of the iicbus/smbus framework:
nsouch
2002-03-23
1
-4
/
+6
*
Update to C99, s/__FUNCTION__/__func__/,
obrien
2001-12-10
1
-1
/
+1
*
Lock down the network interface queues. The queue mutex must be obtained
jlemon
2000-11-25
1
-7
/
+2
*
Remove unneeded #include <sys/proc.h> lines.
phk
2000-10-29
1
-1
/
+0
*
Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"
peter
1999-12-29
1
-2
/
+2
*
Remove NBPF conditionality of bpf calls in most of our network drivers.
phk
1999-09-25
1
-10
/
+0
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Rename bpfilter to bpf.
des
1999-07-06
1
-6
/
+6
*
Move the declaration of the interrupt type from the driver structure
dfr
1999-05-08
1
-2
/
+1
*
The "easy" fixes for compiling the kernel -Wunused: remove unreferenced static
archie
1998-12-07
1
-2
/
+1
*
iicbb is generic support for I2C bit-banging.
nsouch
1998-10-31
1
-2
/
+2
*
Submitted by: nsouch
nsouch
1998-09-03
1
-0
/
+468