aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/igb (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-10-16drivers/net: get rid of unnecessary initializations in .get_drvinfo()Ivan Vecera1-4/+0
2015-10-05net: igb: avoid using timespecArnd Bergmann3-13/+14
2015-09-28igb: assume MSI-X interrupts during initializationStefan Assmann1-0/+3
2015-08-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2015-08-21mm: make page pfmemalloc check more robustMichal Hocko1-1/+1
2015-08-18igb: make sure SR-IOV init uses the right number of queuesTodd Fujinaka1-2/+7
2015-08-18igb: Fix a memory leak in igb_probeJia-Ju Bai1-0/+1
2015-08-18igb: Fix a deadlock in igb_sriov_reinitJia-Ju Bai1-0/+1
2015-08-18igb: Teardown SR-IOV before unregister_netdev()Alex Williamson1-4/+4
2015-08-18igb: add support for 1512 PHYTodd Fujinaka4-5/+114
2015-08-18igb: implement high frequency periodic output signalsRichard Cochran2-20/+54
2015-08-18igb: do not re-init SR-IOV during probeStefan Assmann1-1/+1
2015-08-18igb: missing rtnl_unlock in igb_sriov_reinit()Vasily Averin1-0/+1
2015-08-18igb: Fix oops caused by missing queue pairingShota Suzuki3-3/+19
2015-07-23igb: bump version to igb-5.3.0Todd Fujinaka1-2/+2
2015-07-23igb: use ARRAY_SIZE to replace calculating sizeof(a)/sizeof(a[0])Todd Fujinaka1-11/+5
2015-07-23igb: report unsupported ethtool settings in set_coalesceTodd Fujinaka1-0/+21
2015-07-17igb: Fix i354 88E1112 PHY on RCC boards using AutoMediaDetectTodd Fujinaka1-5/+13
2015-07-17igb: Pull timestamp from fragment before adding it to skbAlexander Duyck1-69/+25
2015-07-17igb: only report generic filters in get_ts_infoJacob Keller1-4/+0
2015-06-26igb: bump version of igb to 5.2.18Todd Fujinaka1-1/+1
2015-06-26igb: disable IPv6 extension header processingTodd Fujinaka2-5/+10
2015-06-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2015-06-11net: igb: fix the start time for periodic output signalsRichard Cochran1-2/+2
2015-05-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+3
2015-05-12igb: Don't use NETDEV_FRAG_PAGE_MAX_SIZE in descriptor calculationAlexander Duyck1-8/+3
2015-05-07igb: Fix NULL assignment to incorrect variable in igb_reset_q_vectorToshiaki Makita1-1/+1
2015-05-07igb: Fix oops on changing number of ringsToshiaki Makita1-0/+2
2015-05-04igb: simplify and clean up igb_enable_mas()Todd Fujinaka1-20/+7
2015-03-31ptp: igb: use helpers for converting ns to timespec.Richard Cochran1-5/+2
2015-03-31Merge branch 'ptp-2038'David S. Miller1-20/+22
2015-03-31ptp: igb: convert to the 64 bit get/set time methods.Richard Cochran1-20/+21
2015-03-29igb: Enable TSO for stacked vlanToshiaki Makita1-0/+1
2015-03-20igb: use netif_carrier_off earlier when bringing if downTodd Fujinaka1-3/+1
2015-03-08ethernet: codespell comment spelling fixesJoe Perches1-1/+1
2015-03-06igb: Make arrays on stack static const to avoid reallocationAlexander Duyck1-12/+12
2015-03-06igb: Fix warning pin may be used uninitializedAlexander Duyck1-1/+1
2015-01-22igb: Indicate failure on vf reset for empty mac addressAlexander Graf1-2/+6
2015-01-22igb: enable auxiliary PHC functions for the i210Richard Cochran3-6/+276
2015-01-22igb: enable internal PPS for the i210Richard Cochran2-5/+45
2015-01-22igb: serialize access to the time sync interrupt registersRichard Cochran1-3/+7
2015-01-22igb: refactor time sync interrupt handlingRichard Cochran1-30/+19
2015-01-22igb: Clean-up page reuse codeAlexander Duyck1-19/+16
2015-01-13net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko1-2/+2
2015-01-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2015-01-02igb: convert to CYCLECOUNTER_MASK macro.Richard Cochran1-3/+2
2014-12-31igb_ptp: Include clocksource.h to get CLOCKSOURCE_MASK.David S. Miller1-0/+1
2014-12-31igb: Remove unneeded FIXMETodd Fujinaka1-1/+1
2014-12-30net: igb: convert to timecounter adjtime.Richard Cochran1-6/+1
2014-12-30time: move the timecounter/cyclecounter code into its own file.Richard Cochran1-1/+1