summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2017-02-21net: mvpp2: handle too large value handling in mvpp2_rx_pkts_coal_set()Thomas Petazzoni1-3/+4
2017-02-21net: mvpp2: remove useless arguments in mvpp2_rx_{pkts, time}_coal_setThomas Petazzoni1-12/+8
2017-02-21net: mvpp2: fix DMA address calculation in mvpp2_txq_inc_put()Thomas Petazzoni1-1/+1
2017-02-21macsec: fix validation failed in asynchronous operation.Lee Ryder1-0/+3
2017-02-21virtio-net: switch to use build_skb() for small bufferJason Wang1-75/+63
2017-02-21vxlan: remove unused variable saddr in neigh_reduceRoopa Prabhu1-2/+1
2017-02-21vxlan: add changelink supportRoopa Prabhu1-113/+270
2017-02-21Merge branch 'topic/zx' into for-linusVinod Koul3-5/+7
2017-02-21Merge branch 'topic/stm32-dma' into for-linusVinod Koul2-34/+61
2017-02-21Merge branch 'topic/ste' into for-linusVinod Koul1-2/+5
2017-02-21Merge branch 'topic/intel' into for-linusVinod Koul4-67/+223
2017-02-21virito-net: set queues after reset during xdp_setJason Wang1-20/+8
2017-02-21dpaa_eth: implement ioctl() for PHY-related opsMichael Walle1-0/+8
2017-02-21net: qualcomm: qca: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes1-8/+10
2017-02-21bnxt_en: fix pci cleanup in bnxt_init_one() failure pathSathya Perla1-37/+39
2017-02-21bnxt_en: Fix NULL pointer dereference in a failure path during open.Michael Chan1-1/+3
2017-02-21bnxt_en: Reject driver probe against all bridge devicesRay Jui1-1/+1
2017-02-21Merge tag 'device-properties-4.11-rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-83/+162
2017-02-21Merge tag 'acpi-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds203-440/+663
2017-02-21Merge tag 'pm-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds42-1330/+1825
2017-02-21Merge tag 'leds_for_4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/j....Linus Torvalds4-8/+100
2017-02-21Merge tag 'spi-v4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds25-334/+1429
2017-02-21Merge tag 'regulator-v4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds44-203/+818
2017-02-21Merge tag 'regmap-v4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...Linus Torvalds4-101/+117
2017-02-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds23-961/+698
2017-02-21Merge tag 'iommu-updates-v4.11' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds25-298/+930
2017-02-21Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds3-334/+0
2017-02-21Merge branch 'next' into for-linusDmitry Torokhov122-2122/+2137
2017-02-21Input: zet6223 - export OF device ID as module aliasesJavier Martinez Canillas1-0/+1
2017-02-21qed*: Fix link indication raceMintz, Yuval6-12/+33
2017-02-21qed: Don't allocate SBs using main PTTMintz, Yuval1-2/+13
2017-02-21qede: Prevent index problems in loopback testSudarsana Reddy Kalluru1-3/+3
2017-02-21qed: Reflect PF link when initializing VFMintz, Yuval1-39/+51
2017-02-21qede: Free netdevice only after stoping slowpathMintz, Yuval1-2/+8
2017-02-21qede: Initialize lock and slowpath workqueue earlyMintz, Yuval1-2/+7
2017-02-21qed: Reserve doorbell BAR space for present CPUsRam Amrani1-1/+1
2017-02-21qed: Don't free a QP more than onceRam Amrani1-22/+27
2017-02-21qed: Read queue state before releasing bufferRam Amrani1-6/+6
2017-02-21qed: Release CQ resource under lock on failureRam Amrani1-0/+2
2017-02-21net: ethernet: aquantia: Copying tx buffers is not needed.Pavel Belous3-95/+97
2017-02-21net: ethernet: aquantia: Fixed memory allocation if AQ_CFG_RX_FRAME_MAX > 1 p...Pavel Belous1-1/+3
2017-02-21net: ethernet: aquantia: Fixed incorrect buff->len calculation.Pavel Belous2-4/+4
2017-02-21net: ethernet: aquantia: Call netdev_register after all initialized.Pavel Belous2-6/+5
2017-02-21net: ethernet: aquantia: Null pointer check for aq_nic_ndev_alloc.Pavel Belous1-3/+4
2017-02-21net: ethernet: aquantia: Using NETDEV_TX_OK instead 0.Pavel Belous1-1/+1
2017-02-21net: ethernet: aquantia: Fixed missing rtnl_unlock.Pavel Belous1-2/+3
2017-02-21net: ethernet: aquantia: Superfluous initialization of "err".Pavel Belous1-7/+1
2017-02-21net: ethernet: aquantia: Using module_pci_driver.Pavel Belous1-19/+1
2017-02-21net: ethernet: aquantia: Fixes for aq_ndev_change_mtuPavel Belous2-11/+2
2017-02-21net: ethernet: aquantia: Removed busy_count field.Pavel Belous2-12/+0