summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2018-09-28ice: update branding strings and supported device idsBruce Allan2-9/+3
2018-09-28ice: replace unnecessary memcpy with direct assignmentBruce Allan1-1/+1
2018-09-28ice: use [sr]q.count when checking if queue is initializedJacob Keller1-4/+4
2018-09-28qed: fix spelling mistake "b_cb_registred" -> "b_cb_registered"Colin Ian King2-8/+8
2018-09-28Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller9-48/+150
2018-09-28net: hns3: Fix loss of coal configuration while doing resetHuazhong Tan2-37/+36
2018-09-28net: hns3: Modify hns3_get_max_available_channelsHuazhong Tan4-17/+13
2018-09-28net: hns3: Change return type of hclge_tm_schd_info_update()Huazhong Tan3-4/+15
2018-09-28net: hns3: Fix for netdev not up problem when setting mtuYunsheng Lin1-5/+3
2018-09-28net: hns3: Fix for packet buffer setting bugYunsheng Lin1-6/+8
2018-09-28net: hns3: Add serdes parallel inner loopback supportFuyun Liang4-20/+57
2018-09-28net: hns3: Rename mac loopback to app loopbackFuyun Liang3-13/+13
2018-09-28net: hns3: Rename loop modeFuyun Liang3-15/+15
2018-09-28net: hns3: Set extra mac address of pause param for HWFuyun Liang2-0/+5
2018-09-28net: hns3: Add support for sctp checksum offloadPeng Li1-4/+4
2018-09-28net: dsa: b53: Fix build with B53_SRAB enabled and B53_SERDES=mArnd Bergmann1-0/+1
2018-09-28net: phy: mdio-bcm-unimac: mark PM functions as __maybe_unusedArnd Bergmann1-2/+2
2018-09-28phy: mscc: fix printf formatArnd Bergmann1-1/+1
2018-09-28net: ethernet: dpaa: remove unused variablesArnd Bergmann1-1/+0
2018-09-28net: aquantia: Make function aq_fw1x_set_power() staticWei Yongjun1-2/+2
2018-09-28net: xen-netback: fix return type of ndo_start_xmit functionYueHaibing1-1/+2
2018-09-28qed: Remove set but not used variable 'p_archipelago'YueHaibing1-4/+0
2018-09-27ice: fix changing of ring descriptor size (ethtool -G)Bruce Allan2-5/+16
2018-09-27ice: Update to capabilities admin queue commandAnirudh Venkataramanan1-16/+34
2018-09-27ice: Query the Tx scheduler node before adding itAnirudh Venkataramanan2-1/+71
2018-09-27ice: Update comment for ice_fltr_mgmt_list_entryBrett Creeley1-1/+2
2018-09-27ice: update fw version check logicJacob Keller1-11/+19
2018-09-27ice: update branding strings and supported device idsBruce Allan2-9/+3
2018-09-27ice: replace unnecessary memcpy with direct assignmentBruce Allan1-1/+1
2018-09-27ice: use [sr]q.count when checking if queue is initializedJacob Keller1-4/+4
2018-09-27net: mvneta: Add support for 2500Mbps SGMIIMaxime Chevallier1-4/+23
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-26net: phy: marvell: Fix build.David S. Miller1-1/+1
2018-09-26net: dsa: lantiq_gswip: Depend on HAS_IOMEMHauke Mehrtens1-1/+1
2018-09-26net: phy: marvell: Avoid unnecessary soft resetFlorian Fainelli1-42/+21
2018-09-26net: phy: Stop with excessive soft resetFlorian Fainelli1-2/+0
2018-09-26Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David 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. Miller55-517/+330