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
/
ex
Commit message (
Expand
)
Author
Age
Files
Lines
*
Mechanically substitute flags from historic mbuf allocator with
glebius
2012-12-04
1
-3
/
+3
*
Convert files to UTF-8
uqs
2012-01-15
2
-2
/
+2
*
ether_ifattach() sets if_mtu to ETHERMTU, don't bother set it again
kevlo
2012-01-07
1
-1
/
+0
*
Add new tunable 'net.link.ifqmaxlen' to set default send interface
sobomax
2010-05-03
1
-1
/
+1
*
Replace several instances of 'if (!a & b)' with 'if (!(a &b))' in order
trasz
2010-01-08
1
-1
/
+1
*
Use if_maddr_rlock()/if_maddr_runlock() rather than IF_ADDR_LOCK()/
rwatson
2009-06-26
1
-4
/
+4
*
Add preliminary support for the OLICOM OC2231 and OC2232. This is the
imp
2008-08-27
1
-12
/
+55
*
Some PC Card variants of the 82365 don't seem to like setting the IRQ
imp
2008-08-24
3
-10
/
+18
*
Make ex(4) MPSAFE:
jhb
2008-06-13
4
-90
/
+101
*
s/destory/destroy/ (except for the code in contrib/).
pjd
2007-04-16
1
-1
/
+1
*
o break newbus api: add a new argument of type driver_filter_t to
piso
2007-02-23
2
-2
/
+2
*
Remove ifdef notyet SIOCGHWADDR vestige.
imp
2006-02-04
1
-7
/
+0
*
- Store pointer to the link-level address right in "struct ifnet"
ru
2005-11-11
1
-2
/
+2
*
Catch up with IFP2ENADDR() type change (array -> pointer).
ru
2005-11-11
1
-1
/
+1
*
Fix "struct ifnet" leaks when attach() fails in the middle.
ru
2005-09-16
1
-1
/
+3
*
MFp4:
imp
2005-09-13
1
-73
/
+40
*
Add the olicom OC2231 and OC2232 to the list of cards that we should
imp
2005-09-13
1
-0
/
+2
*
Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE and
rwatson
2005-08-09
1
-9
/
+9
*
Modify device drivers supporting multicast addresses to lock if_addr_mtx
rwatson
2005-08-03
1
-1
/
+5
*
Add real support for obtaining the silicom MAC address from the
imp
2005-07-15
1
-34
/
+7
*
Eliminate unused argument in PCMCIA_CARD macro.
imp
2005-06-24
1
-2
/
+2
*
Stop embedding struct ifnet at the top of driver softcs. Instead the
brooks
2005-06-10
4
-14
/
+22
*
Include necessary declarations
imp
2005-01-20
1
-0
/
+3
*
Only match ethernet functions. I've not seen any multifunction cards
imp
2005-01-20
1
-0
/
+7
*
Start each of the license/copyright comments with /*-, minor shuffle of lines
imp
2005-01-06
2
-2
/
+2
*
Use cluster if data >= MINCLSIZE.
glebius
2004-10-17
1
-1
/
+1
*
Since if_ex doesn't contain locking or run with INTR_MPSAFE, mark
rwatson
2004-08-13
1
-1
/
+2
*
another format nit
imp
2004-06-28
1
-1
/
+2
*
casting for printf happiness
imp
2004-06-28
1
-4
/
+4
*
MFp4:
imp
2004-06-27
4
-257
/
+351
*
Fix disordering of pccarddevs.h noticed by bde. Also remove a few
imp
2004-05-27
1
-1
/
+1
*
Move to generating pccarddevs.h on the fly, both for the kernel and
imp
2004-05-26
1
-1
/
+1
*
We don't need to initialize if_output, ether_ifattach() does it
mux
2004-05-23
1
-1
/
+0
*
Remove improper use of if_addrhead in device drivers to check
luigi
2004-04-15
1
-3
/
+0
*
Convert callers to the new bus_alloc_resource_any(9) API.
njl
2004-03-17
1
-4
/
+4
*
Announce ethernet MAC addresss in ether_ifattach().
mdodd
2004-03-14
1
-3
/
+0
*
Replace the if_name and if_unit members of struct ifnet with new members
brooks
2003-10-31
1
-9
/
+7
*
add newcard support to ex
imp
2003-10-26
1
-2
/
+28
*
Use __FBSDID().
obrien
2003-08-24
3
-3
/
+9
*
- Declare ex_devclass in if_ex.c
mdodd
2003-03-29
4
-8
/
+8
*
- Move ex_pccard_detach() to if_ex.c and rename it to ex_detach().
mdodd
2003-03-29
4
-15
/
+22
*
Reformat for readability.
mdodd
2003-03-29
1
-96
/
+98
*
Don't panic if we aren't plugged into a hub.
mdodd
2003-03-29
1
-5
/
+18
*
Multicast support, gleaned from NetBSD's if_iy driver.
mdodd
2003-03-28
2
-5
/
+103
*
Back out M_* changes, per decision of the TRB.
imp
2003-02-19
1
-3
/
+3
*
Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.
alfred
2003-01-21
1
-3
/
+3
*
network interface driver changes:
sam
2002-11-14
1
-6
/
+3
*
Remove __P.
alfred
2002-03-20
3
-16
/
+16
*
Mechanical change to use <sys/queue.h> macro API instead of
phk
2001-02-04
1
-1
/
+1
*
Warning police:
jhb
2001-01-19
2
-2
/
+2
[next]