| Commit message (Expand) | Author | Age | Files | Lines |
* | CALLOUT_MPSAFE has lost its meaning since r141428, i.e., for more than ten | jkim | 2015-05-22 | 1 | -1/+1 |
* | srandom has no influence on read_random, at least not this late... | jmg | 2015-02-13 | 1 | -1/+0 |
* | 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 | -19/+19 |
* | Improve transmit sending offload, TSO, algorithm in general. | hselasky | 2014-09-22 | 2 | -2/+3 |
* | Mechanically convert to if_inc_counter(). | glebius | 2014-09-19 | 1 | -5/+5 |
* | Revert r271504. A new patch to solve this issue will be made. | hselasky | 2014-09-13 | 2 | -4/+2 |
* | Improve transmit sending offload, TSO, algorithm in general. | hselasky | 2014-09-13 | 2 | -2/+4 |
* | Cast queue length because q_len isn't really an enum in the same sense | imp | 2014-08-07 | 1 | -1/+1 |
* | Various bugfixes from Stefano Garzarella: | luigi | 2014-07-02 | 1 | -5/+1 |
* | Apply vendor fixes for big endian support and 20GBps/25GBps link speeds. | delphij | 2014-06-24 | 5 | -26/+55 |
* | Fix teardown of static DMA allocations in various NIC drivers: | jhb | 2014-06-17 | 1 | -2/+2 |
* | Since 32-bit if_baudrate isn't enough to describe a baud rate of a 10 Gbit | glebius | 2014-03-13 | 1 | -1/+1 |
* | Eliminate unused drbr_stats_update implementation in oce(4) driver. | delphij | 2013-12-30 | 1 | -12/+0 |
* | Apply vendor improvements to oce(4) driver: | delphij | 2013-12-04 | 4 | -19/+60 |
* | The previous code makes a memory allocation in size of | delphij | 2013-11-14 | 2 | -3/+4 |
* | Include necessary headers that now are available due to pollution | glebius | 2013-10-28 | 1 | -0/+1 |
* | The r48589 promised to remove implicit inclusion of if_var.h soon. Prepare | glebius | 2013-10-26 | 1 | -0/+1 |
* | Update driver to version 10.0.664.0. | delphij | 2013-10-23 | 8 | -241/+639 |
* | Update driver with recent vendor improvements, most notably support | delphij | 2013-07-06 | 8 | -131/+442 |
* | Eliminate excessive $FreeBSD$ headers. | delphij | 2013-03-08 | 2 | -4/+0 |
* | Update driver to version 4.6.95.0. | delphij | 2013-03-06 | 8 | -184/+810 |
* | Resolve issue that caused WITNESS to report LORs. | jpaetzel | 2013-02-14 | 2 | -1/+10 |
* | This fixes a out-of-order problem with several | rrs | 2013-02-07 | 1 | -10/+8 |
* | 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 |
* | remove duplicate semicolons where possible. | eadler | 2012-10-22 | 1 | -1/+1 |
* | Use if_initbaudrate(). | jhb | 2012-10-18 | 1 | -1/+1 |
* | The drbr(9) API appeared to be so unclear, that most drivers in | glebius | 2012-09-28 | 1 | -1/+3 |
* | Use pci_find_cap() instead of pci_find_extcap() to locate PCI | jhb | 2012-03-03 | 1 | -4/+4 |
* | Patches from Naresh Raju Gottumukkala | luigi | 2012-02-17 | 8 | -147/+260 |
* | Use if_maddr_*lock() routines to lock the per-interface multicast | jhb | 2012-02-13 | 1 | -2/+2 |
* | Start to try to hide LRO (and some TSO) bits behind #ifdefs as especially | bz | 2012-02-11 | 1 | -4/+48 |
* | Use the more common macro to set the if_baudrate to 10Gbit/s. Just use | bz | 2012-02-11 | 1 | -1/+1 |
* | Make use of the read-only variant of the IF_ADDR_*LOCK() macros introduced | bz | 2012-02-11 | 1 | -2/+2 |
* | Add a driver for Emulex OneConnect ethernet cards (10 Gbit PCIe) | luigi | 2012-02-10 | 8 | -0/+11528 |