| Commit message (Expand) | Author | Age | Files | Lines |
* | Update PCI drivers to no longer look at the MEMIO-enabled bit in the PCI | scottl | 2013-08-12 | 1 | -9/+1 |
* | Improve the MSIX setup code in the drivers, thanks to Marius for | jfv | 2013-08-12 | 1 | -7/+14 |
* | Make the various driver MSIX setup routines fallback to MSI more | jfv | 2013-08-06 | 1 | -10/+9 |
* | Change the E1000 driver option header handling to match the | jfv | 2013-07-12 | 1 | -2/+3 |
* | if_lem.c: make sure that lem_rxeof() can drain the entire rx queue | luigi | 2013-05-09 | 1 | -2/+10 |
* | simplify the code to initialize the RDT while in netmap mode. | luigi | 2013-05-09 | 1 | -10/+5 |
* | use netmap_rx_irq() / netmap_tx_irq() to handle interrupts in | luigi | 2013-04-30 | 1 | -21/+4 |
* | Corrections to the RX checksum code, make sure its disabled as | jfv | 2013-04-15 | 1 | -25/+18 |
* | Correct the multicast handling in the E1000 drivers as was | jfv | 2013-04-03 | 1 | -4/+29 |
* | Refresh on the shared code for the E1000 drivers. | jfv | 2013-02-21 | 1 | -18/+26 |
* | This fixes a out-of-order problem with several | rrs | 2013-02-07 | 1 | -12/+13 |
* | Use DEVMETHOD_END macro defined in sys/bus.h instead of {0, 0} sentinel on de... | sbz | 2013-01-30 | 1 | -1/+1 |
* | Mechanically substitute flags from historic mbuf allocator with | glebius | 2012-12-04 | 1 | -5/+5 |
* | This isn't functionally identical. In some cases a hint to disable | eadler | 2012-10-22 | 1 | -0/+5 |
* | Now that device disabling is generic, remove extraneous code from the | eadler | 2012-10-22 | 1 | -5/+0 |
* | The drbr(9) API appeared to be so unclear, that most drivers in | glebius | 2012-09-28 | 1 | -1/+3 |
* | This patch fixes a nit in the em, lem, and igb driver statistics. Increment | sbruno | 2012-09-23 | 1 | -1/+1 |
* | Switch some PCI register reads from using magic numbers to using the names | gavin | 2012-09-19 | 1 | -1/+1 |
* | Align the PCI Express #defines with the style used for the PCI-X | gavin | 2012-09-18 | 1 | -3/+3 |
* | Customer report of a panic on boot due to the old | jfv | 2012-08-15 | 1 | -0/+2 |
* | Change the interface to the Energy Efficient Ethernet (EEE) | jfv | 2012-07-07 | 1 | -4/+29 |
* | Sync with Intel internal source: | jfv | 2012-07-05 | 1 | -1/+1 |
* | Initialize "error" to zero when it's declared in em_setup_receive_ring() | kevlo | 2012-05-11 | 1 | -1/+1 |
* | Fix a few issues with transmit handling in em(4) and igb(4): | jhb | 2012-03-30 | 1 | -33/+63 |
* | A bunch of netmap fixes: | luigi | 2012-02-27 | 1 | -4/+5 |
* | (This commit only touches code within the DEV_NETMAP blocks) | luigi | 2012-02-15 | 1 | -7/+2 |
* | clear the pointer after freeing the mbuf. Without that, we | luigi | 2012-01-12 | 1 | -0/+1 |
* | fix the initialization of the rings when netmap is used, | luigi | 2012-01-12 | 1 | -62/+25 |
* | small code cleanup in preparation for future modifications in | luigi | 2012-01-10 | 1 | -14/+18 |
* | ether_ifattach() sets if_mtu to ETHERMTU, don't bother set it again | kevlo | 2012-01-07 | 1 | -1/+0 |
* | When extracting the VLAN tag from if_em and if_lem receive descriptor | rwatson | 2012-01-05 | 1 | -2/+1 |
* | Last change still had an issue, one more time... | jfv | 2011-12-11 | 1 | -3/+3 |
* | Correct LINT build issues in the ioctl code. | jfv | 2011-12-11 | 1 | -3/+7 |
* | Fix NETMAP code problem in the build. | jfv | 2011-12-10 | 1 | -1/+1 |
* | Part 2 of 2 New deltas for the 1G drivers. | jfv | 2011-12-10 | 1 | -202/+277 |
* | add netmap support for "em", "lem", "igb" and "re". | luigi | 2011-12-05 | 1 | -0/+129 |
* | Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs. | ed | 2011-11-07 | 1 | -1/+1 |
* | - Add read-only sysctls for all of the tunables supported by the igb and | jhb | 2011-06-29 | 1 | -0/+29 |
* | Add an initialization to the error variable, without | jfv | 2011-05-05 | 1 | -2/+2 |
* | Fix to an error condition case, when an mbuf chain | jfv | 2011-04-01 | 1 | -16/+6 |
* | Change the refresh_mbuf logic slightly, add an inline | jfv | 2011-04-01 | 1 | -9/+13 |
* | Do a sweep of the tree replacing calls to pci_find_extcap() with calls to | jhb | 2011-03-23 | 1 | -2/+2 |
* | This delta updates the em driver to version 7.2.2 which has | jfv | 2011-03-18 | 1 | -118/+131 |
* | Fix for kern/152853, pullup at the wrong point | jfv | 2011-01-19 | 1 | -5/+10 |
* | Specify a CTLTYPE_FOO so that a future sysctl(8) change does not need | mdf | 2011-01-18 | 1 | -6/+10 |
* | sysctl(9) cleanup checkpoint: amd64 GENERIC builds cleanly. | mdf | 2011-01-12 | 1 | -57/+57 |
* | A couple problems discovered by Andrew Boyer: | jfv | 2011-01-12 | 1 | -3/+11 |
* | Correct build error. | jfv | 2010-12-04 | 1 | -1/+0 |
* | Small cut and paste bug in flow control string fixed. | jfv | 2010-12-04 | 1 | -36/+32 |
* | The purpose of this change is to add a routine to | jfv | 2010-11-24 | 1 | -55/+83 |