| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC r329295: | Ravi Pokala | 2018-02-22 | 1 | -6/+2 |
| * | MFC 299506 | Sepherosa Ziehau | 2016-06-21 | 1 | -11/+10 |
| * | MFC r275358 r275483 r276982 - Removing M_FLOWID by hps@ | Hiren Panchasara | 2015-04-24 | 1 | -2/+2 |
| * | MFC r263710, r273377, r273378, r273423 and r273455: | Hans Petter Selasky | 2014-10-27 | 1 | -3/+3 |
| * | MFC r258779,r258780,r258787,r258822: | Eitan Adler | 2014-02-04 | 1 | -1/+1 |
| * | Update PCI drivers to no longer look at the MEMIO-enabled bit in the PCI | Scott Long | 2013-08-12 | 1 | -4/+1 |
| * | - Correct mispellings of word resource | Gabor Kovesdan | 2013-04-17 | 1 | -1/+1 |
| * | Several cleanups and fixes to mxge: | Andrew Gallatin | 2013-02-25 | 1 | -46/+25 |
| * | Bump mxge copyright. | Andrew Gallatin | 2013-02-22 | 2 | -2/+2 |
| * | Improvements for newer mxge nics: | Andrew Gallatin | 2013-02-22 | 1 | -4/+12 |
| * | Try harder to make mxge safe for all combinations of INET and INET6 | Andrew Gallatin | 2013-02-22 | 1 | -2/+5 |
| * | Fix build. | Gleb Smirnoff | 2013-02-22 | 1 | -1/+0 |
| * | Improve mxge's receive performance for IPv6: | Andrew Gallatin | 2013-02-21 | 3 | -530/+148 |
| * | Add support to mxge for IPv6 TX csum offload & IPv6 TSO. | Andrew Gallatin | 2013-02-19 | 2 | -52/+226 |
| * | Use DEVMETHOD_END macro defined in sys/bus.h instead of {0, 0} sentinel on de... | Sofian Brabez | 2013-01-30 | 1 | -1/+2 |
| * | Mechanically substitute flags from historic mbuf allocator with | Gleb Smirnoff | 2012-12-04 | 1 | -3/+3 |
| * | Utilize new macro to initialize if_baudrate. | Gleb Smirnoff | 2012-10-18 | 1 | -2/+2 |
| * | Revert previous commit... | Kevin Lo | 2012-10-10 | 4 | -4/+4 |
| * | Prefer NULL over 0 for pointers | Kevin Lo | 2012-10-09 | 4 | -4/+4 |
| * | The drbr(9) API appeared to be so unclear, that most drivers in | Gleb Smirnoff | 2012-09-28 | 1 | -2/+0 |
| * | Update mxge(4) firmware to the latest version available from | Andrew Gallatin | 2012-05-29 | 4 | -34836/+34187 |
| * | More conversions of drivers to use the PCI parent DMA tag. | Scott Long | 2012-03-12 | 1 | -1/+1 |
| * | Use strchr() and strrchr(). | Ed Schouten | 2012-01-02 | 1 | -1/+1 |
| * | Update mxge(4) firmware to the latest version available from | Andrew Gallatin | 2011-07-12 | 4 | -34013/+34835 |
| * | Fix media reporting for dual port CX4 myri10ge NICs | Andrew Gallatin | 2011-07-12 | 1 | -1/+1 |
| * | Fix a bug in mxge's LRO which can cause dup acks to | Andrew Gallatin | 2011-04-07 | 1 | -2/+4 |
| * | Implement mxge_init() | Andrew Gallatin | 2011-04-06 | 1 | -0/+8 |
| * | Do a sweep of the tree replacing calls to pci_find_extcap() with calls to | John Baldwin | 2011-03-23 | 1 | -3/+3 |
| * | Use a regular taskqueue rather than a fast taskqueue for mxge(4). | John Baldwin | 2011-01-07 | 1 | -3/+2 |
| * | Fix a TSO checksum bug on mxge(4): | Andrew Gallatin | 2010-11-22 | 1 | -1/+12 |
| * | Add interrupt descriptions for mxge's msi-x vectors | Andrew Gallatin | 2010-05-21 | 1 | -0/+2 |
| * | Correctly identify some twinax cables, which report | Andrew Gallatin | 2010-05-19 | 1 | -1/+2 |
| * | Update mxge firmware to latest available from Myricom. | Andrew Gallatin | 2010-05-19 | 4 | -33887/+34014 |
| * | Add a fastpath to allocate from packet zone when using m_getjcl. | Fabien Thomas | 2010-05-07 | 1 | -4/+1 |
| * | Add missing IFCAP_LINKSTATE to mxge | Andrew Gallatin | 2010-04-15 | 1 | -1/+1 |
| * | Cleanup if_media handling in mxge(4) | Andrew Gallatin | 2010-04-15 | 2 | -44/+79 |
| * | Fix 2 bugs in mxge_attach() | Andrew Gallatin | 2010-03-17 | 1 | -3/+3 |
| * | Update mxge to support IFCAP_VLAN_HWTSO. | Andrew Gallatin | 2010-02-22 | 1 | -0/+12 |
| * | Fix drbr and altq interaction: | Max Laier | 2010-02-13 | 1 | -1/+1 |
| * | Use better default RSS hash (src + dst, rather than just src port) | Andrew Gallatin | 2010-01-11 | 1 | -2/+2 |
| * | Update mxge(4) firmware to 1.4.48b (latest available) from Myricom. | Andrew Gallatin | 2010-01-11 | 4 | -32936/+33883 |
| * | Fix reporting of 10G Twinax media | Andrew Gallatin | 2010-01-11 | 1 | -1/+2 |
| * | Remove extraneous semicolons, no functional changes. | Martin Blapp | 2010-01-07 | 1 | -15/+15 |
| * | Don't take the driver mutex in mxge_tick(), as it | Andrew Gallatin | 2009-12-22 | 1 | -2/+0 |
| * | Make mxge do a better job recovering from NIC h/w faults | Andrew Gallatin | 2009-10-20 | 1 | -13/+37 |
| * | Move mxge(4)'s NIC watchdog reset handler from | Andrew Gallatin | 2009-10-19 | 2 | -22/+66 |
| * | Two more mxge watchdog fixes: | Andrew Gallatin | 2009-09-30 | 2 | -4/+14 |
| * | Improve mxge watchdog routine's ability to reliably reset a failed NIC: | Andrew Gallatin | 2009-09-21 | 1 | -27/+72 |
| * | Add support for throttling transmit bandwidth. This is most commonly | Andrew Gallatin | 2009-09-21 | 2 | -2/+60 |
| * | mxge's tunable hw.mxge.rss_hash_type cannot be set from the | Andrew Gallatin | 2009-07-22 | 1 | -0/+1 |