summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* net: mvneta: Add support for 2500Mbps SGMIIMaxime Chevallier2018-09-261-4/+23
* net: vhost: add rx busy polling in tx pathTonghao Zhang2018-09-261-21/+14
* net: vhost: factor out busy polling logic to vhost_net_busy_poll()Tonghao Zhang2018-09-261-40/+70
* net: vhost: replace magic number of lock annotationTonghao Zhang2018-09-261-3/+3
* net: vhost: lock the vqs one by oneTonghao Zhang2018-09-261-17/+7
* net: faraday: fix return type of ndo_start_xmit functionYueHaibing2018-09-262-5/+6
* net: smsc: fix return type of ndo_start_xmit functionYueHaibing2018-09-263-3/+6
* net: liquidio: list usage cleanupzhong jiang2018-09-261-2/+1
* net: qed: list usage cleanupzhong jiang2018-09-263-13/+9
* s390/qeth: remove duplicated carrier state trackingJulian Wiedmann2018-09-265-22/+10
* s390/qeth: clean up drop conditions for received cmdsJulian Wiedmann2018-09-261-10/+11
* s390/qeth: re-indent qeth_check_ipa_data()Julian Wiedmann2018-09-261-71/+58
* s390/qeth: consume local address eventsJulian Wiedmann2018-09-261-2/+2
* s390/qeth: remove various redundant codeJulian Wiedmann2018-09-263-15/+2
* s390/qeth: remove CARD_FROM_CDEV helperJulian Wiedmann2018-09-261-44/+29
* s390/qeth: pass card pointer in iob callbackJulian Wiedmann2018-09-262-24/+32
* s390/qeth: re-use qeth_notify_skbs()Julian Wiedmann2018-09-261-24/+5
* s390/qeth: remove additional skb refcountJulian Wiedmann2018-09-261-2/+0
* s390/qeth: replace open-coded skb_queue_walk()Julian Wiedmann2018-09-261-15/+4
* net/af_iucv: locate IUCV header via skb_network_header()Julian Wiedmann2018-09-261-7/+5
* s390/qeth: on gdev release, reset drvdataJulian Wiedmann2018-09-261-2/+3
* s390/qeth: fix discipline unload after setup errorJulian Wiedmann2018-09-264-4/+2
* s390/qeth: use DEFINE_MUTEX for qeth_mod_mutexJulian Wiedmann2018-09-261-7/+6
* s390/qeth: convert layer attribute to enumJulian Wiedmann2018-09-265-26/+25
* net: phy: marvell: Fix build.David S. Miller2018-09-251-1/+1
* net: dsa: lantiq_gswip: Depend on HAS_IOMEMHauke Mehrtens2018-09-251-1/+1
* net: phy: marvell: Avoid unnecessary soft resetFlorian Fainelli2018-09-251-42/+21
* net: phy: Stop with excessive soft resetFlorian Fainelli2018-09-251-2/+0
* Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller2018-09-256-216/+412
|\
| * i40e: disallow changing the number of descriptors when AF_XDP is onBjörn Töpel2018-09-253-0/+30
| * i40e: clean zero-copy XDP Rx ring on shutdown/resetBjörn Töpel2018-09-253-9/+96
| * i40e: clean zero-copy XDP Tx ring on shutdown/resetBjörn Töpel2018-09-253-6/+43
| * i40e: Remove unused msglen parameter from virtchnl functionsPatryk Małek2018-09-251-59/+37
| * i40e: fix double 'NIC Link is Down' messagesSergey Nemov2018-09-251-1/+4
| * i40e: add a helper function to validate a VF based on the vf idHarshitha Ramamurthy2018-09-251-21/+41
| * i40e: use declared variables for pf and hwPatryk Małek2018-09-251-5/+4
| * i40e: Unset promiscuous settings on VF resetMariusz Stachura2018-09-251-110/+157
| * i40e: Fix VF's link state notificationMariusz Stachura2018-09-251-5/+0
* | Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-09-25142-930/+1029
|\ \ | |/ |/|
| * Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Greg Kroah-Hartman2018-09-259-90/+116
| |\
| | * scsi: sd: don't crash the host on invalid commandsJohannes Thumshirn2018-09-211-1/+2
| | * scsi: ipr: System hung while dlpar adding primary ipr adapter backWen Xiong2018-09-212-45/+62
| | * scsi: target: iscsi: Use bin2hex instead of a re-implementationVincent Pelletier2018-09-211-12/+3
| | * scsi: target: iscsi: Use hex2bin instead of a re-implementationVincent Pelletier2018-09-211-16/+14
| | * scsi: lpfc: Synchronize access to remoteport via rportJames Smart2018-09-203-13/+23
| | * scsi: ufs: Disable blk-mq for nowAdrian Hunter2018-09-201-0/+7
| | * scsi: sd: Contribute to randomness when running rotational deviceXuewei Zhang2018-09-171-0/+3
| | * scsi: ibmvscsis: Ensure partition name is properly NUL terminatedLaura Abbott2018-09-171-1/+1
| | * scsi: ibmvscsis: Fix a stringop-overflow warningLaura Abbott2018-09-171-2/+1
| * | Merge tag 'usb-4.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Greg Kroah-Hartman2018-09-258-37/+66
| |\ \