summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2020-05-11ath10k: Replace zero-length array with flexible-arrayGustavo A. R. Silva8-51/+51
2020-05-11ath11k: Remove bus layer includes from upper layerGovind Singh7-5/+4
2020-05-11ath11k: Add drv private for bus opaque structGovind Singh4-4/+14
2020-05-11ath11k: Add support for multibus supportGovind Singh10-121/+182
2020-05-11ath10k: fix __le32 warning in ath10k_wmi_tlv_op_gen_request_peer_stats_info()Wen Gong1-1/+1
2020-05-11wil6210: avoid gcc-10 zero-length-bounds warningArnd Bergmann1-1/+1
2020-05-11ath10k: Remove msdu from idr when management pkt send failsRakesh Pillai3-0/+28
2020-05-11ath10k: Skip handling del_server during driver exitRakesh Pillai2-1/+18
2020-05-11ath11k: remove stale monitor status descriptorMiles Hu1-4/+7
2020-05-08bonding: propagate transmit statusEric Dumazet2-43/+24
2020-05-08netpoll: accept NULL np argument in netpoll_send_skb()Eric Dumazet1-3/+2
2020-05-08net: phy: fix less than zero comparison with unsigned variable valColin Ian King1-1/+1
2020-05-08net: remove newlines in NL_SET_ERR_MSG_MODJacob Keller2-4/+4
2020-05-08net: ethernet: ti: am65-cpsw-nuss: use of_platform_device_create() for mdioGrygorii Strashko2-6/+20
2020-05-08dpaa2-eth: create a function to flush the XDP fdsIoana Ciornei2-22/+46
2020-05-08net: dsa: sja1105: implement tc-gate using time-triggered virtual linksVladimir Oltean10-17/+759
2020-05-08net: dsa: sja1105: support flow-based redirection via virtual linksVladimir Oltean7-6/+437
2020-05-08net: dsa: sja1105: make room for virtual link parsing in flower offloadVladimir Oltean2-27/+112
2020-05-08net: dsa: sja1105: add static tables for virtual linksVladimir Oltean4-0/+318
2020-05-07cxgb4: remove duplicate headersChen Zhou1-2/+0
2020-05-07Merge tag 'wireless-drivers-next-2020-05-07' of git://git.kernel.org/pub/scm/...David S. Miller174-1278/+21523
2020-05-07via-rhine: Add platform dependenciesGeert Uytterhoeven1-0/+1
2020-05-07net:enetc: bug fix for qos sfi operate space after freedPo Liu1-1/+1
2020-05-07net: encx24j600: make encx24j600_hw_init() return voidJason Yan1-10/+2
2020-05-07net: mlx4: remove unneeded variable "err" in mlx4_en_ethtool_add_mac_rule()Jason Yan1-2/+1
2020-05-07net: tulip: de4x5: make PCI_signature() return voidJason Yan1-6/+4
2020-05-07net: atheros: remove dead code in atl1c_resume()Jason Yan1-6/+0
2020-05-07b43: remove dead function b43_rssinoise_postprocess()Jason Yan1-13/+0
2020-05-07net: phy: Make iproc_mdio_resume staticZheng Zengkai1-1/+1
2020-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller57-179/+350
2020-05-07net: flow_offload: skip hw stats check for FLOW_ACTION_HW_STATS_DONT_CAREPablo Neira Ayuso1-1/+2
2020-05-07wireguard: send/receive: use explicit unlikely branch instead of implicit coa...Jason A. Donenfeld2-16/+12
2020-05-07wireguard: selftests: initalize ipv6 members to NULL to squelch clang warningJason A. Donenfeld1-2/+2
2020-05-07wireguard: send/receive: cond_resched() when processing worker ringbuffersJason A. Donenfeld2-0/+6
2020-05-07wireguard: socket: remove errant restriction on looping to selfJason A. Donenfeld1-12/+0
2020-05-07net: ethernet: ti: am65-cpsw-nuss: fix irqs typeGrygorii Strashko1-2/+3
2020-05-07dsa: sja1105: dynamically allocate stats structureArnd Bergmann1-70/+74
2020-05-07ionic: Use debugfs_create_bool() to export boolGeert Uytterhoeven1-2/+1
2020-05-07net: phy: tja11xx: add support for master-slave configurationOleksij Rempel1-0/+43
2020-05-07ethtool: provide UAPI for PHY master/slave configuration.Oleksij Rempel2-1/+97
2020-05-07net: ipa: kill ipa_cmd_dma_task_32b_addr_add()Alex Elder2-70/+0
2020-05-07net: ipa: kill ipa_endpoint_stop()Alex Elder2-23/+6
2020-05-07net: ipa: don't retry in ipa_endpoint_stop()Alex Elder1-15/+2
2020-05-07net: ipa: get rid of workaround in ipa_endpoint_stop()Alex Elder1-38/+1
2020-05-07net: ipa: fix a bug in ipa_endpoint_stop()Alex Elder1-5/+2
2020-05-07net: ipa: remove endpoint delay mode featureAlex Elder3-10/+1
2020-05-07net: ipa: introduce ipa_endpoint_program_suspend()Alex Elder1-26/+41
2020-05-07net: ipa: have ipa_endpoint_init_ctrl() return previous stateAlex Elder1-14/+14
2020-05-07net: ipa: only reset channel twice for IPA v3.5.1Alex Elder1-2/+2
2020-05-07net: ipa: rename db_enable flagAlex Elder4-21/+21