| Commit message (Expand) | Author | Age | Files | Lines |
* | - Ever since the workaround for the silicon bug of TSO4 causing MAC hangs | marius | 2017-09-08 | 1 | -1/+1 |
* | MFC r307649: | kib | 2016-11-02 | 1 | -4/+15 |
* | Do not initialize the adapter on MTU change when adapter status is down. | sbruno | 2016-07-07 | 1 | -1/+2 |
* | dev/e1000,ixgbe: minor spelling fixes. | pfg | 2016-05-06 | 1 | -2/+2 |
* | Correct possible underflow conditions when checking for available space | sbruno | 2016-04-18 | 1 | -1/+1 |
* | Given that em(4), lem(4) and igb(4) hardware doesn't require the | marius | 2016-01-13 | 1 | -5/+5 |
* | Bump all copywrite dates to 2015 | sbruno | 2015-08-16 | 1 | -1/+1 |
* | e1000/if_lem.c bump to 1.1.0 | sbruno | 2015-08-16 | 1 | -5/+1 |
* | Sync netmap sources with the version in our private tree. | luigi | 2015-07-10 | 1 | -0/+3 |
* | Fix multiple incorrect SYSCTL arguments in the kernel: | hselasky | 2014-10-21 | 1 | -2/+2 |
* | - Remove empty wrappers ether_poll_[de]register_drv(). [1] | glebius | 2014-09-28 | 1 | -4/+4 |
* | - Use if_inc_counter() to increment various counters. | glebius | 2014-09-18 | 1 | -15/+26 |
* | It is actually possible to have if_t a typedef to non-void type, | glebius | 2014-08-31 | 1 | -12/+12 |
* | Update to the current version of netmap. | luigi | 2014-08-16 | 1 | -5/+241 |
* | - Don't compare bus_dma map pointers for static DMA allocations against | jhb | 2014-06-12 | 1 | -3/+5 |
* | Convert em(4) to use the driver API. | marcel | 2014-06-02 | 1 | -203/+168 |
* | It is 2014 and we have a new version of netmap. | luigi | 2014-01-06 | 1 | -1/+1 |
* | use the correct netmap <-> nic slot mapping on the transmit ring for 'lem'. | luigi | 2013-12-26 | 1 | -1/+1 |
* | Fix several issues with the busdma(9) KPI use in the e1000 drivers. | kib | 2013-11-02 | 1 | -4/+2 |
* | update to the latest netmap snapshot. | luigi | 2013-11-01 | 1 | -2/+4 |
* | 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 | -9/+1 |
* | 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 | -3/+15 |
* | simplify the code to initialize the RDT while in netmap mode. | luigi | 2013-05-09 | 1 | -10/+4 |
* | use netmap_rx_irq() and netmap_tx_irq() instead of replicating the | luigi | 2013-04-30 | 1 | -10/+3 |
* | 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 | -4/+0 |
* | 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 | -3/+3 |
* | Now that device disabling is generic, remove extraneous code from the | eadler | 2012-10-22 | 1 | -5/+0 |
* | 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 |
* | remove duplicate semicolons where possible. | eadler | 2012-10-22 | 1 | -1/+1 |
* | This patch fixes a nit in the em, lem, and igb driver statistics. Increment | sbruno | 2012-09-23 | 1 | -1/+1 |
* | Clean up some unused leftover code from em | jfv | 2012-07-31 | 1 | -74/+30 |
* | remove some extra testing code that slipped into the previous commit | luigi | 2012-07-25 | 1 | -33/+0 |
* | Use legacy interrupts as a default. This gives up to 10% speedup | luigi | 2012-07-25 | 1 | -0/+34 |
* | A bunch of netmap fixes: | luigi | 2012-02-27 | 1 | -3/+5 |
* | (This commit only touches code within the DEV_NETMAP blocks) | luigi | 2012-02-15 | 1 | -8/+4 |
* | small code cleanup in preparation for future modifications in | luigi | 2012-01-10 | 1 | -10/+8 |
* | 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 |
* | Part 2 of 2 New deltas for the 1G drivers. | jfv | 2011-12-10 | 1 | -30/+32 |
* | add netmap support for "em", "lem", "igb" and "re". | luigi | 2011-12-05 | 1 | -0/+79 |
* | Clear transmit checksum offload context state upon lem(4) interface | rstone | 2011-09-17 | 1 | -0/+1 |
* | Do a sweep of the tree replacing calls to pci_find_extcap() with calls to | jhb | 2011-03-23 | 1 | -1/+1 |
* | Specify a CTLTYPE_FOO so that a future sysctl(8) change does not need | mdf | 2011-01-18 | 1 | -6/+6 |
* | sysctl(9) cleanup checkpoint: amd64 GENERIC builds cleanly. | mdf | 2011-01-12 | 1 | -48/+48 |
* | Unwanted extra call to set_vlan_hw added back by mistake. | jfv | 2010-11-26 | 1 | -3/+0 |