aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/e1000
Commit message (Expand)AuthorAgeFilesLines
* Refactor / restructure the RSS code into generic, IPv4 and IPv6 specificAdrian Chadd2015-01-181-3/+3
* Revert r275136, it was not approved, it was sloppy, if a featureJack F Vogel2014-12-021-46/+8
* Start process of removing the use of the deprecated "M_FLOWID" flagHans Petter Selasky2014-12-011-4/+3
* Make igb and ixgbe check tunables at probe time.Alfred Perlstein2014-11-261-11/+46
* Fix multiple incorrect SYSCTL arguments in the kernel:Hans Petter Selasky2014-10-213-11/+11
* Various fixes to stats:John Baldwin2014-10-101-7/+37
* - Remove empty wrappers ether_poll_[de]register_drv(). [1]Gleb Smirnoff2014-09-282-8/+8
* - Provide igb_get_counter() to return counters that are not collected,Gleb Smirnoff2014-09-191-17/+30
* Fix the handling of EOP in status descriptors for if_igb(4) and don'tAdrian Chadd2014-09-182-9/+8
* - Use if_inc_counter() to increment various counters.Gleb Smirnoff2014-09-182-31/+53
* Set DROP_EN on each RX queue if transmit flow-control is disabled.Adrian Chadd2014-09-151-0/+13
* It is actually possible to have if_t a typedef to non-void type,Gleb Smirnoff2014-08-312-24/+24
* Use define from if_var.h to access a field inside struct if_data,Gleb Smirnoff2014-08-301-1/+1
* Update to the current version of netmap.Luigi Rizzo2014-08-163-12/+248
* Fix the igb(4) redirection table to correctly populate.Adrian Chadd2014-07-231-10/+14
* The description is a bit misleading. Trying to make it more obvious.Hiren Panchasara2014-07-181-1/+1
* Move the "retry:" label so that the calls to m_pullup() areRick Macklem2014-07-151-1/+1
* Correct the setting of the VID in transmit descriptors when hardware VLANMark Johnston2014-07-101-1/+1
* Initialise these variables so gcc doesn't complain.Adrian Chadd2014-06-301-1/+1
* Add initial RSS awareness to the igb(4) driver.Adrian Chadd2014-06-301-45/+249
* Pull in r267961 and r267973 again. Fix for issues reported will follow.Hans Petter Selasky2014-06-282-21/+1
* Revert r267961, r267973:Glen Barber2014-06-272-1/+21
* Extend the meaning of the CTLFLAG_TUN flag to automatically check ifHans Petter Selasky2014-06-272-21/+1
* Sync the E1000 shared code with Intel internal, this adds fixes,Jack F Vogel2014-06-2625-229/+806
* - Don't compare bus_dma map pointers for static DMA allocations againstJohn Baldwin2014-06-123-9/+15
* make sure if_transmit returns 0 if the mbuf is enqueued.Luigi Rizzo2014-06-061-2/+2
* Convert em(4) to use the driver API.Marcel Moolenaar2014-06-024-447/+373
* reference the correct variable in a commentLuigi Rizzo2014-05-281-1/+1
* e1000: add missing bracesEitan Adler2014-05-261-2/+4
* The timestamp bit is number 17, and not number 9, in the stat errorGeorge V. Neville-Neil2014-01-301-1/+1
* Fix compilation with IGB_LEGACY_TX defined.Gleb Smirnoff2014-01-251-0/+2
* It is 2014 and we have a new version of netmap.Luigi Rizzo2014-01-063-4/+4
* use the correct netmap <-> nic slot mapping on the transmit ring for 'lem'.Luigi Rizzo2013-12-261-1/+1
* Fix undefined behavior: (1 << 31) is not defined as 1 is an int and thisEitan Adler2013-11-303-4/+4
* Fix several issues with the busdma(9) KPI use in the e1000 drivers.Konstantin Belousov2013-11-023-12/+12
* update to the latest netmap snapshot.Luigi Rizzo2013-11-014-9/+40
* The r48589 promised to remove implicit inclusion of if_var.h soon. PrepareGleb Smirnoff2013-10-263-0/+3
* Update the Intel igb driver to version 2.4.0Jack F Vogel2013-10-0920-1202/+2003
* Expose system level ixgbe sysctls.Hiren Panchasara2013-10-051-0/+3
* Restructure the mbuf pkthdr to make it fit for upcoming capabilities andAndre Oppermann2013-08-241-1/+1
* Alter the mq_start routine to do a TRYLOCK and call to the locked routineJack F Vogel2013-08-131-1/+7
* Update PCI drivers to no longer look at the MEMIO-enabled bit in the PCIScott Long2013-08-123-27/+3
* Improve the MSIX setup code in the drivers, thanks to Marius forJack F Vogel2013-08-122-11/+23
* Make the various driver MSIX setup routines fallback to MSI moreJack F Vogel2013-08-062-23/+24
* When the igb driver is static there are cases when early interrupts occur,Jack F Vogel2013-08-061-0/+4
* Change the E1000 driver option header handling to match theJack F Vogel2013-07-123-6/+9
* if_lem.c: make sure that lem_rxeof() can drain the entire rx queueLuigi Rizzo2013-05-094-5/+27
* simplify the code to initialize the RDT while in netmap mode.Luigi Rizzo2013-05-092-20/+9
* Update Intel email address.Eitan Adler2013-05-021-1/+1
* use netmap_rx_irq() and netmap_tx_irq() instead of replicating theLuigi Rizzo2013-04-301-10/+3