summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel
AgeCommit message (Expand)AuthorFilesLines
2018-01-17e1000e: Fix e1000_check_for_copper_link_ich8lan return value.Benjamin Poirier1-3/+8
2017-12-25fm10k: ensure we process SM mbx when processing VF mbxJacob Keller1-0/+3
2017-12-25igb: check memory allocation failureChristophe JAILLET1-0/+2
2017-12-25i40e: Do not enable NAPI on q_vectors that have no ringsAlexander Duyck1-4/+12
2017-11-30e1000e: Separate signaling for link check/link upBenjamin Poirier2-4/+9
2017-11-30e1000e: Fix return value testBenjamin Poirier1-1/+1
2017-11-30e1000e: Fix error path in link detectionBenjamin Poirier1-3/+4
2017-11-30ixgbe: Fix skb list corruption on Power systemsBrian King1-1/+1
2017-11-30fm10k: Use smp_rmb rather than read_barrier_dependsBrian King1-1/+1
2017-11-30i40evf: Use smp_rmb rather than read_barrier_dependsBrian King1-1/+1
2017-11-30ixgbevf: Use smp_rmb rather than read_barrier_dependsBrian King1-1/+1
2017-11-30igbvf: Use smp_rmb rather than read_barrier_dependsBrian King1-1/+1
2017-11-30igb: Use smp_rmb rather than read_barrier_dependsBrian King1-1/+1
2017-11-30i40e: Use smp_rmb rather than read_barrier_dependsBrian King2-2/+2
2017-11-21ixgbe: handle close/suspend race with netif_device_detach/presentEmil Tantilov1-9/+8
2017-11-21ixgbe: fix AER error handlingEmil Tantilov1-2/+4
2017-11-21igb: Fix hw_dbg logging in igb_update_flash_i210Hannu Lounento1-2/+2
2017-11-21igb: close/suspend race in netif_device_detachTodd Fujinaka1-9/+12
2017-11-21igb: reset the PHY before reading the PHY IDAaron Sierra1-0/+11
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