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
*
sys/dev: use our nitems() macro when it is avaliable through param.h.
pfg
2016-04-19
1
-4
/
+2
*
tcp/lro: Use tcp_lro_flush_all in device drivers to avoid code duplication
sephe
2016-04-01
1
-5
/
+1
*
Use uintmax_t (typedef'd to rman_res_t type) for rman ranges.
jhibbits
2016-03-18
1
-3
/
+3
*
Replace several bus_alloc_resource() calls using default arguments with bus_a...
jhibbits
2016-02-19
1
-4
/
+4
*
Add optimizing LRO wrapper:
hselasky
2016-01-19
1
-3
/
+3
*
Move zlib.c from net to libkern.
rodrigc
2015-04-22
1
-1
/
+1
*
Start process of removing the use of the deprecated "M_FLOWID" flag
hselasky
2014-12-01
1
-2
/
+2
*
Fix multiple incorrect SYSCTL arguments in the kernel:
hselasky
2014-10-21
1
-3
/
+3
*
Whitespace cleanup.
glebius
2014-09-25
1
-251
/
+251
*
- Provide mxge_get_counter() to return counters that are not collected,
glebius
2014-09-25
1
-37
/
+38
*
Remove ifq_drops from struct ifqueue. Now queue drops are accounted in
glebius
2014-09-19
1
-1
/
+1
*
Since 32-bit if_baudrate isn't enough to describe a baud rate of a 10 Gbit
glebius
2014-03-13
2
-8
/
+2
*
Fix undefined behavior: (1 << 31) is not defined as 1 is an int and this
eadler
2013-11-30
1
-1
/
+1
*
The r48589 promised to remove implicit inclusion of if_var.h soon. Prepare
glebius
2013-10-26
1
-0
/
+1
*
Update PCI drivers to no longer look at the MEMIO-enabled bit in the PCI
scottl
2013-08-12
1
-4
/
+1
*
- Correct mispellings of word resource
gabor
2013-04-17
1
-1
/
+1
*
Several cleanups and fixes to mxge:
gallatin
2013-02-25
1
-46
/
+25
*
Bump mxge copyright.
gallatin
2013-02-22
2
-2
/
+2
*
Improvements for newer mxge nics:
gallatin
2013-02-22
1
-4
/
+12
*
Try harder to make mxge safe for all combinations of INET and INET6
gallatin
2013-02-22
1
-2
/
+5
*
Fix build.
glebius
2013-02-22
1
-1
/
+0
*
Improve mxge's receive performance for IPv6:
gallatin
2013-02-21
3
-530
/
+148
*
Add support to mxge for IPv6 TX csum offload & IPv6 TSO.
gallatin
2013-02-19
2
-52
/
+226
*
Use DEVMETHOD_END macro defined in sys/bus.h instead of {0, 0} sentinel on de...
sbz
2013-01-30
1
-1
/
+2
*
Mechanically substitute flags from historic mbuf allocator with
glebius
2012-12-04
1
-3
/
+3
*
Utilize new macro to initialize if_baudrate.
glebius
2012-10-18
1
-2
/
+2
*
Revert previous commit...
kevlo
2012-10-10
4
-4
/
+4
*
Prefer NULL over 0 for pointers
kevlo
2012-10-09
4
-4
/
+4
*
The drbr(9) API appeared to be so unclear, that most drivers in
glebius
2012-09-28
1
-2
/
+0
*
Update mxge(4) firmware to the latest version available from
gallatin
2012-05-29
4
-34836
/
+34187
*
More conversions of drivers to use the PCI parent DMA tag.
scottl
2012-03-12
1
-1
/
+1
*
Use strchr() and strrchr().
ed
2012-01-02
1
-1
/
+1
*
Update mxge(4) firmware to the latest version available from
gallatin
2011-07-12
4
-34013
/
+34835
*
Fix media reporting for dual port CX4 myri10ge NICs
gallatin
2011-07-12
1
-1
/
+1
*
Fix a bug in mxge's LRO which can cause dup acks to
gallatin
2011-04-07
1
-2
/
+4
*
Implement mxge_init()
gallatin
2011-04-06
1
-0
/
+8
*
Do a sweep of the tree replacing calls to pci_find_extcap() with calls to
jhb
2011-03-23
1
-3
/
+3
*
Use a regular taskqueue rather than a fast taskqueue for mxge(4).
jhb
2011-01-07
1
-3
/
+2
*
Fix a TSO checksum bug on mxge(4):
gallatin
2010-11-22
1
-1
/
+12
*
Add interrupt descriptions for mxge's msi-x vectors
gallatin
2010-05-21
1
-0
/
+2
*
Correctly identify some twinax cables, which report
gallatin
2010-05-19
1
-1
/
+2
*
Update mxge firmware to latest available from Myricom.
gallatin
2010-05-19
4
-33887
/
+34014
*
Add a fastpath to allocate from packet zone when using m_getjcl.
fabient
2010-05-07
1
-4
/
+1
*
Add missing IFCAP_LINKSTATE to mxge
gallatin
2010-04-15
1
-1
/
+1
*
Cleanup if_media handling in mxge(4)
gallatin
2010-04-15
2
-44
/
+79
*
Fix 2 bugs in mxge_attach()
gallatin
2010-03-17
1
-3
/
+3
*
Update mxge to support IFCAP_VLAN_HWTSO.
gallatin
2010-02-22
1
-0
/
+12
*
Fix drbr and altq interaction:
mlaier
2010-02-13
1
-1
/
+1
*
Use better default RSS hash (src + dst, rather than just src port)
gallatin
2010-01-11
1
-2
/
+2
*
Update mxge(4) firmware to 1.4.48b (latest available) from Myricom.
gallatin
2010-01-11
4
-32936
/
+33883
[next]