summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/igb
Commit message (Expand)AuthorAgeFilesLines
* sctp: Rename NETIF_F_SCTP_CSUM to NETIF_F_SCTP_CRCTom Herbert2015-12-151-2/+2
* igb: Explicitly label self-test result indicesJoe Schultz2015-12-141-14/+24
* igb: Improve cable length function for I210, etc.Joe Schultz2015-12-143-9/+51
* igb: Don't add PHY address to PCDL addressAaron Sierra2015-12-141-2/+1
* igb: Remove GS40G specific defines/functionsAaron Sierra2015-12-145-106/+11
* igb: improve handling of disconnected adaptersJarod Wilson2015-12-122-5/+3
* igb: fix NULL derefs due to skipped SR-IOV enablingJan Beulich2015-12-121-0/+7
* igb: use the correct i210 register for EEMNGCTLTodd Fujinaka2015-12-124-0/+30
* igb: don't unmap NULL hw_addrJarod Wilson2015-12-122-4/+8
* igb: add 88E1543 initialization codeTodd Fujinaka2015-12-124-0/+103
* drivers/net/intel: use napi_complete_done()Jesse Brandeburg2015-10-161-6/+11
* drivers/net: get rid of unnecessary initializations in .get_drvinfo()Ivan Vecera2015-10-161-4/+0
* net: igb: avoid using timespecArnd Bergmann2015-10-053-13/+14
* igb: assume MSI-X interrupts during initializationStefan Assmann2015-09-281-0/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-08-271-1/+1
|\
| * mm: make page pfmemalloc check more robustMichal Hocko2015-08-211-1/+1
* | igb: make sure SR-IOV init uses the right number of queuesTodd Fujinaka2015-08-181-2/+7
* | igb: Fix a memory leak in igb_probeJia-Ju Bai2015-08-181-0/+1
* | igb: Fix a deadlock in igb_sriov_reinitJia-Ju Bai2015-08-181-0/+1
* | igb: Teardown SR-IOV before unregister_netdev()Alex Williamson2015-08-181-4/+4
* | igb: add support for 1512 PHYTodd Fujinaka2015-08-184-5/+114
* | igb: implement high frequency periodic output signalsRichard Cochran2015-08-182-20/+54
* | igb: do not re-init SR-IOV during probeStefan Assmann2015-08-181-1/+1
* | igb: missing rtnl_unlock in igb_sriov_reinit()Vasily Averin2015-08-181-0/+1
* | igb: Fix oops caused by missing queue pairingShota Suzuki2015-08-183-3/+19
* | igb: bump version to igb-5.3.0Todd Fujinaka2015-07-231-2/+2
* | igb: use ARRAY_SIZE to replace calculating sizeof(a)/sizeof(a[0])Todd Fujinaka2015-07-231-11/+5
* | igb: report unsupported ethtool settings in set_coalesceTodd Fujinaka2015-07-231-0/+21
* | igb: Fix i354 88E1112 PHY on RCC boards using AutoMediaDetectTodd Fujinaka2015-07-171-5/+13
* | igb: Pull timestamp from fragment before adding it to skbAlexander Duyck2015-07-171-69/+25
* | igb: only report generic filters in get_ts_infoJacob Keller2015-07-171-4/+0
|/
* igb: bump version of igb to 5.2.18Todd Fujinaka2015-06-261-1/+1
* igb: disable IPv6 extension header processingTodd Fujinaka2015-06-262-5/+10
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-06-131-2/+2
|\
| * net: igb: fix the start time for periodic output signalsRichard Cochran2015-06-111-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-05-131-1/+3
|\ \ | |/
| * igb: Fix NULL assignment to incorrect variable in igb_reset_q_vectorToshiaki Makita2015-05-071-1/+1
| * igb: Fix oops on changing number of ringsToshiaki Makita2015-05-071-0/+2
* | igb: Don't use NETDEV_FRAG_PAGE_MAX_SIZE in descriptor calculationAlexander Duyck2015-05-121-8/+3
* | igb: simplify and clean up igb_enable_mas()Todd Fujinaka2015-05-041-20/+7
|/
* ptp: igb: use helpers for converting ns to timespec.Richard Cochran2015-03-311-5/+2
* Merge branch 'ptp-2038'David S. Miller2015-03-311-20/+22
|\
| * ptp: igb: convert to the 64 bit get/set time methods.Richard Cochran2015-03-311-20/+21
|/
* igb: Enable TSO for stacked vlanToshiaki Makita2015-03-291-0/+1
* igb: use netif_carrier_off earlier when bringing if downTodd Fujinaka2015-03-201-3/+1
* ethernet: codespell comment spelling fixesJoe Perches2015-03-081-1/+1
* igb: Make arrays on stack static const to avoid reallocationAlexander Duyck2015-03-061-12/+12
* igb: Fix warning pin may be used uninitializedAlexander Duyck2015-03-061-1/+1
* igb: Indicate failure on vf reset for empty mac addressAlexander Graf2015-01-221-2/+6
* igb: enable auxiliary PHC functions for the i210Richard Cochran2015-01-223-6/+276
OpenPOWER on IntegriCloud