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
/
et
/
if_et.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Mechanically substitute flags from historic mbuf allocator with
glebius
2012-12-04
1
-3
/
+3
*
Align the PCI Express #defines with the style used for the PCI-X
gavin
2012-09-18
1
-3
/
+3
*
style. No functional changes.
yongari
2012-01-10
1
-34
/
+68
*
Announce flow control ability to PHY driver and enable RX flow
yongari
2011-12-09
1
-4
/
+20
*
Remove unnecessary definition of ET_PCIR_BAR. Controller support
yongari
2011-12-09
1
-8
/
+3
*
Do not disable interrupt without knowing whether the raised
yongari
2011-12-09
1
-13
/
+19
*
Disable all clocks and put PHY into COMA before entering into
yongari
2011-12-07
1
-2
/
+19
*
Protect SIOCSIFMTU ioctl handler with driver lock.
yongari
2011-12-07
1
-3
/
+7
*
Implement hardware MAC statistics counter. Counters could be
yongari
2011-12-07
1
-4
/
+186
*
Rework link state tracking and TX/RX MAC configuration.
yongari
2011-12-07
1
-106
/
+122
*
Remove et_enable_intrs(), et_disable_intrs() functions and
yongari
2011-12-07
1
-24
/
+11
*
Controller does not require TX start command for every frame. So
yongari
2011-12-07
1
-9
/
+29
*
Overhaul bus_dma(9) usage in et(4) and clean up TX/RX path. This
yongari
2011-12-07
1
-573
/
+538
*
Make et_probe() return BUS_PROBE_DEFAULT such that allow other
yongari
2011-12-06
1
-15
/
+11
*
et(4) supports VLAN oversized frame so correctly set header length.
yongari
2011-12-06
1
-2
/
+4
*
Fix alt(4) support. Also add check for number of available TX
yongari
2011-12-05
1
-18
/
+22
*
Implement suspend/resume methods. Driver has no issue with
yongari
2011-12-05
1
-0
/
+30
*
- There's no need to overwrite the default device method with the default
marius
2011-11-22
1
-4
/
+1
*
Make sure to report media change status to caller. Previously it
yongari
2011-10-17
1
-3
/
+1
*
Add missing driver lock in media status handler.
yongari
2011-10-17
1
-0
/
+2
*
Remove duplicate header includes
kevlo
2011-06-28
1
-1
/
+0
*
- Remove attempts to implement setting of BMCR_LOOP/MIIF_NOLOOP
marius
2011-05-03
1
-6
/
+3
*
Do a sweep of the tree replacing calls to pci_find_extcap() with calls to
jhb
2011-03-23
1
-1
/
+1
*
Converted the remainder of the NIC drivers to use the mii_attach()
marius
2010-10-15
1
-4
/
+4
*
Make sure to clear IFF_DRV_RUNNING to reinitialize controller.
yongari
2010-09-21
1
-0
/
+2
*
Change copyright holder to author. We prefer using a real legal
delphij
2010-07-30
1
-1
/
+1
*
Only Tx checksum offloading is supported now. Remove experimental
yongari
2009-11-20
1
-1
/
+1
*
Add __FBSDID.
yongari
2009-11-20
1
-1
/
+3
*
Add IPv4/TCP/UDP Tx checksum offloading support. It seems the
yongari
2009-11-20
1
-6
/
+31
*
Because we know received bytes including CRC there is no reason to
yongari
2009-11-20
1
-4
/
+2
*
Add initial endianness support. It seems the controller supports
yongari
2009-11-20
1
-14
/
+14
*
Fix copy & paste error and remove extra space before colon.
yongari
2009-11-19
1
-2
/
+2
*
Use capability pointer to access PCIe registers rather than
yongari
2009-11-19
1
-18
/
+26
*
Use bus_{read,write}_4 rather than bus_space_{read,write}_4.
yongari
2009-11-19
1
-2
/
+0
*
style(9)
yongari
2009-11-19
1
-59
/
+59
*
Remove extra spce at the EOL.
yongari
2009-11-19
1
-1
/
+1
*
Add MSI support.
yongari
2009-11-19
1
-8
/
+39
*
Destroy driver mutex in device detach.
yongari
2009-11-19
1
-1
/
+2
*
Remove support code for FreeBSD 6.x versions.
yongari
2009-11-19
1
-5
/
+0
*
Remove complex macros that were used to compute bits values.
yongari
2009-11-19
1
-39
/
+48
*
Use if_maddr_rlock()/if_maddr_runlock() rather than IF_ADDR_LOCK()/
rwatson
2009-06-26
1
-2
/
+2
*
Don't leak DMA map if not freed.
delphij
2008-07-11
1
-0
/
+2
*
Add et(4), a port of DragonFly's Agere ET1310 10/100/Gigabit
delphij
2008-06-20
1
-0
/
+2389