summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2020-09-27net: dsa: tag_ocelot: use a short prefix on both ingress and egressVladimir Oltean3-9/+23
2020-09-27net: mscc: ocelot: move NPI port configuration to DSAVladimir Oltean3-41/+35
2020-09-26Revert "vxlan: move encapsulation warning"Jakub Kicinski1-4/+5
2020-09-26ice: add support for flash update overwrite maskJacob Keller3-4/+33
2020-09-26netdevsim: add support for flash_update overwrite maskJacob Keller2-1/+10
2020-09-26devlink: convert flash_update to use params structureJacob Keller8-32/+30
2020-09-26devlink: check flash_update parameter support in net coreJacob Keller8-30/+6
2020-09-26dpaa2-mac: Fix potential null pointer dereferenceGustavo A. R. Silva1-1/+1
2020-09-26dpaa2-eth: install a single steering rule when SHARED_FS is enabledIonut-robert Aron3-1/+17
2020-09-26dpaa2-eth: no need to check link state right after ndo_openIoana Ciornei1-12/+1
2020-09-26dpaa2-mac: do not check for both child and parent DTS nodesIoana Ciornei1-2/+1
2020-09-26vxlan: fix vxlan_find_sock() documentation for l3mdevFabian Frederick1-2/+3
2020-09-26vxlan: check rtnl_configure_link return code correctlyFabian Frederick1-1/+1
2020-09-26vxlan: move encapsulation warningFabian Frederick1-5/+4
2020-09-26vxlan: add unlikely to vxlan_remcsum checkFabian Frederick1-1/+1
2020-09-26vxlan: don't collect metadata if remote checksum is wrongFabian Frederick1-3/+4
2020-09-26net: stmmac: Add option for VLAN filter fail queue enableChuah, Kim Tatt6-2/+30
2020-09-26net: dsa: sja1105: implement .devlink_info_getVladimir Oltean3-0/+21
2020-09-26net: dsa: sja1105: expose static config as devlink regionVladimir Oltean3-3/+124
2020-09-26net: dsa: sja1105: move devlink param code to sja1105_devlink.cVladimir Oltean4-103/+132
2020-09-26drivers/net/ethernet: clean up mis-targeted commentsJesse Brandeburg72-682/+794
2020-09-26sfc: fix kdoc warningJesse Brandeburg2-1/+2
2020-09-26drivers/net/ethernet: remove incorrectly formatted docJesse Brandeburg3-15/+15
2020-09-26drivers/net/ethernet: add some basic kdoc tagsJesse Brandeburg2-2/+2
2020-09-26drivers/net/ethernet: handle one warning explicitlyJesse Brandeburg1-0/+10
2020-09-26drivers/net/ethernet: rid ethernet of no-prototype warningsJesse Brandeburg2-0/+2
2020-09-26drivers/net/ethernet: clean up unused assignmentsJesse Brandeburg15-84/+37
2020-09-26intel: handle unused assignmentsJesse Brandeburg3-149/+131
2020-09-26intel-ethernet: clean up W=1 warnings in kdocJesse Brandeburg38-129/+185
2020-09-25Merge tag 'wireless-drivers-next-2020-09-25' of git://git.kernel.org/pub/scm/...David S. Miller140-3428/+4176
2020-09-25ath11k: fix undefined reference to 'ath11k_debugfs_htt_ext_stats_handler'Kalle Valo2-10/+20
2020-09-25net: hns3: rename macro of pci device id of vfGuangbin Huang3-8/+9
2020-09-25net: hns3: add support for 200G deviceGuangbin Huang5-11/+55
2020-09-25net: hns3: add debugfs of dumping pf interrupt resourcesYufeng Mo2-0/+13
2020-09-25net: hns3: add a hardware error detect typeYufeng Mo3-0/+5
2020-09-25net: hns3: remove unnecessary variable initializationYufeng Mo6-9/+9
2020-09-25net: hns3: refactor the function for dumping tc information in debugfsYufeng Mo1-10/+5
2020-09-25Merge tag 'mlx5-updates-2020-09-22' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller21-1658/+2339
2020-09-25dpaa2-mac: add PCS support through the Lynx moduleIoana Ciornei3-1/+91
2020-09-25of: add of_mdio_find_device() apiRussell King1-9/+29
2020-09-25net: pcs-lynx: add support for 10GBASERIoana Ciornei1-0/+6
2020-09-25net: mscc: ocelot: always pass skb clone to ocelot_port_add_txtstamp_skbVladimir Oltean3-24/+33
2020-09-24Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo32-1758/+2247
2020-09-24mt76: mt7663s: remove max_tx_fragments limitationLorenzo Bianconi1-6/+7
2020-09-24mt76: Convert to DEFINE_SHOW_ATTRIBUTEQinglang Miao3-56/+13
2020-09-24mt76: mt7915: add offchannel condition in switch channel commandShayne Chen1-2/+4
2020-09-24mt76: mt7915: convert to use le16_add_cpu()Liu Shixin1-2/+2
2020-09-24mt76: Fix unsigned expressions compared with zeroYe Bin1-3/+3
2020-09-24mt76: mt7915: fix possible memory leak in mt7915_mcu_add_beaconLorenzo Bianconi1-8/+10
2020-09-24mt76: mt76x0: Move tables used only by init.c to their own header fileLee Jones3-145/+160