summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorLines
2020-09-21wcn36xx: Convert to using wcn36xx_smd_config_bss_v0()Bryan O'Donoghue-3/+1
2020-09-21wcn36xx: Add wcn36xx_smd_config_bss_v0Bryan O'Donoghue-0/+44
2020-09-21wcn36xx: Update wcn36xx_smd_config_bss_v1() to operate internallyBryan O'Donoghue-55/+61
2020-09-21wcn36xx: Move BSS parameter setup to wcn36xx_smd_set_bss_params()Bryan O'Donoghue-80/+95
2020-09-21wcn36xx: Move wcn36xx_smd_set_sta_params() inside wcn36xx_smd_config_bss()Bryan O'Donoghue-1/+2
2020-09-21wcn36xx: Functionally decompose wcn36xx_smd_config_sta()Bryan O'Donoghue-21/+32
2020-09-21wcn36xx: Add wrapper function wcn36xx_smd_set_sta_params_v1()Bryan O'Donoghue-0/+30
2020-09-21wcn36xx: Add wcn36xx_smd_set_bss_vht_params()Bryan O'Donoghue-0/+13
2020-09-21wcn36xx: Add wcn36xx_smd_set_sta_ht_ldpc_params()Bryan O'Donoghue-0/+11
2020-09-21wcn36xx: Add wcn36xx_smd_set_sta_vht_params()Bryan O'Donoghue-0/+25
2020-09-21wcn36xx: Add wcn36xx_smd_set_sta_default_ht_ldpc_params()Bryan O'Donoghue-0/+11
2020-09-21wcn36xx: Add wcn36xx_smd_set_sta_default_vht_params()Bryan O'Donoghue-0/+18
2020-09-21wcn36xx: Add wcn36xx_set_default_rates_v1Bryan O'Donoghue-0/+9
2020-09-21wcn36xx: Use V1 data structure to store supported ratesBryan O'Donoghue-3/+4
2020-09-21wcn36xx: Add VHT fields to parameter data structuresBryan O'Donoghue-1/+15
2020-09-21ath11k: Remove rproc references from common core layerGovind Singh-37/+44
2020-09-21ath9k: hif_usb: fix race condition between usb_get_urb() and usb_kill_anchore...Brooke Basile-0/+19
2020-09-11net: hns: use IRQ_NOAUTOEN to avoid irq is enabled due to request_irqBarry Song-1/+2
2020-09-11net: ethernet: ti: ale: add support for multi port k3 cpsw versionsGrygorii Strashko-0/+14
2020-09-11net: ethernet: ti: ale: switch to use tables for vlan entry descriptionGrygorii Strashko-54/+188
2020-09-11net: ethernet: ti: am65-cpsw: enable hw auto ageingGrygorii Strashko-6/+70
2020-09-11net: ethernet: ti: ale: make usage of ale dev_id mandatoryGrygorii Strashko-17/+14
2020-09-11net: ethernet: ti: am65-cpsw: use dev_id for ale configurationGrygorii Strashko-2/+1
2020-09-11net: netcp: ethss: use dev_id for ale configurationGrygorii Strashko-10/+8
2020-09-11net: ethernet: ti: cpsw: use dev_id for ale configurationGrygorii Strashko-10/+1
2020-09-11net: ethernet: ti: ale: add static configurationGrygorii Strashko-0/+83
2020-09-11net: ethernet: ti: ale: add cpsw_ale_get_num_entries apiGrygorii Strashko-5/+14
2020-09-11net: dsa: tag_8021q: add a context structureVladimir Oltean-90/+126
2020-09-11net: dsa: tag_8021q: setup tagging via a single function callVladimir Oltean-11/+4
2020-09-11crypto/chcr: move nic TLS functionality to drivers/netRohit Maheshwari-172/+243
2020-09-11sfc: advertise encapsulated offloads on EF10Edward Cree-0/+104
2020-09-11sfc: implement encapsulated TSO on EF10Edward Cree-14/+46
2020-09-11sfc: de-indirect TSO handlingEdward Cree-37/+46
2020-09-11sfc: select inner-csum-offload TX queues for skbs that need itEdward Cree-2/+29
2020-09-11sfc: create inner-csum queues on EF10 if supportedEdward Cree-11/+28
2020-09-11sfc: define inner/outer csum offload TXQ typesEdward Cree-11/+13
2020-09-11sfc: decouple TXQ type from labelEdward Cree-43/+64
2020-09-11octeontx2-af: Constify npc_kpu_profile_{action,cam}Rikard Falkeborn-39/+39
2020-09-11sfc: cleanups around efx_alloc_channelEdward Cree-5/+2
2020-09-11sfc: remove spurious unreachable return statementEdward Cree-1/+0
2020-09-11sfc: remove duplicate call to efx_init_channels from EF100 probeEdward Cree-4/+0
2020-09-11net: ag71xx: add flow control supportOleksij Rempel-1/+12
2020-09-11net: ag71xx: add ethtool supportOleksij Rempel-0/+147
2020-09-11drivers/net/wan/x25_asy: Remove an unused flag "SLF_OUTWAIT"Xie He-3/+0
2020-09-11net: stmmac: set get_rx_header_len() as void for it didn't have any error cod...Luo Jiaxing-8/+6
2020-09-11gve: Enable Link Speed Reporting in the driver.David Awogbemila-1/+56
2020-09-11gve: Use link status register to report link statusPatricio Noyola-3/+21
2020-09-11gve: Batch AQ commands for creating and destroying queues.Sagi Shahar-81/+211
2020-09-11gve: NIC stats for report-stats and for ethtoolDavid Awogbemila-3/+94
2020-09-11gve: Add Gvnic stats AQ command and ethtool show/set-priv-flags.Kuo Zhao-32/+369