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