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
/
lge
Commit message (
Expand
)
Author
Age
Files
Lines
*
sys/dev: minor spelling fixes.
pfg
2016-05-03
1
-1
/
+1
*
Mechanically convert to if_inc_counter().
glebius
2014-09-19
1
-7
/
+7
*
All mbuf external free functions never fail, so let them be void.
glebius
2014-07-11
1
-4
/
+2
*
The r48589 promised to remove implicit inclusion of if_var.h soon. Prepare
glebius
2013-10-26
1
-0
/
+1
*
Give (*ext_free) an int return value allowing for very sophisticated
andre
2013-08-25
1
-3
/
+3
*
Add an mbuf pointer parameter to (*ext_free) to give the external
andre
2013-08-24
1
-4
/
+2
*
Mechanically substitute flags from historic mbuf allocator with
glebius
2012-12-04
1
-1
/
+1
*
Remove duplicate const specifiers in many drivers (I hope I got all of
dim
2012-11-05
1
-1
/
+1
*
ether_ifattach() sets if_mtu to ETHERMTU, don't bother set it again
kevlo
2012-01-07
1
-1
/
+0
*
- There's no need to overwrite the default device method with the default
marius
2011-11-22
1
-5
/
+1
*
Close a race where SIOCGIFMEDIA ioctl get inconsistent link status.
yongari
2011-10-17
1
-1
/
+1
*
- Remove unused remnants of MII bitbang'ing.
marius
2011-10-11
2
-20
/
+3
*
- Remove attempts to implement setting of BMCR_LOOP/MIIF_NOLOOP
marius
2011-05-03
1
-6
/
+3
*
Converted the remainder of the NIC drivers to use the mii_attach()
marius
2010-10-15
1
-4
/
+4
*
- Hook into the existing stat timer to drive the transmit watchdog instead
jhb
2009-11-19
2
-14
/
+13
*
Use if_maddr_rlock()/if_maddr_runlock() rather than IF_ADDR_LOCK()/
rwatson
2009-06-26
1
-2
/
+2
*
Remove unused variable.
brueffer
2009-05-12
1
-3
/
+0
*
Plug memory leak in jumbo buffer allocation failure path.
yongari
2008-03-05
1
-4
/
+12
*
Give MEXTADD() another argument to make both void pointers to the
phk
2008-02-01
1
-1
/
+1
*
Fix function prototype for device_shutdown method.
yongari
2007-11-22
1
-3
/
+3
*
o break newbus api: add a new argument of type driver_filter_t to
piso
2007-02-23
1
-1
/
+1
*
- Consistently use if_printf() only in interface methods: if_start(),
glebius
2006-09-15
2
-12
/
+15
*
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
*
Add locking and mark MPSAFE:
jhb
2005-11-23
2
-55
/
+98
*
- Store pointer to the link-level address right in "struct ifnet"
ru
2005-11-11
1
-2
/
+2
*
Replace FreeBSD 3.x syntax (controller miibus0) with 4.x syntax
imp
2005-10-22
1
-1
/
+1
*
- Use if_printf() and device_printf() and axe lge_unit from the softc.
jhb
2005-10-03
2
-58
/
+41
*
Make sure that we call if_free(ifp) after bus_teardown_intr. Since we
imp
2005-09-19
1
-1
/
+1
*
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
-14
/
+27
*
Remove bus_{mem,p}io.h and related code for a micro-optimization on i386
nyan
2005-05-29
1
-2
/
+0
*
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
-2
/
+3
*
Since if_lge doesn't contain locking or run with INTR_MPSAFE, mark
rwatson
2004-08-13
1
-1
/
+2
*
Remove the setting of the pci config variables on power state changes.
imp
2004-06-28
1
-24
/
+0
*
Replace handrolled CRC calculation with ether_crc32_[lb]e().
naddy
2004-06-09
1
-28
/
+2
*
Add missing <sys/module.h> includes
phk
2004-05-30
1
-0
/
+1
*
We don't need to initialize if_output, ether_ifattach() does it
mux
2004-05-23
1
-1
/
+0
*
Convert callers to the new bus_alloc_resource_any(9) API.
njl
2004-03-17
1
-3
/
+2
*
Announce ethernet MAC addresss in ether_ifattach().
mdodd
2004-03-14
1
-5
/
+0
*
Don't use caddr_t in mchash(). Also use C99 spellings over BSD ones.
obrien
2003-12-08
1
-6
/
+6
*
Remove duplicate FBSDID's, move others to their right place.
obrien
2003-11-14
1
-3
/
+0
*
Try to create some sort of consistency in how the routings to find the
obrien
2003-11-13
1
-13
/
+10
*
Replace the if_name and if_unit members of struct ifnet with new members
brooks
2003-10-31
1
-2
/
+1
*
Use __FBSDID().
obrien
2003-08-24
1
-0
/
+3
*
Prefer new location of pci include files (which have only been in the
imp
2003-08-22
1
-2
/
+2
[next]