summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/igb
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-08-281-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/+5Star
* | 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-181-5/+13
* | igb: Pull timestamp from fragment before adding it to skbAlexander Duyck2015-07-181-69/+25Star
* | igb: only report generic filters in get_ts_infoJacob Keller2015-07-181-4/+0Star
|/
* 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-141-2/+2
|\
| * net: igb: fix the start time for periodic output signalsRichard Cochran2015-06-121-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/+3Star
* | igb: simplify and clean up igb_enable_mas()Todd Fujinaka2015-05-041-20/+7Star
|/
* ptp: igb: use helpers for converting ns to timespec.Richard Cochran2015-03-311-5/+2Star
* 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-211-3/+1Star
* ethernet: codespell comment spelling fixesJoe Perches2015-03-091-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-231-2/+6
* igb: enable auxiliary PHC functions for the i210Richard Cochran2015-01-233-6/+276
* igb: enable internal PPS for the i210Richard Cochran2015-01-232-5/+45
* igb: serialize access to the time sync interrupt registersRichard Cochran2015-01-231-3/+7
* igb: refactor time sync interrupt handlingRichard Cochran2015-01-231-30/+19Star
* igb: Clean-up page reuse codeAlexander Duyck2015-01-231-19/+16Star
* net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko2015-01-131-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-01-071-1/+1
|\
| * igb: Remove unneeded FIXMETodd Fujinaka2014-12-311-1/+1
* | igb: convert to CYCLECOUNTER_MASK macro.Richard Cochran2015-01-021-3/+2Star
* | igb_ptp: Include clocksource.h to get CLOCKSOURCE_MASK.David S. Miller2015-01-011-0/+1
* | net: igb: convert to timecounter adjtime.Richard Cochran2014-12-311-6/+1Star
* | time: move the timecounter/cyclecounter code into its own file.Richard Cochran2014-12-311-1/+1
|/
* fm10k/igb/ixgbe: Use dma_rmb on Rx descriptor readsAlexander Duyck2014-12-121-3/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-12-112-25/+24Star
|\
| * ethernet/intel: Use napi_alloc_skbAlexander Duyck2014-12-101-2/+1Star