summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel
AgeCommit message (Expand)AuthorFilesLines
2017-05-08e1000e: fix call to do_div() to use u64 argJeff Kirsher1-6/+7
2017-04-22igb: add i211 to i210 PHY workaroundTodd Fujinaka1-1/+1
2017-04-22igb: Workaround for igb i210 firmware issueChris J Arges1-0/+4
2017-02-08i40e: Reduce stack in i40e_dbg_dump_descJoe Perches1-13/+17
2015-10-28igb: do not re-init SR-IOV during probeStefan Assmann1-1/+1
2015-10-27igb: Fix oops caused by missing queue pairingShota Suzuki3-2/+20
2015-05-18e1000: add dummy allocator to fix race condition between mtu change and netpollSabrina Dubroca1-1/+9
2015-01-27i40e: adds FCoE configure optionVasu Dev3-3/+14
2014-11-26net: Check for presence of IFLA_AF_SPECThomas Graf1-0/+2
2014-11-26net: Validate IFLA_BRIDGE_MODE attribute lengthThomas Graf1-0/+3
2014-11-23igb: Fixes needed for surprise removal supportCarolyn Wyborny1-7/+16
2014-11-23ixgbe: fix use after free adapter->state test in ixgbe_remove/ixgbe_probeDaniel Borkmann1-2/+6
2014-11-23ixgbe: Correctly disable VLAN filter in promiscuous modeVlad Yasevich1-2/+2
2014-11-12ixgbe: phy: fix uninitialized status in ixgbe_setup_phy_link_tnxDaniel Borkmann1-3/+1
2014-10-30ixgbe: fix race when setting advertised speedEmil Tantilov1-0/+4
2014-10-30ixgbe: need not repeat init skb with NULLJunwei Zhang1-1/+1
2014-10-30igb: don't reuse pages with pfmemalloc flagRoman Gushchin1-1/+5
2014-10-30e1000: unset IFF_UNICAST_FLT on WMware 82545EMFrancesco Ruggeri1-1/+4
2014-10-26i40e: _MASK vs _SHIFT typo in i40e_handle_mdd_event()Dan Carpenter1-2/+2
2014-10-16ixgbe: check for vfs outside of sriov_num_vfs before dereferenceEmil Tantilov1-0/+3
2014-10-16fm10k: Add CONFIG_FM10K_VXLAN configuration optionAndy Zhou2-3/+14
2014-10-16fm10k: Unlock mailbox on VLAN addition failuresMatthew Vick1-3/+4
2014-10-16fm10k: Check the host state when bringing the interface upMatthew Vick1-0/+1
2014-10-14fm10k: Add skb->xmit_more supportAlexander Duyck1-31/+34
2014-10-10ixgbe: fix race accessing page->_countEric Dumazet1-5/+3
2014-10-10igb: fix race accessing page->_countEric Dumazet1-4/+3
2014-10-10fm10k: fix race accessing page->_countEric Dumazet1-4/+3
2014-10-10networking: fm10k: Fix build failurePranith Kumar1-0/+1
2014-10-09i40e: skb->xmit_more supportEric Dumazet1-44/+46
2014-10-02igb: bump version to 5.2.15Todd Fujinaka1-1/+1
2014-10-02i40e/igb: Convert to dev_consume_skb_any()Rick Jones2-2/+2
2014-10-02igb: remove blocking phy read from inside spinlockBernhard Kaindl3-18/+0
2014-10-02ixgbe: delete one duplicate marcro definition of IXGBE_MAX_L2A_QUEUESEthan Zhao1-1/+0
2014-10-02ixgbe: fix setting of TXDCTL.WTRHESH when ITR is set to 0 and no BQLEmil Tantilov2-6/+1
2014-10-02ixgbe: remove wait loop on autoneg for copper devicesEmil Tantilov1-41/+0
2014-10-02ixgbe: Convert the normal transmit complete path to dev_consume_skb_any()Rick Jones1-1/+1
2014-10-02fm10k: Correctly set the number of Tx queuesAlexander Duyck1-1/+5
2014-10-02fm10k: Reduce buffer size when pages are larger than 4KAlexander Duyck1-6/+2
2014-10-01fm10k: using vmalloc requires including linux/vmalloc.hStephen Rothwell1-0/+2
2014-09-23fm10k: Add support for PTPAlexander Duyck7-1/+683
2014-09-23fm10k: Add support for ptp to hw specific filesAlexander Duyck5-0/+186
2014-09-23fm10k: Add support for debugfsAlexander Duyck5-1/+298
2014-09-23fm10k: Add support for IEEE DCBxAlexander Duyck4-4/+185
2014-09-23fm10k: Add support for SR-IOV to driverAlexander Duyck5-2/+614
2014-09-23fm10k: Add support for SR-IOV to PF core filesAlexander Duyck3-1/+874
2014-09-23fm10k: Add support for VFAlexander Duyck9-4/+837
2014-09-23fm10k: Add support for PF <-> VF mailboxAlexander Duyck2-0/+834
2014-09-23fm10k: Add support for MACVLAN accelerationAlexander Duyck4-1/+198
2014-09-23fm10k: Add support for netdev offloadsAlexander Duyck2-3/+459
2014-09-23fm10k: Add support for multiple queuesAlexander Duyck4-0/+247