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
/
nge
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix various NIC drivers to properly cleanup static DMA resources.
jhb
2014-06-11
1
-8
/
+6
*
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
-2
/
+2
*
Remove duplicate const specifiers in many drivers (I hope I got all of
dim
2012-11-05
1
-1
/
+1
*
- There's no need to overwrite the default device method with the default
marius
2011-11-22
1
-5
/
+1
*
- Import the common MII bitbang'ing code from NetBSD and convert drivers to
marius
2011-11-01
2
-203
/
+51
*
Close a race where SIOCGIFMEDIA ioctl get inconsistent link status.
yongari
2011-10-17
1
-1
/
+1
*
- Remove attempts to implement setting of BMCR_LOOP/MIIF_NOLOOP
marius
2011-05-03
1
-4
/
+2
*
Do a sweep of the tree replacing calls to pci_find_extcap() with calls to
jhb
2011-03-23
1
-3
/
+3
*
Converted the remainder of the NIC drivers to use the mii_attach()
marius
2010-10-15
1
-3
/
+3
*
Use if_maddr_rlock()/if_maddr_runlock() rather than IF_ADDR_LOCK()/
rwatson
2009-06-26
1
-2
/
+2
*
Unbreak build.
attilio
2009-05-30
1
-7
/
+12
*
bus_dma(9) conversion and make nge(4) work on all architectures.
yongari
2009-05-21
2
-835
/
+1654
*
Remove extra parenthesis used in macros. These macros are not used
yongari
2009-05-18
1
-2
/
+2
*
Consistently use tab characters instead of spaces.
yongari
2009-05-18
2
-25
/
+25
*
style(9)
yongari
2009-05-18
1
-76
/
+76
*
s/u_int8_t/uint8_t/g
yongari
2009-05-18
2
-46
/
+46
*
style(9) - space after keyword.
yongari
2009-05-18
1
-25
/
+25
*
Remove return statement at the end of functions that return void.
yongari
2009-05-18
1
-35
/
+0
*
Remove trailling whitespaces.
yongari
2009-05-18
2
-37
/
+37
*
Remove register keyword.
yongari
2009-05-18
1
-6
/
+6
*
Use ANSI C declarations for all functions.
yongari
2009-05-18
1
-96
/
+37
*
Fix function prototype for device_shutdown method.
yongari
2007-11-22
1
-3
/
+3
*
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
-8
/
+5
*
- Consistently use if_printf() only in interface methods: if_start(),
glebius
2006-09-15
2
-5
/
+7
*
Since DELAY() was moved, most <machine/clock.h> #includes have been
phk
2006-05-16
1
-1
/
+0
*
Remove various bits of conditional Alpha code and fixup a few comments.
jhb
2006-05-12
1
-5
/
+0
*
Do not touch ifp->if_baudrate in miibus aware drivers.
glebius
2006-02-14
1
-1
/
+0
*
- Fix VLAN_INPUT_TAG() macro, so that it doesn't touch mtag in
glebius
2005-12-18
1
-1
/
+3
*
- Store pointer to the link-level address right in "struct ifnet"
ru
2005-11-11
1
-3
/
+3
*
Replace FreeBSD 3.x syntax (controller miibus0) with 4.x syntax
imp
2005-10-22
1
-1
/
+1
*
Minor tweaks and fixups:
jhb
2005-10-13
2
-69
/
+61
*
- 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
1
-25
/
+37
*
Make sure that we call if_free(ifp) after bus_teardown_intr. Since we
imp
2005-09-19
1
-1
/
+1
*
Add two missing if_free() calls.
ru
2005-09-15
1
-0
/
+3
*
Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE and
rwatson
2005-08-09
1
-13
/
+13
*
Modify device drivers supporting multicast addresses to lock if_addr_mtx
rwatson
2005-08-03
1
-0
/
+2
*
Stop embedding struct ifnet at the top of driver softcs. Instead the
brooks
2005-06-10
2
-16
/
+24
*
Remove bus_{mem,p}io.h and related code for a micro-optimization on i386
nyan
2005-05-29
1
-2
/
+0
*
fix null ptr deref when nge_newbuf is called with an existing mbuf
sam
2005-03-28
1
-8
/
+6
*
deref correct mbuf ptr to collect any vlan tag
sam
2005-03-26
1
-1
/
+1
*
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
2
-2
/
+2
*
Hide link up/down/media printfs behind bootverbose
phk
2004-11-08
1
-3
/
+4
*
Fix a typo that affects !i386.
alc
2004-09-15
2
-2
/
+2
*
Add missing NGE_LOCK_DESTROY() to nge_detach().
wpaul
2004-09-14
1
-0
/
+2
*
Make two major changes to this code to address some stability/corruption
wpaul
2004-09-14
2
-300
/
+239
[next]