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
/
if_ex.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
In order to reduce use of M_EXT outside of the mbuf allocator and
rwatson
2015-01-06
1
-2
/
+1
*
Mechanically convert to if_inc_counter().
glebius
2014-09-19
1
-10
/
+10
*
The r48589 promised to remove implicit inclusion of if_var.h soon. Prepare
glebius
2013-10-26
1
-0
/
+1
*
Mechanically substitute flags from historic mbuf allocator with
glebius
2012-12-04
1
-3
/
+3
*
Convert files to UTF-8
uqs
2012-01-15
1
-1
/
+1
*
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
*
Some PC Card variants of the 82365 don't seem to like setting the IRQ
imp
2008-08-24
1
-6
/
+12
*
Make ex(4) MPSAFE:
jhb
2008-06-13
1
-47
/
+77
*
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
*
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
*
Stop embedding struct ifnet at the top of driver softcs. Instead the
brooks
2005-06-10
1
-11
/
+18
*
Start each of the license/copyright comments with /*-, minor shuffle of lines
imp
2005-01-06
1
-1
/
+1
*
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
*
MFp4:
imp
2004-06-27
1
-194
/
+162
*
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
*
Use __FBSDID().
obrien
2003-08-24
1
-1
/
+3
*
- Declare ex_devclass in if_ex.c
mdodd
2003-03-29
1
-0
/
+2
*
- Move ex_pccard_detach() to if_ex.c and rename it to ex_detach().
mdodd
2003-03-29
1
-0
/
+19
*
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
1
-5
/
+101
*
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
1
-10
/
+10
*
Mechanical change to use <sys/queue.h> macro API instead of
phk
2001-02-04
1
-1
/
+1
*
Warning police:
jhb
2001-01-19
1
-2
/
+0
*
Remove unneeded #include <machine/clock.h>
phk
2000-10-15
1
-1
/
+0
*
Add support for pccard attachments of the ex driver. It supports the
imp
2000-09-29
1
-2
/
+2
*
Make all Ethernet drivers attach using ether_ifattach() and detach using
archie
2000-07-13
1
-6
/
+1
*
Unused include: #include "ex.h"
peter
2000-06-10
1
-2
/
+0
*
Move code to handle BPF and bridging for incoming Ethernet packets out
archie
2000-05-14
1
-17
/
+0
*
Split out the ISA bus front end code into its own file. PCCARD attachment
mdodd
2000-05-01
1
-297
/
+71
*
Remove ~25 unneeded #include <sys/conf.h>
phk
2000-04-19
1
-1
/
+0
*
Add 'bootverbose' debug messages to assist with tracking down problems
mdodd
2000-03-13
1
-5
/
+27
*
Initial ifmedia support. Once I figure out autoselection I'll put the
mdodd
2000-03-13
1
-15
/
+65
*
Pre 4.0 tidy up.
peter
2000-01-14
1
-1
/
+1
*
Cosmetic cleanups.
mdodd
2000-01-13
1
-34
/
+23
*
Implement a DEVICE_IDENTIFY method. I want to revisit some of this later
mdodd
2000-01-13
1
-22
/
+59
[next]