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
/
ixgb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Catch up the rest of the drivers with the ether_vlan_mtap modifications.
csjp
2007-03-04
1
-1
/
+1
*
o break newbus api: add a new argument of type driver_filter_t to
piso
2007-02-23
1
-1
/
+1
*
Move ethernet VLAN tags from mtags to its own mbuf packet header field
andre
2006-09-17
1
-4
/
+13
*
Commit the results of the typo hunt by Darren Pilgrim.
yar
2006-08-04
1
-1
/
+1
*
Since DELAY() was moved, most <machine/clock.h> #includes have been
phk
2006-05-16
2
-2
/
+0
*
- Fix VLAN_INPUT_TAG() macro, so that it doesn't touch mtag in
glebius
2005-12-18
1
-2
/
+1
*
- Store pointer to the link-level address right in "struct ifnet"
ru
2005-11-11
1
-1
/
+1
*
- Don't pollute opt_global.h with DEVICE_POLLING and introduce
glebius
2005-10-05
1
-0
/
+4
*
Big polling(4) cleanup.
glebius
2005-10-01
2
-42
/
+50
*
Remove bridge(4) from the tree. if_bridge(4) is a full functional
mlaier
2005-09-27
1
-1
/
+0
*
Make sure that we call if_free(ifp) after bus_teardown_intr. Since we
imp
2005-09-19
1
-2
/
+3
*
Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE and
rwatson
2005-08-09
1
-17
/
+18
*
Modify device drivers supporting multicast addresses to lock if_addr_mtx
rwatson
2005-08-03
1
-0
/
+2
*
- add missing ether_poll_deregister
brueffer
2005-08-02
1
-2
/
+13
*
Stop embedding struct ifnet at the top of driver softcs. Instead the
brooks
2005-06-10
2
-21
/
+23
*
Convert to the faster bus_dmamap_load_mbuf_sg() interface.
alc
2005-05-18
2
-34
/
+16
*
Add locking and enable INTR_MPSAFE. Eliminate spl calls.
alc
2005-04-05
2
-55
/
+102
*
Fix copy&paste error in my previous commit.
mux
2005-03-27
1
-2
/
+2
*
Fix a bunch of bugs I came accross when looking at the ixgb(4) driver,
mux
2005-03-27
3
-41
/
+9
*
Use BUS_PROBE_DEFAULT for pci probe return value
imp
2005-03-05
1
-1
/
+1
*
Start each of the license/copyright comments with /*-, minor shuffle of lines
imp
2005-01-06
4
-3
/
+7
*
Since if_ixgb doesn't contain locking or run with INTR_MPSAFE, mark
rwatson
2004-08-14
1
-1
/
+2
*
PR kern/68474:
tackerman
2004-07-01
1
-2
/
+2
*
Add missing <sys/module.h> includes currently relying on nested include
phk
2004-06-03
1
-0
/
+1
*
First release of ixgb driver for the Intel(R) PRO/10GbE Family of Adapters. ...
tackerman
2004-05-28
10
-0
/
+6297