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
/
mxge
/
if_mxge.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Small LRO related fixes for mxge:
gallatin
2007-06-11
1
-4
/
+38
*
Use pmap_change_attr() to setup a write combine attribute for our
gallatin
2007-06-05
1
-1
/
+14
*
- Use m_getcl() rather than m_getjcl() when we're allocating 2KB
gallatin
2007-05-25
1
-1
/
+10
*
Add support for "hardware" vlan tag insertion & removal emulation
gallatin
2007-05-23
1
-32
/
+131
*
mxge cleanups:
gallatin
2007-05-22
1
-111
/
+87
*
Improve mxge receive performance:
gallatin
2007-05-21
1
-136
/
+219
*
- Add handling of MXGEFW_CMD_UNKNOWN in mxge_send_cmd().
gallatin
2007-05-08
1
-23
/
+30
*
Firmware update & improvements to firmware selection:
gallatin
2007-05-08
1
-90
/
+177
*
-Fix an mbuf leak caused by a cut&paste bug where the small ring's mbufs
gallatin
2007-04-27
1
-19
/
+35
*
- Fix a bug in the TSO transmit routine where frames which had
gallatin
2007-04-03
1
-1
/
+3
*
Optimize sx locks to use simple atomic operations for the common cases of
jhb
2007-03-31
1
-0
/
+1
*
Fix a bug which could lead to receive side lockup when WC is disabled.
gallatin
2007-03-27
1
-0
/
+1
*
o break newbus api: add a new argument of type driver_filter_t to
piso
2007-02-23
1
-1
/
+1
*
Work around a firmware bug where broadcast frames would be incorrectly
gallatin
2007-02-21
1
-5
/
+23
*
Cleanup and document the implementation of firmware(9) based on
luigi
2007-02-15
1
-1
/
+1
*
- Add 99% of a callout based watchdog. The remaining 1% is waiting
gallatin
2007-01-31
1
-29
/
+165
*
destroy busdma maps even if they are NULL, so as to avoid leaking
gallatin
2007-01-31
1
-18
/
+16
*
Abandon using sleepable locks in favor of mutexes for mxge's if_ioctl
gallatin
2007-01-31
1
-69
/
+76
*
Minor updates:
gallatin
2007-01-30
1
-3
/
+18
*
Fix mxge_submit_8rx() to behave like the comments says it does,
gallatin
2006-11-29
1
-1
/
+3
*
Fix transposition of width and value arguments to pci_config_write()
gallatin
2006-11-22
1
-1
/
+1
*
Initialization bugfixes and enhancements:
gallatin
2006-11-22
1
-6
/
+50
*
Added MSI support.
gallatin
2006-11-21
1
-12
/
+34
*
Fix a driver bug which could result in frames MHLEN or (MHLEN - 1) bytes
gallatin
2006-10-17
1
-2
/
+2
*
- Updated to the latest myri10ge firmware
gallatin
2006-09-15
1
-11
/
+118
*
- Added TSO support. This entailed increasing the number of send descriptors
gallatin
2006-09-15
1
-21
/
+224
*
Copy the link-layer address from our ifnet pointer at reset time
gallatin
2006-08-04
1
-0
/
+3
*
- add read only sysctl to indicate if write-combining was enabled
gallatin
2006-08-01
1
-1
/
+7
*
Firmware loading improvements:
gallatin
2006-07-17
1
-13
/
+95
*
Much to my surprise, IFQ_DRV_DEQUEUE() can return a null mbuf even if
gallatin
2006-06-14
1
-13
/
+11
*
Replace a sc->ifp->if_snd.ifq_drv_maxlen with IFQ_SET_MAXLEN(),
gallatin
2006-06-14
1
-1
/
+2
*
Update the mxge driver.
gallatin
2006-06-14
1
-373
/
+398
*
- Complete the myri10ge -> mxge name change by doing a mechanical
gallatin
2006-06-13
1
-342
/
+324
*
Since DELAY() was moved, most <machine/clock.h> #includes have been
phk
2006-05-16
1
-1
/
+0
*
10GbE mode driver and binary firmware for Myricom's PCI-express NICs.
gallatin
2006-02-19
1
-0
/
+2489
[prev]