aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-06-16networking: introduce and use skb_put_data()Johannes Berg23-59/+54
2017-06-16networking: convert many more places to skb_put_zero()Johannes Berg1-1/+1
2017-06-15net/mlx4_en: Refactor mlx4_en_free_tx_descTariq Toukan1-29/+16
2017-06-15net/mlx4_en: Replace TXBB_SIZE multiplications with shift operationsTariq Toukan2-13/+16
2017-06-15net/mlx4_en: Increase default TX ring sizeTariq Toukan1-1/+1
2017-06-15net/mlx4_en: Poll XDP TX completion queue in RX NAPITariq Toukan5-16/+51
2017-06-15net/mlx4_en: Improve XDP xmit functionTariq Toukan3-43/+21
2017-06-15net/mlx4_en: Improve stack xmit functionTariq Toukan1-64/+87
2017-06-15net/mlx4_en: Improve transmit CQ pollingTariq Toukan1-6/+7
2017-06-15net/mlx4_en: Improve receive data-pathTariq Toukan1-34/+39
2017-06-15net/mlx4_en: Optimized single ring steeringSaeed Mahameed5-22/+50
2017-06-15net/mlx4_en: Remove unused argument in TX datapath functionTariq Toukan2-9/+7
2017-06-15ibmvnic: Exit polling routine correctly during adapter resetThomas Falcon1-3/+6
2017-06-15ibmvnic: Remove VNIC_CLOSING check from pending_scrqThomas Falcon1-2/+1
2017-06-15ibmvnic: Sanitize entire SCRQ buffer on resetThomas Falcon1-1/+1
2017-06-15ibmvnic: Ensure that TX queues are disabled in __ibmvnic_closeThomas Falcon1-1/+7
2017-06-15ibmvnic: Activate disabled RX buffer pools on resetThomas Falcon1-0/+1
2017-06-15sunvnet: restrict advertized checksum offloads to just IPShannon Nelson2-2/+2
2017-06-15net: s2io: remove useless variable in fill_rx_buffersGustavo A. R. Silva1-5/+0
2017-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller26-205/+358
2017-06-14i40e: Fix a sleep-in-atomic bugJia-Ju Bai1-0/+2
2017-06-14liquidio: fix VF driver off-by-one bug when setting ethtool -C ethX rx-framesWeilin Chang1-1/+1
2017-06-14net/mlxfw: fix a NULL dereferenceDan Carpenter1-0/+1
2017-06-14qed: Fix an off by one bugDan Carpenter1-1/+1
2017-06-14mlxsw: spectrum: Add support for access cable info via ethtoolArkadi Sharshevsky1-0/+131
2017-06-14mlxsw: reg: Add MCIA register for cable info accessArkadi Sharshevsky1-0/+76
2017-06-13ixgbe: pci_set_drvdata must be called before register_netdevJeff Mahoney1-1/+1
2017-06-13ixgbe: Resolve cppcheck format string warningTony Nguyen1-1/+1
2017-06-13ixgbe: fix writes to PFQDEEmil Tantilov1-1/+1
2017-06-13ixgbevf: Bump version numberTony Nguyen1-1/+1
2017-06-13ixgbe: Bump version numberTony Nguyen1-1/+1
2017-06-13ixgbe: check for Tx timestamp timeouts during watchdogJacob Keller3-0/+29
2017-06-13ixgbe: add statistic indicating number of skipped Tx timestampsJacob Keller3-10/+17
2017-06-13ixgbe: avoid permanent lock of *_PTP_TX_IN_PROGRESSJacob Keller1-5/+15
2017-06-13ixgbe: fix race condition with PTP_TX_IN_PROGRESS bitsJacob Keller1-3/+12
2017-06-13cxgb4: handle serial flash interruptGanesh Goudar1-1/+1
2017-06-13networking: use skb_put_zero()Johannes Berg3-6/+3
2017-06-13qed: fix dump of context dataTayar, Tomer1-1/+1
2017-06-13net: phy: Make phy_ethtool_ksettings_get return voidyuval.shaia@oracle.com16-39/+51
2017-06-13ibmvnic: Remove netdev notify for failover resetsNathan Fontenot1-1/+3
2017-06-13ibmvnic: Client-initiated failoverThomas Falcon1-0/+46
2017-06-13net: mvpp2: enable basic 10G supportAntoine Ténart1-8/+41
2017-06-12i40e: fix handling of HW ATR evictionJacob Keller4-7/+9
2017-06-12sh_eth: add support for changing MTUNiklas Söderlund1-0/+20
2017-06-11Merge tag 'mlx5-updates-2017-06-11' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linuxDavid S. Miller6-67/+284
2017-06-11Merge tag 'mlx5-fixes-2017-06-11' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linuxDavid S. Miller6-40/+43
2017-06-11net: ena: update ena driver to version 1.1.7Netanel Belgazal1-1/+1
2017-06-11net: ena: bug fix in lost tx packets detection mechanismNetanel Belgazal3-31/+50
2017-06-11net: ena: disable admin msix while working in polling modeNetanel Belgazal1-0/+8
2017-06-11net: ena: fix theoretical Rx hang on low memory systemsNetanel Belgazal3-0/+58