aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/igb/igb_main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-02-24igb: When GbE link up, wait for Remote receiver status conditionTakuma Ueba1-0/+20
2016-02-15igb: Add workaround for VLAN tag stripping on 82576Alexander Duyck1-12/+14
2016-02-15igb: Enable use of "bridge fdb add" to set unicast table entriesAlexander Duyck1-9/+30
2016-02-15igb: Drop unnecessary checks in transmit pathAlexander Duyck1-10/+0
2016-02-15igb: Add support for VLAN promiscuous with SR-IOV and NTUPLEAlexander Duyck1-72/+241
2016-02-15igb: Clean-up configuration of VF port VLANsAlexander Duyck1-71/+110
2016-02-15igb: Merge VLVF configuration into igb_vfta_setAlexander Duyck1-87/+18
2016-02-15igb: Always enable VLAN 0 even if 8021q is not loadedAlexander Duyck1-2/+3
2016-02-15igb: Do not factor VLANs into RLPML calculationAlexander Duyck1-41/+2
2016-02-15igb: Allow asymmetric configuration of MTU versus Rx frame sizeAlexander Duyck1-67/+40
2016-02-15igb: clean up code for setting MAC addressAlexander Duyck1-5/+4
2016-02-15igb: Unpair the queues when changing the number of queuesShota Suzuki1-0/+2
2016-02-15igb: Remove unnecessary flag setting in igb_set_flag_queue_pairs()Shota Suzuki1-8/+0
2015-12-15sctp: Rename NETIF_F_SCTP_CSUM to NETIF_F_SCTP_CRCTom Herbert1-2/+2
2015-12-12igb: improve handling of disconnected adaptersJarod Wilson1-3/+2
2015-12-12igb: fix NULL derefs due to skipped SR-IOV enablingJan Beulich1-0/+7
2015-12-12igb: don't unmap NULL hw_addrJarod Wilson1-4/+6
2015-10-16drivers/net/intel: use napi_complete_done()Jesse Brandeburg1-6/+11
2015-10-05net: igb: avoid using timespecArnd Bergmann1-7/+8
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: 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 Suzuki1-2/+14
2015-07-23igb: bump version to igb-5.3.0Todd Fujinaka1-2/+2
2015-07-17igb: Pull timestamp from fragment before adding it to skbAlexander Duyck1-69/+25
2015-06-26igb: bump version of igb to 5.2.18Todd Fujinaka1-1/+1
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-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-01-22igb: Indicate failure on vf reset for empty mac addressAlexander Graf1-2/+6
2015-01-22igb: enable auxiliary PHC functions for the i210Richard Cochran1-1/+50
2015-01-22igb: enable internal PPS for the i210Richard Cochran1-3/+15
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
2014-12-11fm10k/igb/ixgbe: Use dma_rmb on Rx descriptor readsAlexander Duyck1-3/+3
2014-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-23/+10
2014-12-10ethernet/intel: Use napi_alloc_skbAlexander Duyck1-2/+1
2014-12-08ethernet/intel: Use eth_skb_pad and skb_put_padto helpersAlexander Duyck1-14/+5
2014-12-08Merge branch 'pm-runtime'Rafael J. Wysocki1-5/+1