summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet
AgeCommit message (Expand)AuthorFilesLines
2015-08-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller15-3166/+188
2015-08-27smsc9194: Remove uncompilable #if 0'd use of pr_dbgJoe Perches1-30/+2
2015-08-27drivers: net: xgene: Adding support for TSOIyappan Subramanian5-24/+262
2015-08-27drivers: net: xgene: Preparatory patch for TSO supportIyappan Subramanian2-7/+23
2015-08-27bgmac: support up to 3 cores (devices) on a busRafał Miłecki1-5/+23
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-26enic: reduce ioread in devcmd2Govindarajulu Varadarajan2-3/+6
2015-08-26r8169: Add values missing in @get_stats64 from HW countersCorinna Vinschen1-14/+149
2015-08-25net: sun4i-emac: Claim emac sramHans de Goede1-2/+11
2015-08-25net/mlx5e: Avoid accessing NULL pointer at ndo_select_queueRana Shahout3-6/+6
2015-08-25mlxsw: fix error return codeJulia Lawall1-0/+1
2015-08-25net: davinci_emac: fix error return codeJulia Lawall1-1/+3
2015-08-243c59x: Add BQL support for 3c59x ethernet driver.Loganaden Velvindron1-3/+20
2015-08-24NET: nps_enet: minor namespace cleanupNoam Camus1-3/+4
2015-08-24NET: nps_enet: TX done acknowledge.Noam Camus1-0/+3
2015-08-24NET: nps_enet: drop control framesNoam Camus1-4/+4
2015-08-24NET: nps_enet: TX done race conditionNoam Camus1-7/+3
2015-08-24NET: nps_enet: replace use of cause registerNoam Camus2-24/+5
2015-08-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-5/+9
2015-08-21enic: Fix build failure with SRIOV disabled.David S. Miller1-1/+1
2015-08-21net: xgene Remove xgene specific phy and MAC lookup functionsJeremy Linton1-36/+2
2015-08-21smsc911x: Remove dev==NULL check.Jeremy Linton1-3/+0
2015-08-21bnx2x: Fix vxlan endianity issueYuval Mintz1-1/+1
2015-08-19Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller14-59/+236
2015-08-19cxgb4: memory corruption in debugfsDan Carpenter1-5/+6
2015-08-19enic: Fix namespace pollution causing build errors.David S. Miller3-7/+7
2015-08-19bnx2x: Add vxlan RSS supportRajesh Borundia4-0/+123
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
2015-08-19igb: Teardown SR-IOV before unregister_netdev()Alex Williamson1-4/+4