summaryrefslogtreecommitdiffstats
path: root/sys/dev/e1000/if_lem.c
Commit message (Expand)AuthorAgeFilesLines
* - Ever since the workaround for the silicon bug of TSO4 causing MAC hangsmarius2017-09-081-1/+1
* MFC r307649:kib2016-11-021-4/+15
* Do not initialize the adapter on MTU change when adapter status is down.sbruno2016-07-071-1/+2
* dev/e1000,ixgbe: minor spelling fixes.pfg2016-05-061-2/+2
* Correct possible underflow conditions when checking for available spacesbruno2016-04-181-1/+1
* Given that em(4), lem(4) and igb(4) hardware doesn't require themarius2016-01-131-5/+5
* Bump all copywrite dates to 2015sbruno2015-08-161-1/+1
* e1000/if_lem.c bump to 1.1.0sbruno2015-08-161-5/+1
* Sync netmap sources with the version in our private tree.luigi2015-07-101-0/+3
* Fix multiple incorrect SYSCTL arguments in the kernel:hselasky2014-10-211-2/+2
* - Remove empty wrappers ether_poll_[de]register_drv(). [1]glebius2014-09-281-4/+4
* - Use if_inc_counter() to increment various counters.glebius2014-09-181-15/+26
* It is actually possible to have if_t a typedef to non-void type,glebius2014-08-311-12/+12
* Update to the current version of netmap.luigi2014-08-161-5/+241
* - Don't compare bus_dma map pointers for static DMA allocations againstjhb2014-06-121-3/+5
* Convert em(4) to use the driver API.marcel2014-06-021-203/+168
* It is 2014 and we have a new version of netmap.luigi2014-01-061-1/+1
* use the correct netmap <-> nic slot mapping on the transmit ring for 'lem'.luigi2013-12-261-1/+1
* Fix several issues with the busdma(9) KPI use in the e1000 drivers.kib2013-11-021-4/+2
* update to the latest netmap snapshot.luigi2013-11-011-2/+4
* The r48589 promised to remove implicit inclusion of if_var.h soon. Prepareglebius2013-10-261-0/+1
* Update PCI drivers to no longer look at the MEMIO-enabled bit in the PCIscottl2013-08-121-9/+1
* Change the E1000 driver option header handling to match thejfv2013-07-121-2/+3
* if_lem.c: make sure that lem_rxeof() can drain the entire rx queueluigi2013-05-091-3/+15
* simplify the code to initialize the RDT while in netmap mode.luigi2013-05-091-10/+4
* use netmap_rx_irq() and netmap_tx_irq() instead of replicating theluigi2013-04-301-10/+3
* Correct the multicast handling in the E1000 drivers as wasjfv2013-04-031-4/+29
* Refresh on the shared code for the E1000 drivers.jfv2013-02-211-4/+0
* Use DEVMETHOD_END macro defined in sys/bus.h instead of {0, 0} sentinel on de...sbz2013-01-301-1/+1
* Mechanically substitute flags from historic mbuf allocator withglebius2012-12-041-3/+3
* Now that device disabling is generic, remove extraneous code from theeadler2012-10-221-5/+0
* This isn't functionally identical. In some cases a hint to disableeadler2012-10-221-0/+5
* Now that device disabling is generic, remove extraneous code from theeadler2012-10-221-5/+0
* remove duplicate semicolons where possible.eadler2012-10-221-1/+1
* This patch fixes a nit in the em, lem, and igb driver statistics. Incrementsbruno2012-09-231-1/+1
* Clean up some unused leftover code from emjfv2012-07-311-74/+30
* remove some extra testing code that slipped into the previous commitluigi2012-07-251-33/+0
* Use legacy interrupts as a default. This gives up to 10% speedupluigi2012-07-251-0/+34
* A bunch of netmap fixes:luigi2012-02-271-3/+5
* (This commit only touches code within the DEV_NETMAP blocks)luigi2012-02-151-8/+4
* small code cleanup in preparation for future modifications inluigi2012-01-101-10/+8
* ether_ifattach() sets if_mtu to ETHERMTU, don't bother set it againkevlo2012-01-071-1/+0
* When extracting the VLAN tag from if_em and if_lem receive descriptorrwatson2012-01-051-2/+1
* Part 2 of 2 New deltas for the 1G drivers.jfv2011-12-101-30/+32
* add netmap support for "em", "lem", "igb" and "re".luigi2011-12-051-0/+79
* Clear transmit checksum offload context state upon lem(4) interfacerstone2011-09-171-0/+1
* Do a sweep of the tree replacing calls to pci_find_extcap() with calls tojhb2011-03-231-1/+1
* Specify a CTLTYPE_FOO so that a future sysctl(8) change does not needmdf2011-01-181-6/+6
* sysctl(9) cleanup checkpoint: amd64 GENERIC builds cleanly.mdf2011-01-121-48/+48
* Unwanted extra call to set_vlan_hw added back by mistake.jfv2010-11-261-3/+0
OpenPOWER on IntegriCloud