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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix build: Make forgotten IFNET_MULTIQUEUE to IFNET_BUF_RING
gallatin
2009-04-27
1
-1
/
+1
*
Updates to mxge for multiple tx/rx rings:
gallatin
2009-04-27
2
-41
/
+333
*
Fix cut/paste error in previous commit and use the
gallatin
2009-02-17
1
-1
/
+1
*
Better support for recent Myricom 10GbE NICs
gallatin
2009-02-17
7
-32827
/
+32798
*
Remove obsolete C preprocessor assertions.
rdivacky
2009-02-12
1
-1
/
+1
*
Restore sfence semantics in mxge after the introduction
gallatin
2008-11-24
2
-25
/
+25
*
- bump __FreeBSD version to reflect added buf_ring, memory barriers,
kmacy
2008-11-22
1
-0
/
+4
*
Update to Myri10GE Firmware 1.4.36.
gallatin
2008-10-23
4
-32592
/
+32702
*
Update to Myri10GE firmware version 1.4.33 from 1.4.29. Relevant changes inc...
gallatin
2008-10-01
5
-56663
/
+32655
*
Adapt mxge shims to detect phys contig jumbo frames
gallatin
2008-08-21
1
-1
/
+2
*
Clean up mxge's use of callouts as pointed out by jhb,
gallatin
2008-07-17
1
-36
/
+19
*
Initialize if_baudrate using IF_Gbps() macro.
gallatin
2008-04-02
1
-1
/
+1
*
Remove dead code which makes a call to mem_range_attr_set().
gallatin
2008-03-12
1
-18
/
+2
*
Now that mxge supports MSI-X interrupts, reverse the logic and flag
gallatin
2008-02-14
2
-8
/
+10
*
Add minimally invasive shims to ease MFCs of mxge back as far
gallatin
2008-02-14
3
-10
/
+68
*
Make the type of the firmware arrays match those
gallatin
2008-02-13
2
-6
/
+6
*
Only reset driver state when a hardware error is detected.
gallatin
2008-01-28
1
-5
/
+6
*
Take advantage of the new physically contiguous 9K jumbos in 8.
gallatin
2008-01-22
2
-3
/
+29
*
Add optional support to mxge for MSI-X interrupts and multiple receive
gallatin
2008-01-15
8
-516
/
+31649
*
Fix accidental swap of "const" for "static" in mxge firmware byte arrays
gallatin
2008-01-15
2
-6
/
+6
*
Update to firmware version 1.4.29 from 1.4.25. Relevant changes include:
gallatin
2008-01-15
2
-25570
/
+26369
*
Add support for a new device id (9). Mxge NICs with the new
gallatin
2007-09-13
2
-1
/
+3
*
- Fix a bug which could cause a panic when enabling LRO
gallatin
2007-08-22
5
-24755
/
+25813
*
- Enable static building of mxge(4) and its firmware.
gallatin
2007-07-19
7
-2188
/
+24998
*
Update the mxge(4) driver's copyright to 2007, and drop
gallatin
2007-07-12
7
-41
/
+13
*
Also mark writecombine as enabled when PAT is used to enable
gallatin
2007-06-17
1
-2
/
+2
*
correct some limits on interrupt proccessing so that
gallatin
2007-06-14
1
-7
/
+2
*
Use the new IFCAP_LRO to enable/disable LRO.
gallatin
2007-06-12
1
-8
/
+35
*
Back out the previous commit which added an M_LRO mbuf flag
gallatin
2007-06-11
1
-1
/
+0
*
Allow drivers, such as cxgb and mxge, which support LRO to bypass
gallatin
2007-06-11
1
-0
/
+1
*
Small LRO related fixes for mxge:
gallatin
2007-06-11
2
-5
/
+39
*
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
2
-34
/
+131
*
mxge cleanups:
gallatin
2007-05-22
2
-117
/
+93
*
Improve mxge receive performance:
gallatin
2007-05-21
6
-2216
/
+2717
*
- 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
4
-2051
/
+2273
*
-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
*
Update mxge's firmware from a fairly old version (1.4.6) to the most
gallatin
2007-03-08
2
-1721
/
+1959
*
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
2
-5
/
+27
*
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
2
-30
/
+168
*
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
2
-72
/
+83
*
Minor updates:
gallatin
2007-01-30
2
-3
/
+20
[next]