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
*
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
*
When I converted this driver to newbus I also cleaned up the code
mdodd
2000-01-13
1
-50
/
+51
*
Fix bus_setup_intr(); I changed exintr() to take a pointer to ex_softc
mdodd
1999-11-03
1
-1
/
+1
*
- Convert this driver to newbus.
mdodd
1999-10-16
1
-516
/
+754
*
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
*
Make these actually compile. I got a little delete happy pruning includes
mdodd
1999-08-18
1
-3
/
+6
*
SIOCSIFADDR, SIOCGIFADDR, and SIOCSIFMTU are implemented in
mdodd
1999-08-18
1
-76
/
+4
*
Rename bpfilter to bpf.
des
1999-07-06
1
-6
/
+6
*
Set ifq_maxlen to default value. (This should be safe, it's not clear
peter
1999-05-02
1
-1
/
+2
*
Fix warnings in preparation for adding -Wall -Wcast-qual to the
dillon
1999-01-28
1
-2
/
+2
*
Initialize isa_devtab entries for interrupt handlers in individual
bde
1998-10-22
1
-2
/
+5
[next]