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
/
msk
Commit message (
Expand
)
Author
Age
Files
Lines
*
When msk_detach() is called from msk_attach(), ifp may be
glebius
2011-04-25
1
-1
/
+2
*
Do a sweep of the tree replacing calls to pci_find_extcap() with calls to
jhb
2011-03-23
1
-2
/
+2
*
Introduce signed and unsigned version of CTLTYPE_QUAD, renaming
mdf
2011-01-19
1
-3
/
+3
*
Fix a few more SYSCTL_PROC() that were missing a CTLFLAG type specifier.
mdf
2011-01-19
1
-1
/
+1
*
Fix endianness bug introduced in r205091.
yongari
2010-12-31
1
-1
/
+1
*
o Flesh out the generic IEEE 802.3 annex 31B full duplex flow control
marius
2010-11-14
1
-5
/
+7
*
Fix typos.
brucec
2010-11-09
1
-9
/
+9
*
Convert the PHY drivers to honor the mii_flags passed down and convert
marius
2010-10-15
1
-11
/
+10
*
Catch up to rename of the constant for the Master Data Parity Error bit in
jhb
2010-09-09
1
-2
/
+2
*
When VLAN hardware tagging is disabled, make sure to disable VLAN
yongari
2010-05-04
1
-1
/
+2
*
Make sure to check whether driver is running before processing
yongari
2010-05-04
1
-9
/
+6
*
Drop driver lock before exiting from interrupt handler.
yongari
2010-05-04
1
-0
/
+1
*
Add basic support for Marvell 88E8059 Yukon Optima.
yongari
2010-04-30
2
-3
/
+23
*
Disable non-ASF packet flushing on Yukon Extreme as vendor's driver
yongari
2010-04-30
2
-0
/
+7
*
Both RX_GMF_LP_THR and RX_GMF_UP_THR must be 16 bits register. If
yongari
2010-04-30
2
-4
/
+4
*
With r206844, CSUM_TCP is also set for CSUM_TSO case. Modify
yongari
2010-04-19
1
-24
/
+24
*
Partial revert r204545.
yongari
2010-04-07
1
-1
/
+4
*
It seems PCI_OUR_REG_[1-5] registers are not mapped on PCI
yongari
2010-03-14
1
-10
/
+10
*
Implement Rx checksum offloading for Yukon EC, Yukon Ultra,
yongari
2010-03-12
2
-47
/
+204
*
Remove taskqueue based interrupt handling. After r204541 msk(4)
yongari
2010-03-02
2
-155
/
+26
*
Implement rudimentary interrupt moderation with programmable
yongari
2010-03-01
2
-20
/
+23
*
Make sure to enable flow-control only if established link is
yongari
2010-03-01
1
-14
/
+11
*
Properly sync status LEs after processing.
yongari
2010-03-01
1
-9
/
+2
*
Remove trailing white spaces.
yongari
2010-02-26
1
-4
/
+4
*
Allocate single MSI message. msk(4) used to allocate 2 MSI messages
yongari
2010-02-26
2
-46
/
+15
*
Don't hardcod register offset to set PCIe max read request size.
yongari
2010-02-26
2
-29
/
+20
*
Optimize inserting LE for TX checksum computation. Controller does
yongari
2010-02-26
2
-10
/
+17
*
Add TSO support on VLANs. Controller requires VLAN hardware tagging
yongari
2010-02-26
1
-6
/
+11
*
Reuse the configured LE for VLAN if new LE was created for TSO.
yongari
2010-02-26
1
-1
/
+1
*
Correct inversed programming of ethernet hardware address on
yongari
2010-02-20
1
-10
/
+16
*
Yukon Ultra2 has 126MHz clock.
yongari
2010-01-22
1
-1
/
+1
*
s/Mhz/MHz/g
yongari
2010-01-22
1
-8
/
+8
*
It seems generation of link state change of e1000phy(4) is not
yongari
2009-11-17
1
-0
/
+2
*
Add preliminary Yukon Ultra 2 support(88E8057). The controller
yongari
2009-11-07
2
-2
/
+15
*
Take a step towards removing if_watchdog/if_timer. Don't explicitly set
jhb
2009-11-06
1
-2
/
+0
*
It's normal to see Rx FIFO overruns under high network load and
yongari
2009-11-06
1
-3
/
+1
*
Remove unnecessary header file.
yongari
2009-11-06
1
-1
/
+0
*
- Add support for Marvell Yukon 88E8042 device.
lulf
2009-10-25
2
-0
/
+3
*
Add DGE-560SX(Yukon XL) to the supported device list. Many thanks
yongari
2009-09-28
2
-0
/
+3
*
Add workaround for Yukon XL which has hardware bug that can't flush
yongari
2009-09-28
1
-3
/
+8
*
Add hack to pass controller specific information to phy driver.
yongari
2009-09-28
2
-15
/
+25
*
Fix MIB statistics clear routine. This should fix alignment errors on sparc64.
yongari
2009-09-28
1
-1
/
+1
*
Revert previous commit and add myself to the list of people who should
phk
2009-09-08
1
-0
/
+5
*
Add necessary include.
phk
2009-09-08
1
-5
/
+0
*
Use if_maddr_rlock()/if_maddr_runlock() rather than IF_ADDR_LOCK()/
rwatson
2009-06-26
1
-2
/
+2
*
Add Yukon Extreme device ids, 88E8071 and 88E8072.
yongari
2009-06-02
2
-3
/
+9
*
Add Rx checksum offloading support for Yukon FE+ and Yukon Extreme.
yongari
2009-06-02
2
-8
/
+67
*
Add frame parser capability of Yukon FE+ and Yukon Extreme. With
yongari
2009-06-02
2
-13
/
+47
*
Add preliminary Yukon Extreme support and register definitions.
yongari
2009-06-02
2
-34
/
+198
*
Correct controller description for 88E8035, 88E8036, 88E8038 and
yongari
2009-05-25
1
-4
/
+4
[next]