summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/igb/igb_main.c
AgeCommit message (Expand)Author
2016-05-13igb: use BIT() macro or unsigned prefixJacob Keller
2016-05-04drivers: replace dev->trans_start accesses with dev_trans_startFlorian Westphal
2016-04-07Revert "igb: Fix a deadlock in igb_sriov_reinit"Arika Chen
2016-04-06igb: allow setting MAC address on i211 using a device tree blobJohn Holland
2016-04-06igb: Add support for bulk Tx cleanup & cleanup boolean logicAlexander Duyck
2016-04-06igb: Fix sparse warning about passing __beXX into leXX_to_cpupAlexander Duyck
2016-03-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2016-03-17mm: introduce page reference manipulation functionsJoonsoo Kim
2016-02-24igb: call ndo_stop() instead of dev_close() when running offline selftestStefan Assmann
2016-02-24igb: Fix VLAN tag stripping on Intel i350Corinna Vinschen
2016-02-24igb: Add support for generic Tx checksumsAlexander Duyck
2016-02-24igb: rename igb define to be more genericTodd Fujinaka
2016-02-24igb: enable WoL for OEM devices regardless of EEPROM settingTodd Fujinaka
2016-02-24igb: When GbE link up, wait for Remote receiver status conditionTakuma Ueba
2016-02-16igb: Add workaround for VLAN tag stripping on 82576Alexander Duyck
2016-02-16igb: Enable use of "bridge fdb add" to set unicast table entriesAlexander Duyck
2016-02-16igb: Drop unnecessary checks in transmit pathAlexander Duyck
2016-02-16igb: Add support for VLAN promiscuous with SR-IOV and NTUPLEAlexander Duyck
2016-02-16igb: Clean-up configuration of VF port VLANsAlexander Duyck
2016-02-16igb: Merge VLVF configuration into igb_vfta_setAlexander Duyck
2016-02-16igb: Always enable VLAN 0 even if 8021q is not loadedAlexander Duyck
2016-02-16igb: Do not factor VLANs into RLPML calculationAlexander Duyck
2016-02-16igb: Allow asymmetric configuration of MTU versus Rx frame sizeAlexander Duyck
2016-02-16igb: clean up code for setting MAC addressAlexander Duyck
2016-02-16igb: Unpair the queues when changing the number of queuesShota Suzuki
2016-02-16igb: Remove unnecessary flag setting in igb_set_flag_queue_pairs()Shota Suzuki
2015-12-15sctp: Rename NETIF_F_SCTP_CSUM to NETIF_F_SCTP_CRCTom Herbert
2015-12-13igb: improve handling of disconnected adaptersJarod Wilson
2015-12-13igb: fix NULL derefs due to skipped SR-IOV enablingJan Beulich
2015-12-13igb: don't unmap NULL hw_addrJarod Wilson
2015-10-16drivers/net/intel: use napi_complete_done()Jesse Brandeburg
2015-10-05net: igb: avoid using timespecArnd Bergmann
2015-09-29igb: assume MSI-X interrupts during initializationStefan Assmann
2015-08-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-08-21mm: make page pfmemalloc check more robustMichal Hocko
2015-08-18igb: make sure SR-IOV init uses the right number of queuesTodd Fujinaka
2015-08-18igb: Fix a memory leak in igb_probeJia-Ju Bai
2015-08-18igb: Fix a deadlock in igb_sriov_reinitJia-Ju Bai
2015-08-18igb: Teardown SR-IOV before unregister_netdev()Alex Williamson
2015-08-18igb: do not re-init SR-IOV during probeStefan Assmann
2015-08-18igb: missing rtnl_unlock in igb_sriov_reinit()Vasily Averin
2015-08-18igb: Fix oops caused by missing queue pairingShota Suzuki
2015-07-23igb: bump version to igb-5.3.0Todd Fujinaka
2015-07-18igb: Pull timestamp from fragment before adding it to skbAlexander Duyck
2015-06-26igb: bump version of igb to 5.2.18Todd Fujinaka
2015-05-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-05-12igb: Don't use NETDEV_FRAG_PAGE_MAX_SIZE in descriptor calculationAlexander Duyck
2015-05-07igb: Fix NULL assignment to incorrect variable in igb_reset_q_vectorToshiaki Makita
2015-05-07igb: Fix oops on changing number of ringsToshiaki Makita
2015-05-04igb: simplify and clean up igb_enable_mas()Todd Fujinaka