summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel
AgeCommit message (Expand)AuthorLines
2015-10-22i40e: fix annoying messageJesse Brandeburg-0/+1
2015-10-22i40e: fix stats offsetsJesse Brandeburg-0/+6
2015-10-07i40e/i40evf: set AQ count after memory allocationMitch Williams-4/+4
2015-10-05i40e: fix offload of GRE tunnelsJesse Brandeburg-0/+2
2015-09-28i40e/i40evf: check for stopped admin queueMitch Williams-0/+18
2015-09-28i40e: fix VLAN inside VXLANJesse Brandeburg-1/+2
2015-09-01ixgbe: Resolve "initialized field overwritten" warningsMark Rustad-1/+0
2015-09-01ixgbe: Remove bimodal SR-IOV disablingAlex Williamson-6/+1
2015-09-01ixgbe: Add support for reporting 2.5G link speedMark Rustad-8/+26
2015-09-01ixgbe: fix bounds checking in ixgbe_setup_tc for 82598Emil Tantilov-3/+4
2015-09-01ixgbe: support for ethtool set_rxfhTom Barbette-1/+49
2015-09-01ixgbe: Avoid needless PHY access on copper physMark Rustad-21/+44
2015-09-01ixgbe: cleanup to use cached mask valueDon Skidmore-6/+1
2015-09-01ixgbe: Remove second instance of lan_id variableDon Skidmore-4/+1
2015-09-01ixgbe: use kzalloc for allocating one thingManinder Singh-1/+1
2015-09-01ixgbe: Remove unused PCI bus typesDon Skidmore-2/+0
2015-09-01ixgbe: add new bus type for intergrated I/O interface (IOSF)Don Skidmore-1/+12
2015-09-01ixgbe: add get_bus_info method for X550Don Skidmore-0/+19
2015-09-01ixgbe: Add support for entering low power link up stateDon Skidmore-2/+185
2015-09-01ixgbe: Add support for VXLAN RX offloadsMark Rustad-31/+127
2015-09-01ixgbe: Add support for UDP-encapsulated tx checksum offloadMark Rustad-12/+54
2015-09-01ixgbe: Check whether FDIRCMD writes actually completeMark Rustad-24/+40
2015-09-01ixgbe: Assign set_phy_power dynamically where neededDon Skidmore-2/+21
2015-09-01ixgbe: add new function to check for management presenceDon Skidmore-6/+18
2015-09-01i40e: Set defport behavior for the Main VSI when in promiscuous modeAnjali Singhai Jain-8/+30
2015-08-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-4/+4
2015-08-26i40e/i40evf: Bump i40e to 1.3.9 and i40evf to 1.3.5Catherine Sullivan-3/+3
2015-08-26i40e/i40evf: Cache the CEE TLV status returned from firmwareNeerav Parikh-0/+6
2015-08-26i40e/i40evf: add VIRTCHNL_VF_OFFLOAD flagAnjali Singhai Jain-0/+21
2015-08-26i40e: Remove redundant and unneeded messagesGreg Rose-4/+0
2015-08-26i40evf: Remove PF specific register definitions from the VFAnjali Singhai Jain-3108/+4
2015-08-26i40evf: Use the correct defines to match the VF registersAnjali Singhai Jain-33/+33
2015-08-26i40e: correct spelling errorMitch Williams-1/+1
2015-08-26i40e: Fix comment for ethtool diagnostic link testGreg Rose-3/+5
2015-08-26i40e/i40evf: Add capability to gather VEB per TC statsNeerav Parikh-2/+67
2015-08-26i40e: Fix ethtool offline diagnostic with netqueuesGreg Rose-2/+17
2015-08-26i40e: Fix legacy interrupt mode in the driverAnjali Singhai Jain-4/+12
2015-08-26i40e: Move function calls to i40e_shutdown instead of i40e_suspendCatherine Sullivan-3/+13
2015-08-26i40e: add RX to port CRC errors labelShannon Nelson-1/+1
2015-08-26i40e: don't degrade __le16Mitch Williams-2/+5
2015-08-21mm: make page pfmemalloc check more robustMichal Hocko-4/+4
2015-08-18ixgbe: TRIVIAL fix up double 'the' and comment styleJacob Keller-2/+1
2015-08-18ixgbe: Simplify port-specific macrosMark Rustad-9/+9
2015-08-18igb: make sure SR-IOV init uses the right number of queuesTodd Fujinaka-2/+7
2015-08-18igbvf: clear buffer_info->dma after dma_unmap_single()Stefan Assmann-0/+1
2015-08-18igb: Fix a memory leak in igb_probeJia-Ju Bai-0/+1
2015-08-18e1000e: Modify Tx/Rx configurations to avoid null pointer dereferences in e10...Jia-Ju Bai-12/+12
2015-08-18igb: Fix a deadlock in igb_sriov_reinitJia-Ju Bai-0/+1
2015-08-18e100: Release skb when DMA mapping is failed in e100_xmit_prepareJia-Ju Bai-1/+4
2015-08-18e100: Add a check after pci_pool_create to avoid null pointer dereferenceJia-Ju Bai-0/+7