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
/
xl
/
if_xl.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Mechanically convert to if_inc_counter().
glebius
2014-09-18
1
-12
/
+14
*
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
*
- Change the module order of these MAC drivers to be last so they are
marius
2012-05-11
1
-2
/
+3
*
- 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
-159
/
+46
*
Really spell suppress the right way
imp
2011-06-21
1
-1
/
+1
*
My broken 'u' key scks!
imp
2011-06-21
1
-1
/
+1
*
Supress warning that command didn't complete when the parent bus
imp
2011-06-21
1
-2
/
+2
*
Fix build.
yongari
2011-05-07
1
-1
/
+1
*
Remove unneeded use of variable status. This should have been done
yongari
2011-05-07
1
-2
/
+0
*
XL_DMACTL is 32bit register, use 32bit write macro.
yongari
2011-05-07
1
-1
/
+1
*
Rearm watchdog timer if driver kick controller to recover from TX
yongari
2011-05-07
1
-2
/
+5
*
Rename xl_stats_update() callout handler to xl_tick() and move MII
yongari
2011-05-07
1
-35
/
+20
*
Reuse the TX descriptor(DPD) if xl_encap() failed instead of just
yongari
2011-05-06
1
-2
/
+8
*
Change xl_rxeof() a bit to return the number of processed frames in
yongari
2011-05-06
1
-7
/
+3
*
Terminate interrupt handler if driver detect it's not running.
yongari
2011-05-06
1
-3
/
+9
*
Updating status word should be the last operation of UPD structure
yongari
2011-05-06
1
-1
/
+1
*
Call bus_dmamap_sync() only after TX DPD update.
yongari
2011-05-06
1
-4
/
+4
*
Set status word once instead of twice. For 3C90xB/3C90xC, frame
yongari
2011-05-06
1
-5
/
+5
*
Remove unnecessary htole32/le32toh dance.
yongari
2011-05-06
1
-8
/
+5
*
Rewrite RX filter logic and provide controller specific filter
yongari
2011-05-06
1
-120
/
+102
*
Do a sweep of the tree replacing calls to pci_find_extcap() with calls to
jhb
2011-03-23
1
-1
/
+1
*
Allocate the DMA memory shared between the host and the controller as
marius
2011-03-11
1
-4
/
+4
*
Add flow control for 3C905B and newer controllers. Note, these
yongari
2010-11-14
1
-6
/
+19
*
Correct an inverted check in r213893.
marius
2010-11-05
1
-1
/
+1
*
Convert the PHY drivers to honor the mii_flags passed down and convert
marius
2010-10-15
1
-18
/
+14
*
Implement basic WOL support. Note, not all xl(4) controllers
yongari
2010-08-23
1
-10
/
+62
*
Move xl_reset() to xl_init_locked(). This will make driver
yongari
2010-08-23
1
-6
/
+3
*
Remove unnecessary controller reinitialization by checking
yongari
2010-08-23
1
-5
/
+11
*
Clean up SIOCSIFCAP handler and allow RX checksum offloading could
yongari
2010-08-23
1
-31
/
+38
*
cardbus -> CardBus
imp
2010-01-03
1
-2
/
+2
*
Make xl(4) build with Tx checksum offload.
yongari
2009-07-09
1
-4
/
+4
*
Use if_maddr_rlock()/if_maddr_runlock() rather than IF_ADDR_LOCK()/
rwatson
2009-06-26
1
-4
/
+4
*
When user_frac in the polling subsystem is low it is going to busy the
attilio
2009-05-30
1
-9
/
+16
*
remove dead code with reference to IFQ_HANDOFF
kmacy
2009-04-27
1
-26
/
+0
*
To make it easy whether xl(4) missed Tx completion interrupt check
yongari
2009-04-21
1
-3
/
+19
*
Clear IFF_DRV_OACTIVE flag if one of queued packets was transmitted.
yongari
2009-04-21
1
-2
/
+6
*
remove now-redunant cardbus attachment.
imp
2009-03-09
1
-1
/
+0
*
Move the xl driver form sys/pci to sys/dev/xl for consistency.
imp
2008-08-10
1
-0
/
+3366