summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorLines
2018-09-28net: hns3: Change return type of hclge_tm_schd_info_update()Huazhong Tan-4/+15
2018-09-28net: hns3: Fix for netdev not up problem when setting mtuYunsheng Lin-5/+3
2018-09-28net: hns3: Fix for packet buffer setting bugYunsheng Lin-6/+8
2018-09-28net: hns3: Add serdes parallel inner loopback supportFuyun Liang-20/+57
2018-09-28net: hns3: Rename mac loopback to app loopbackFuyun Liang-13/+13
2018-09-28net: hns3: Rename loop modeFuyun Liang-15/+15
2018-09-28net: hns3: Set extra mac address of pause param for HWFuyun Liang-0/+5
2018-09-28net: hns3: Add support for sctp checksum offloadPeng Li-4/+4
2018-09-28net: dsa: b53: Fix build with B53_SRAB enabled and B53_SERDES=mArnd Bergmann-0/+1
2018-09-28net: phy: mdio-bcm-unimac: mark PM functions as __maybe_unusedArnd Bergmann-2/+2
2018-09-28phy: mscc: fix printf formatArnd Bergmann-1/+1
2018-09-28net: ethernet: dpaa: remove unused variablesArnd Bergmann-1/+0
2018-09-28net: aquantia: Make function aq_fw1x_set_power() staticWei Yongjun-2/+2
2018-09-28net: xen-netback: fix return type of ndo_start_xmit functionYueHaibing-1/+2
2018-09-28qed: Remove set but not used variable 'p_archipelago'YueHaibing-4/+0
2018-09-26net: mvneta: Add support for 2500Mbps SGMIIMaxime Chevallier-4/+23
2018-09-26net: vhost: add rx busy polling in tx pathTonghao Zhang-21/+14
2018-09-26net: vhost: factor out busy polling logic to vhost_net_busy_poll()Tonghao Zhang-40/+70
2018-09-26net: vhost: replace magic number of lock annotationTonghao Zhang-3/+3
2018-09-26net: vhost: lock the vqs one by oneTonghao Zhang-17/+7
2018-09-26net: faraday: fix return type of ndo_start_xmit functionYueHaibing-5/+6
2018-09-26net: smsc: fix return type of ndo_start_xmit functionYueHaibing-3/+6
2018-09-26net: liquidio: list usage cleanupzhong jiang-2/+1
2018-09-26net: qed: list usage cleanupzhong jiang-13/+9
2018-09-26s390/qeth: remove duplicated carrier state trackingJulian Wiedmann-22/+10
2018-09-26s390/qeth: clean up drop conditions for received cmdsJulian Wiedmann-10/+11
2018-09-26s390/qeth: re-indent qeth_check_ipa_data()Julian Wiedmann-71/+58
2018-09-26s390/qeth: consume local address eventsJulian Wiedmann-2/+2
2018-09-26s390/qeth: remove various redundant codeJulian Wiedmann-15/+2
2018-09-26s390/qeth: remove CARD_FROM_CDEV helperJulian Wiedmann-44/+29
2018-09-26s390/qeth: pass card pointer in iob callbackJulian Wiedmann-24/+32
2018-09-26s390/qeth: re-use qeth_notify_skbs()Julian Wiedmann-24/+5
2018-09-26s390/qeth: remove additional skb refcountJulian Wiedmann-2/+0
2018-09-26s390/qeth: replace open-coded skb_queue_walk()Julian Wiedmann-15/+4
2018-09-26net/af_iucv: locate IUCV header via skb_network_header()Julian Wiedmann-7/+5
2018-09-26s390/qeth: on gdev release, reset drvdataJulian Wiedmann-2/+3
2018-09-26s390/qeth: fix discipline unload after setup errorJulian Wiedmann-4/+2
2018-09-26s390/qeth: use DEFINE_MUTEX for qeth_mod_mutexJulian Wiedmann-7/+6
2018-09-26s390/qeth: convert layer attribute to enumJulian Wiedmann-26/+25
2018-09-25net: phy: marvell: Fix build.David S. Miller-1/+1
2018-09-25net: dsa: lantiq_gswip: Depend on HAS_IOMEMHauke Mehrtens-1/+1
2018-09-25net: phy: marvell: Avoid unnecessary soft resetFlorian Fainelli-42/+21
2018-09-25net: phy: Stop with excessive soft resetFlorian Fainelli-2/+0
2018-09-25Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller-216/+412
2018-09-25i40e: disallow changing the number of descriptors when AF_XDP is onBjörn Töpel-0/+30
2018-09-25i40e: clean zero-copy XDP Rx ring on shutdown/resetBjörn Töpel-9/+96
2018-09-25i40e: clean zero-copy XDP Tx ring on shutdown/resetBjörn Töpel-6/+43
2018-09-25i40e: Remove unused msglen parameter from virtchnl functionsPatryk Małek-59/+37
2018-09-25i40e: fix double 'NIC Link is Down' messagesSergey Nemov-1/+4
2018-09-25i40e: add a helper function to validate a VF based on the vf idHarshitha Ramamurthy-21/+41