summaryrefslogtreecommitdiffstats
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2020-01-27bnxt_en: Refactor bnxt_dl_register()Vasundhara Volam1-24/+36
2020-01-27bnxt_en: Disable workaround for lost interrupts on 575XX B0 and newer chips.Michael Chan2-1/+5
2020-01-27bnxt_en: Periodically check and remove aged-out ntuple filtersPavan Chebbi1-0/+7
2020-01-27bnxt_en: Do not accept fragments for aRFS flow steering.Michael Chan1-2/+4
2020-01-27bnxt_en: Support UDP RSS hashing on 575XX chips.Michael Chan1-1/+1
2020-01-27bnxt_en: Remove the setting of dev_port.Michael Chan1-1/+0
2020-01-27bnxt_en: Improve bnxt_probe_phy().Michael Chan1-3/+3
2020-01-27bnxt_en: Improve link up detection.Michael Chan2-9/+9
2020-01-27Merge tag 'wireless-drivers-next-2020-01-26' of git://git.kernel.org/pub/scm/...David S. Miller134-1408/+3490
2020-01-27drivers: net: xgene: Fix the order of the arguments of 'alloc_etherdev_mqs()'Christophe JAILLET1-1/+1
2020-01-27bpf, xdp: Remove no longer required rcu_read_{un}lock()John Fastabend1-1/+5
2020-01-27bpf, xdp: virtio_net use access ptr macro for xdp enable checkJohn Fastabend1-1/+1
2020-01-27r8169: don't set min_mtu/max_mtu if not neededHeiner Kallweit1-7/+5
2020-01-27mlxsw: minimal: Fix an error handling path in 'mlxsw_m_port_create()'Christophe JAILLET1-1/+1
2020-01-27net: socionext: fix xdp_result initialization in netsec_process_rxLorenzo Bianconi1-1/+1
2020-01-27net: socionext: fix possible user-after-free in netsec_process_rxLorenzo Bianconi1-1/+1
2020-01-27mlx5: Use dev_net netdevice notifier registrationsJiri Pirko8-10/+28
2020-01-27mvneta driver disallow XDP program on hardware buffer managementSven Auhagen1-0/+6
2020-01-26Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo24-104/+341
2020-01-26iwlegacy: ensure loop counter addr does not wrap and cause an infinite loopColin Ian King1-1/+1
2020-01-26rtlwifi: btcoex: fix spelling mistake "initilized" -> "initialized"Colin Ian King3-3/+3
2020-01-26rtlwifi: rtl8723ae: remove unused variablesYueHaibing1-112/+0
2020-01-26rtlwifi: rtl8192ee: remove unused variablesYueHaibing1-118/+0
2020-01-26rtlwifi: rtl8821ae: remove unused variablesYueHaibing1-118/+0
2020-01-26rtlwifi: rtl8188ee: remove redundant assignment to variable condColin Ian King1-1/+1
2020-01-26qtnfmac: add support for TWT responder and spatial reuseMikhail Karpenko2-1/+53
2020-01-26qtnfmac: add support for STA HE ratesSergey Matyukevich2-0/+3
2020-01-26qtnfmac: control qtnfmac wireless interfaces bridgingSergey Matyukevich1-18/+34
2020-01-26qtnfmac: add module param to configure DFS offloadSergey Matyukevich6-7/+22
2020-01-26qtnfmac: cleanup slave_radar access functionSergey Matyukevich3-7/+7
2020-01-26brcmfmac: Remove always false 'idx < 0' statementyuehaibing1-1/+1
2020-01-26rtw88: use shorter delay time to poll PS stateYan-Hsuan Chuang1-2/+2
2020-01-26rtw88: fix potential NULL skb access in TX ISRYan-Hsuan Chuang1-0/+5
2020-01-26brcmfmac: add initial support for monitor modeRafał Miłecki6-13/+174
2020-01-26brcmfmac: simplify building interface combinationsRafał Miłecki1-29/+14
2020-01-26brcmfmac: sdio: Fix OOB interrupt initialization on brcm43362Jean-Philippe Brucker1-6/+6
2020-01-26brcmfmac: use true,false for bool variablezhengbin1-1/+1
2020-01-26cw1200: use true,false for bool variablezhengbin1-1/+1
2020-01-26rtw88: use true,false for bool variablezhengbin1-1/+1
2020-01-26rtlwifi: rtl8821ae: Make functions static & rm sw.hAmadeusz Sławiński2-16/+3
2020-01-26rtlwifi: rtl8723be: Make functions static & rm sw.hAmadeusz Sławiński2-17/+3
2020-01-26rtlwifi: rtl8723ae: Make functions static & rm sw.hAmadeusz Sławiński2-17/+3
2020-01-26rtlwifi: rtl8192se: Remove sw.h headerAmadeusz Sławiński2-14/+0
2020-01-26rtlwifi: rtl8192ee: Make functions static & rm sw.hAmadeusz Sławiński2-15/+3
2020-01-26rtlwifi: rtl8192cu: Remove sw.h headerAmadeusz Sławiński2-28/+0
2020-01-26rtlwifi: rtl8192ce: Make functions static & rm sw.hAmadeusz Sławiński2-18/+2
2020-01-26rtlwifi: rtl8188ee: Make functions static & rm sw.hAmadeusz Sławiński2-16/+3
2020-01-26rtlwifi: rtl8192cu: Fix typoAmadeusz Sławiński1-17/+17
2020-01-26rtw88: change max_num_of_tx_queue() definition to inline in pci.hZong-Zhe Yang1-1/+1
2020-01-26rtw88: assign NULL to skb after being kfree()'edYan-Hsuan Chuang1-1/+4