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
/
pci
/
if_rl.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
The r48589 promised to remove implicit inclusion of if_var.h soon. Prepare
glebius
2013-10-26
1
-0
/
+1
*
Add D-Link DFE-520TX rev C1.
yongari
2013-01-16
1
-0
/
+2
*
Mechanically substitute flags from historic mbuf allocator with
glebius
2012-12-05
1
-1
/
+1
*
Remove duplicate const specifiers in many drivers (I hope I got all of
dim
2012-11-05
1
-1
/
+1
*
Use correct Config registers for RTL8139 family. Unlike RTL8168 and
yongari
2012-02-25
1
-14
/
+23
*
- 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
1
-181
/
+46
*
Close a race where SIOCGIFMEDIA ioctl get inconsistent link status.
yongari
2011-10-17
1
-1
/
+1
*
Do a sweep of the tree replacing calls to pci_find_extcap() with calls to
jhb
2011-03-23
1
-3
/
+3
*
Convert the PHY drivers to honor the mii_flags passed down and convert
marius
2010-10-15
1
-13
/
+10
*
Rewrite interrupt handler to give fairness for both RX and TX.
yongari
2010-10-13
1
-16
/
+28
*
Rename rl_setmulti() to rl_rxfilter() as rl_rxfilter() will handle
yongari
2010-09-30
1
-66
/
+42
*
Remove unnecessary controller reinitialization.
yongari
2010-08-24
1
-2
/
+12
*
It seems some newer RTL8139 controllers provides only memory space
yongari
2010-08-22
1
-23
/
+27
*
Implement WOL. WOL is supported on RTL8139B or newer controllers.
yongari
2010-07-19
1
-2
/
+139
*
Add new tunable 'net.link.ifqmaxlen' to set default send interface
sobomax
2010-05-03
1
-2
/
+2
*
Use if_maddr_rlock()/if_maddr_runlock() rather than IF_ADDR_LOCK()/
rwatson
2009-06-26
1
-2
/
+2
*
When user_frac in the polling subsystem is low it is going to busy the
attilio
2009-05-30
1
-10
/
+17
*
Destroy TX tag outside of loop scope.
fjoe
2009-02-09
1
-1
/
+1
*
Since we don't request reset for rlphy(4), the link state 'UP'
yongari
2008-12-22
1
-0
/
+2
*
By default assume a 8139 chip if the EEPROM contents prove inconclusive. The
wilko
2008-12-15
1
-3
/
+9
*
Update if_iqdrops instead of if_ierrors when m_devget(9) fails.
yongari
2008-12-03
1
-7
/
+4
*
Make RL_TWISTER_ENABLE a tunable/sysctl. Eliminate it as an option.
imp
2008-11-02
1
-22
/
+32
*
Fix a few typos/spelling errors in my comments from the last commit,
imp
2008-11-01
1
-7
/
+7
*
Add RL_TWISTER_ENABLE option. This enables the magic bits to do long
imp
2008-10-31
1
-2
/
+135
*
Implement miibus_statchg handler. It detects whether rl(4)
yongari
2008-10-25
1
-0
/
+34
*
After sending stop command to MAC, give hardware chance to drain
yongari
2008-10-25
1
-0
/
+8
*
Make rl_init_locked() call rl_reset. This will put hardware into
yongari
2008-10-25
1
-7
/
+4
*
Don't rearm watchdog timer in rl_txeof(). The watchdog timer was
yongari
2008-10-25
1
-2
/
+0
*
Various bus_dma(9) fixes.
yongari
2008-10-25
1
-118
/
+247
*
Add another 8139D variant.
remko
2008-06-16
1
-0
/
+2
*
It seems that RealTek 8129/8139 chip reports invalid length of
yongari
2008-04-10
1
-3
/
+5
*
Don't map memory/IO resource in device probe and just use PCI
yongari
2008-03-03
1
-41
/
+18
*
Add the FNW3603TX Planex NIC.
remko
2007-11-26
1
-0
/
+2
*
Fix function prototype for device_shutdown method.
yongari
2007-11-22
1
-2
/
+4
*
Add MSI support.
yongari
2007-07-24
1
-8
/
+8
*
o break newbus api: add a new argument of type driver_filter_t to
piso
2007-02-23
1
-1
/
+1
*
Change the remainder of the drivers for DMA'ing devices enabled in the
marius
2007-01-21
1
-1
/
+1
*
Don't assume IF_LLADDR returns aligned memory address.
yongari
2006-12-18
1
-4
/
+5
*
if_watchdog -> rl_watchdog
ru
2006-12-01
1
-14
/
+15
*
Consistently use if_printf() only in interface methods: if_start,
glebius
2006-09-15
1
-4
/
+5
*
Do not touch ifp->if_baudrate in miibus aware drivers.
glebius
2006-02-14
1
-1
/
+0
*
- 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
*
In detach method, move if_free() after bus_teardown_intr().
ru
2005-10-13
1
-2
/
+3
*
- 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
-36
/
+40
*
- Use if_printf() and device_printf() in re(4) and remove rl_unit from
jhb
2005-09-29
1
-17
/
+11
*
Fix "struct ifnet" leaks when attach() fails in the middle, e.g.
ru
2005-09-16
1
-5
/
+3
*
Fixed "Memory modified after free" panic in rl_detach() due
ru
2005-09-14
1
-4
/
+3
[next]