summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* wcn36xx: Convert to using wcn36xx_smd_config_bss_v0()Bryan O'Donoghue2020-09-211-3/+1
* wcn36xx: Add wcn36xx_smd_config_bss_v0Bryan O'Donoghue2020-09-211-0/+44
* wcn36xx: Update wcn36xx_smd_config_bss_v1() to operate internallyBryan O'Donoghue2020-09-211-55/+61
* wcn36xx: Move BSS parameter setup to wcn36xx_smd_set_bss_params()Bryan O'Donoghue2020-09-211-80/+95
* wcn36xx: Move wcn36xx_smd_set_sta_params() inside wcn36xx_smd_config_bss()Bryan O'Donoghue2020-09-211-1/+2
* wcn36xx: Functionally decompose wcn36xx_smd_config_sta()Bryan O'Donoghue2020-09-211-21/+32
* wcn36xx: Add wrapper function wcn36xx_smd_set_sta_params_v1()Bryan O'Donoghue2020-09-211-0/+30
* wcn36xx: Add wcn36xx_smd_set_bss_vht_params()Bryan O'Donoghue2020-09-211-0/+13
* wcn36xx: Add wcn36xx_smd_set_sta_ht_ldpc_params()Bryan O'Donoghue2020-09-211-0/+11
* wcn36xx: Add wcn36xx_smd_set_sta_vht_params()Bryan O'Donoghue2020-09-211-0/+25
* wcn36xx: Add wcn36xx_smd_set_sta_default_ht_ldpc_params()Bryan O'Donoghue2020-09-211-0/+11
* wcn36xx: Add wcn36xx_smd_set_sta_default_vht_params()Bryan O'Donoghue2020-09-211-0/+18
* wcn36xx: Add wcn36xx_set_default_rates_v1Bryan O'Donoghue2020-09-212-0/+9
* wcn36xx: Use V1 data structure to store supported ratesBryan O'Donoghue2020-09-212-3/+4
* wcn36xx: Add VHT fields to parameter data structuresBryan O'Donoghue2020-09-212-1/+15
* ath11k: Remove rproc references from common core layerGovind Singh2020-09-214-37/+44
* ath9k: hif_usb: fix race condition between usb_get_urb() and usb_kill_anchore...Brooke Basile2020-09-211-0/+19
* net: hns: use IRQ_NOAUTOEN to avoid irq is enabled due to request_irqBarry Song2020-09-111-1/+2
* Merge branch 'net-ethernet-ti-ale-add-static-configuration'David S. Miller2020-09-1111-99/+388
|\
| * net: ethernet: ti: ale: add support for multi port k3 cpsw versionsGrygorii Strashko2020-09-111-0/+14
| * net: ethernet: ti: ale: switch to use tables for vlan entry descriptionGrygorii Strashko2020-09-112-54/+188
| * net: ethernet: ti: am65-cpsw: enable hw auto ageingGrygorii Strashko2020-09-114-6/+70
| * net: ethernet: ti: ale: make usage of ale dev_id mandatoryGrygorii Strashko2020-09-112-17/+14
| * net: ethernet: ti: am65-cpsw: use dev_id for ale configurationGrygorii Strashko2020-09-111-2/+1
| * net: netcp: ethss: use dev_id for ale configurationGrygorii Strashko2020-09-111-10/+8
| * net: ethernet: ti: cpsw: use dev_id for ale configurationGrygorii Strashko2020-09-114-10/+1
| * net: ethernet: ti: ale: add static configurationGrygorii Strashko2020-09-112-0/+83
| * net: ethernet: ti: ale: add cpsw_ale_get_num_entries apiGrygorii Strashko2020-09-114-5/+14
|/
* Merge branch 'DSA-tag_8021q-cleanup'David S. Miller2020-09-117-220/+265
|\
| * Revert "net: dsa: Add more convenient functions for installing port VLANs"Vladimir Oltean2020-09-113-38/+31
| * net: dsa: tag_8021q: add a context structureVladimir Oltean2020-09-114-173/+216
| * net: dsa: tag_8021q: setup tagging via a single function callVladimir Oltean2020-09-113-17/+25
| * net: dsa: tag_8021q: include missing refcount.hVladimir Oltean2020-09-111-0/+1
|/
* crypto/chcr: move nic TLS functionality to drivers/netRohit Maheshwari2020-09-1117-172/+243
* Merge branch 'sfc-encap-offloads-on-EF10'David S. Miller2020-09-1118-106/+318
|\
| * sfc: advertise encapsulated offloads on EF10Edward Cree2020-09-114-0/+104
| * sfc: implement encapsulated TSO on EF10Edward Cree2020-09-112-14/+46
| * sfc: de-indirect TSO handlingEdward Cree2020-09-119-37/+46
| * sfc: select inner-csum-offload TX queues for skbs that need itEdward Cree2020-09-113-2/+29
| * sfc: create inner-csum queues on EF10 if supportedEdward Cree2020-09-112-11/+28
| * sfc: define inner/outer csum offload TXQ typesEdward Cree2020-09-117-11/+13
| * sfc: decouple TXQ type from labelEdward Cree2020-09-1111-43/+64
|/
* octeontx2-af: Constify npc_kpu_profile_{action,cam}Rikard Falkeborn2020-09-113-39/+39
* Merge branch 'sfc-misc-cleanups'David S. Miller2020-09-114-10/+2
|\
| * sfc: cleanups around efx_alloc_channelEdward Cree2020-09-112-5/+2
| * sfc: remove spurious unreachable return statementEdward Cree2020-09-111-1/+0
| * sfc: remove duplicate call to efx_init_channels from EF100 probeEdward Cree2020-09-111-4/+0
|/
* bridge: mcast: Fix incomplete MDB dumpIdo Schimmel2020-09-111-1/+1
* ipv6: remove redundant assignment to variable errColin Ian King2020-09-111-1/+2
* Merge branch 'ag71xx-add-ethtool-and-flow-control-support'David S. Miller2020-09-111-1/+159
|\