summaryrefslogtreecommitdiffstats
path: root/sys/dev/e1000/if_lem.c
Commit message (Expand)AuthorAgeFilesLines
* Sync the e1000 drivers with what's in head as of r294327, modulo partsmarius2016-01-271-14/+12
* if_lem: Bring over the missing pieces from -HEAD to make NIC_PARAVIRT work.adrian2015-10-151-1/+1
* MFC r263710, r273377, r273378, r273423 and r273455:hselasky2014-10-271-2/+2
* MFC 270063: update of netmap codeluigi2014-08-201-5/+241
* MFC 259907 (dates back to december)luigi2014-08-201-1/+1
* MFH: sync the netmap code with the one in HEADluigi2014-02-181-3/+5
* MFC r257541:kib2013-12-171-4/+2
* 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
* Sync the lem code up with the vlan and other fixes in em.jfv2010-11-011-141/+87
* Update code from Intel:jfv2010-09-281-3/+2
* Tweak the stats exported by the e1000 drivers:jhb2010-09-201-160/+261
* Do not allocate multicast array memory in multicast filteryongari2010-08-281-8/+14
* Do not call voluntary panic(9) in case of if_alloc() failure.yongari2010-08-281-5/+11
* Fix for a panic when TX checksum offload is done andjfv2010-07-121-9/+17
* Changes from John Baldwin adding to last commit,jfv2010-06-161-8/+12
* Small changes preparing for MFC, need to conditionalizejfv2010-05-141-2/+2
* Remove multiqueue stack related stuff form lem, it isjfv2010-04-141-159/+5
* Hook the identification LEDs of igb(4), lem(4) and em(4) devices up withmarius2010-03-311-1/+27
* Fix poll handler declaration.jfv2010-03-311-1/+1
* Update to igb and em:jfv2010-03-291-0/+4680
OpenPOWER on IntegriCloud