summaryrefslogtreecommitdiffstats
path: root/sys/dev/e1000
Commit message (Expand)AuthorAgeFilesLines
* Free mbufs when busdma loading fails.hselasky2015-08-012-6/+0
* Remove unused txd_saved.sbruno2015-07-251-2/+1
* Add an adapter CORE lock in the DDB hook em_dump_queue to avoid WITNESSsbruno2015-07-161-0/+2
* Fix typo in register definition.kevlo2015-07-161-1/+1
* Sync netmap sources with the version in our private tree.luigi2015-07-103-0/+9
* Change EM_MULTIQUEUE to a real kernconf entry and enable support forsbruno2015-06-033-194/+481
* Simplify hang detection by stealing the techniques used in ixl(4) andsbruno2015-06-022-50/+49
* Bump rx_overruns when indicated by the ICR mask.sbruno2015-05-221-0/+3
* Various fixes to the stats in igb(4), ixgbe(4), and ixl(4).jhb2015-04-301-5/+74
* For igb(4), when we are doing multiqueue, we are all setup to have full 32bithiren2015-04-211-38/+47
* Migrate using CPU_ZERO() + CPU_SET() -> CPU_SETOF().adrian2015-02-251-2/+1
* Change uses of taskqueue_start_threads_pinned() -> taskqueue_start_threads_cp...adrian2015-02-241-2/+7
* Refactor / restructure the RSS code into generic, IPv4 and IPv6 specificadrian2015-01-181-3/+3
* Revert r275136, it was not approved, it was sloppy, if a featurejfv2014-12-021-46/+8
* Start process of removing the use of the deprecated "M_FLOWID" flaghselasky2014-12-011-4/+3
* Make igb and ixgbe check tunables at probe time.alfred2014-11-261-11/+46
* Fix multiple incorrect SYSCTL arguments in the kernel:hselasky2014-10-213-11/+11
* Various fixes to stats:jhb2014-10-101-7/+37
* - Remove empty wrappers ether_poll_[de]register_drv(). [1]glebius2014-09-282-8/+8
* - Provide igb_get_counter() to return counters that are not collected,glebius2014-09-191-17/+30
* Fix the handling of EOP in status descriptors for if_igb(4) and don'tadrian2014-09-182-9/+8
* - Use if_inc_counter() to increment various counters.glebius2014-09-182-31/+53
* Set DROP_EN on each RX queue if transmit flow-control is disabled.adrian2014-09-151-0/+13
* It is actually possible to have if_t a typedef to non-void type,glebius2014-08-312-24/+24
* Use define from if_var.h to access a field inside struct if_data,glebius2014-08-301-1/+1
* Update to the current version of netmap.luigi2014-08-163-12/+248
* Fix the igb(4) redirection table to correctly populate.adrian2014-07-231-10/+14
* The description is a bit misleading. Trying to make it more obvious.hiren2014-07-181-1/+1
* Move the "retry:" label so that the calls to m_pullup() arermacklem2014-07-151-1/+1
* Correct the setting of the VID in transmit descriptors when hardware VLANmarkj2014-07-101-1/+1
* Initialise these variables so gcc doesn't complain.adrian2014-06-301-1/+1
* Add initial RSS awareness to the igb(4) driver.adrian2014-06-301-45/+249
* Pull in r267961 and r267973 again. Fix for issues reported will follow.hselasky2014-06-282-21/+1
* Revert r267961, r267973:gjb2014-06-272-1/+21
* Extend the meaning of the CTLFLAG_TUN flag to automatically check ifhselasky2014-06-272-21/+1
* Sync the E1000 shared code with Intel internal, this adds fixes,jfv2014-06-2625-229/+806
* - Don't compare bus_dma map pointers for static DMA allocations againstjhb2014-06-123-9/+15
* make sure if_transmit returns 0 if the mbuf is enqueued.luigi2014-06-061-2/+2
* Convert em(4) to use the driver API.marcel2014-06-024-447/+373
* reference the correct variable in a commentluigi2014-05-281-1/+1
* e1000: add missing braceseadler2014-05-261-2/+4
* The timestamp bit is number 17, and not number 9, in the stat errorgnn2014-01-301-1/+1
* Fix compilation with IGB_LEGACY_TX defined.glebius2014-01-251-0/+2
* It is 2014 and we have a new version of netmap.luigi2014-01-063-4/+4
* use the correct netmap <-> nic slot mapping on the transmit ring for 'lem'.luigi2013-12-261-1/+1
* Fix undefined behavior: (1 << 31) is not defined as 1 is an int and thiseadler2013-11-303-4/+4
* Fix several issues with the busdma(9) KPI use in the e1000 drivers.kib2013-11-023-12/+12
* update to the latest netmap snapshot.luigi2013-11-014-9/+40
* The r48589 promised to remove implicit inclusion of if_var.h soon. Prepareglebius2013-10-263-0/+3
* Update the Intel igb driver to version 2.4.0jfv2013-10-0920-1202/+2003
OpenPOWER on IntegriCloud