summaryrefslogtreecommitdiffstats
path: root/sys/dev/e1000/if_igb.c
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/stable/10' into develRenato Botelho2016-02-281-143/+69
|\
| * MFC: r295906marius2016-02-261-0/+6
| * MFC r295323:erj2016-02-251-145/+63
* | Merge remote-tracking branch 'origin/stable/10' into develRenato Botelho2016-02-011-11/+14
|\ \ | |/
| * Sync the e1000 drivers with what's in head as of r294327, modulo partsmarius2016-01-271-11/+14
* | Merge remote-tracking branch 'origin/stable/10' into develRenato Botelho2016-01-251-4/+7
|\ \ | |/
| * MFC r290641:tuexen2016-01-171-4/+7
* | Merge remote-tracking branch 'origin/stable/10' into develRenato Botelho2016-01-151-2/+13
|\ \ | |/
| * MFC r292670sbruno2016-01-141-2/+13
* | Importing pfSense patch iface_iftx_altq_hybrid.diffRenato Botelho2015-08-171-44/+22
|/
* Partial MFC r281838:hiren2015-05-131-2/+19
* MFC r275358 r275483 r276982 - Removing M_FLOWID by hps@hiren2015-04-241-2/+2
* MFC 272897:jhb2014-12-161-7/+37
* MFC r263710, r273377, r273378, r273423 and r273455:hselasky2014-10-271-8/+8
* MFC r271784 - Fix the handling of EOP in status descriptors for if_igb(4)adrian2014-10-111-8/+8
* MFC r271645 - Set DROP_EN on each RX queue if transmit flow-control is disabled.adrian2014-10-111-0/+13
* MFC 270063: update of netmap codeluigi2014-08-201-3/+3
* MFC svn 267065 and 267187luigi2014-06-091-2/+2
* Merge r261169: Fix compilation with IGB_LEGACY_TX defined.glebius2014-03-111-0/+2
* MFH: sync the netmap code with the one in HEADluigi2014-02-181-5/+6
* MFC r257541:kib2013-12-171-6/+6
* Update the Intel igb driver to version 2.4.0jfv2013-10-091-435/+498
* Expose system level ixgbe sysctls.hiren2013-10-051-0/+3
* Restructure the mbuf pkthdr to make it fit for upcoming capabilities andandre2013-08-241-1/+1
* Alter the mq_start routine to do a TRYLOCK and call to the locked routinejfv2013-08-131-1/+7
* Update PCI drivers to no longer look at the MEMIO-enabled bit in the PCIscottl2013-08-121-9/+1
* Improve the MSIX setup code in the drivers, thanks to Marius forjfv2013-08-121-4/+9
* Make the various driver MSIX setup routines fallback to MSI morejfv2013-08-061-13/+15
* When the igb driver is static there are cases when early interrupts occur,jfv2013-08-061-0/+4
* Change the E1000 driver option header handling to match thejfv2013-07-121-2/+3
* use netmap_rx_irq() / netmap_tx_irq() to handle interrupts inluigi2013-04-301-22/+5
* Simplify allocate_legacy code, txr pointer was breaking LEGACY compile,jfv2013-04-101-2/+1
* Correct the multicast handling in the E1000 drivers as wasjfv2013-04-031-5/+31
* Update man page for igb(4) with a little bit of information aboutsbruno2013-04-031-1/+2
* Change defines in the igb driver to allow an easier selection ofjfv2013-03-291-18/+18
* Refresh on the shared code for the E1000 drivers.jfv2013-02-211-48/+58
* This fixes a out-of-order problem with severalrrs2013-02-071-6/+27
* Use DEVMETHOD_END macro defined in sys/bus.h instead of {0, 0} sentinel on de...sbz2013-01-301-1/+1
* Fixed mbuf free when receive structures fail to allocate.smh2013-01-121-2/+2
* Mechanically substitute flags from historic mbuf allocator withglebius2012-12-041-6/+6
* drbr_enqueue() awlays consumes mbuf, no matter did itglebius2012-11-261-27/+13
* 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
* The drbr(9) API appeared to be so unclear, that most drivers inglebius2012-09-281-1/+3
* This patch fixes a nit in the em, lem, and igb driver statistics. Incrementsbruno2012-09-231-1/+1
* Make the polling interface in igb able to handlejfv2012-08-061-19/+19
* Correct the mq_start routine to avoid out-of-orderjfv2012-08-061-3/+11
* CPU_NEXT() already handles wrapping around to the beginning. Also, in asbruno2012-08-021-1/+0
* Change the interface to the Energy Efficient Ethernet (EEE)jfv2012-07-071-4/+28
* Correct small regressions pointed out by jhb, thanks John.jfv2012-07-051-3/+1
OpenPOWER on IntegriCloud