aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-09-27Bluetooth: hci_qca: Add poweroff support during hci down for wcn3990Balakrishna Godavarthi1-0/+33
2018-09-27Bluetooth: btusb: Add quirk for BTUSB_INTEL_NEWJustin TerAvest1-0/+1
2018-09-27Bluetooth: btrtl: Make array extension_sig static, shrinks object sizeColin Ian King1-1/+1
2018-09-27Bluetooth: hci_serdev: Add protocol check in hci_uart_dequeue().Balakrishna Godavarthi1-3/+4
2018-09-27Bluetooth: hci_serdev: clear HCI_UART_PROTO_READY to avoid closing proto racesBalakrishna Godavarthi1-0/+1
2018-09-27Bluetooth: hci_qca: Remove hdev dereference in qca_close().Balakrishna Godavarthi1-6/+9
2018-09-27Bluetooth: hci_qca: Remove serdev_device_open/close function callsBalakrishna Godavarthi1-2/+0
2018-09-26net: mvneta: Add support for 2500Mbps SGMIIMaxime Chevallier1-4/+23
2018-09-26net: vhost: add rx busy polling in tx pathTonghao Zhang1-21/+14
2018-09-26net: vhost: factor out busy polling logic to vhost_net_busy_poll()Tonghao Zhang1-40/+70
2018-09-26net: vhost: replace magic number of lock annotationTonghao Zhang1-3/+3
2018-09-26net: vhost: lock the vqs one by oneTonghao Zhang1-17/+7
2018-09-26net: faraday: fix return type of ndo_start_xmit functionYueHaibing2-5/+6
2018-09-26net: smsc: fix return type of ndo_start_xmit functionYueHaibing3-3/+6
2018-09-26net: liquidio: list usage cleanupzhong jiang1-2/+1
2018-09-26net: qed: list usage cleanupzhong jiang3-13/+9
2018-09-26s390/qeth: remove duplicated carrier state trackingJulian Wiedmann5-22/+10
2018-09-26s390/qeth: clean up drop conditions for received cmdsJulian Wiedmann1-10/+11
2018-09-26s390/qeth: re-indent qeth_check_ipa_data()Julian Wiedmann1-71/+58
2018-09-26s390/qeth: consume local address eventsJulian Wiedmann1-2/+2
2018-09-26s390/qeth: remove various redundant codeJulian Wiedmann3-15/+2
2018-09-26s390/qeth: remove CARD_FROM_CDEV helperJulian Wiedmann1-44/+29
2018-09-26s390/qeth: pass card pointer in iob callbackJulian Wiedmann2-24/+32
2018-09-26s390/qeth: re-use qeth_notify_skbs()Julian Wiedmann1-24/+5
2018-09-26s390/qeth: remove additional skb refcountJulian Wiedmann1-2/+0
2018-09-26s390/qeth: replace open-coded skb_queue_walk()Julian Wiedmann1-15/+4
2018-09-26net/af_iucv: locate IUCV header via skb_network_header()Julian Wiedmann1-7/+5
2018-09-26s390/qeth: on gdev release, reset drvdataJulian Wiedmann1-2/+3
2018-09-26s390/qeth: fix discipline unload after setup errorJulian Wiedmann4-4/+2
2018-09-26s390/qeth: use DEFINE_MUTEX for qeth_mod_mutexJulian Wiedmann1-7/+6
2018-09-26s390/qeth: convert layer attribute to enumJulian Wiedmann5-26/+25
2018-09-25net: phy: marvell: Fix build.David S. Miller1-1/+1
2018-09-25net: dsa: lantiq_gswip: Depend on HAS_IOMEMHauke Mehrtens1-1/+1
2018-09-25net: phy: marvell: Avoid unnecessary soft resetFlorian Fainelli1-42/+21
2018-09-25net: phy: Stop with excessive soft resetFlorian Fainelli1-2/+0
2018-09-25Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queueDavid S. Miller6-216/+412
2018-09-25i40e: disallow changing the number of descriptors when AF_XDP is onBjörn Töpel3-0/+30
2018-09-25i40e: clean zero-copy XDP Rx ring on shutdown/resetBjörn Töpel3-9/+96
2018-09-25i40e: clean zero-copy XDP Tx ring on shutdown/resetBjörn Töpel3-6/+43
2018-09-25i40e: Remove unused msglen parameter from virtchnl functionsPatryk Małek1-59/+37
2018-09-25i40e: fix double 'NIC Link is Down' messagesSergey Nemov1-1/+4
2018-09-25i40e: add a helper function to validate a VF based on the vf idHarshitha Ramamurthy1-21/+41
2018-09-25i40e: use declared variables for pf and hwPatryk Małek1-5/+4
2018-09-25i40e: Unset promiscuous settings on VF resetMariusz Stachura1-110/+157
2018-09-25i40e: Fix VF's link state notificationMariusz Stachura1-5/+0
2018-09-25Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller142-930/+1029
2018-09-25net: macb: Clean 64b dma addresses if they are not detectedMichal Simek1-0/+1
2018-09-25r8169: improve a check in rtl_init_oneHeiner Kallweit1-5/+3
2018-09-25r8169: improve rtl8169_irq_mask_and_ackHeiner Kallweit1-4/+3
2018-09-25r8169: use default watchdog timeoutHeiner Kallweit1-3/+0