summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2020-09-22rtlwifi: Use ffs in <foo>_phy_calculate_bit_shiftJoe Perches7-56/+22
2020-09-22mt7601u: Convert to DEFINE_SHOW_ATTRIBUTEQinglang Miao1-28/+6
2020-09-22wlcore: Remove unused function no_write_handler()YueHaibing1-7/+0
2020-09-21rtlwifi: rtl8723be: fix comparison to bool warning in hw.cZheng Bin1-1/+1
2020-09-21rtlwifi: rtl8192de: fix comparison to bool warning in hw.cZheng Bin1-4/+4
2020-09-21rtlwifi: rtl8192ce: fix comparison to bool warning in hw.cZheng Bin1-4/+4
2020-09-21rtlwifi: rtl8192cu: fix comparison to bool warning in hw.cZheng Bin1-1/+1
2020-09-21rtlwifi: rtl8821ae: fix comparison to bool warning in phy.cZheng Bin1-3/+3
2020-09-21rtlwifi: rtl8821ae: fix comparison to bool warning in hw.cZheng Bin1-1/+1
2020-09-21rtlwifi: rtl8192cu: fix comparison to bool warning in mac.cZheng Bin1-4/+4
2020-09-21rtlwifi: rtl8192c: fix comparison to bool warning in phy_common.cZheng Bin1-1/+1
2020-09-21rtlwifi: rtl8192ee: fix comparison to bool warning in hw.cZheng Bin1-1/+1
2020-09-21net: wilc1000: clean up resource in error path of init mon interfaceHuang Guobin1-2/+1
2020-09-16rtlwifi: rtl8723ae: fix comparison pointer to bool warning in phy.cZheng Bin1-4/+4
2020-09-16rtlwifi: rtl8723ae: fix comparison pointer to bool warning in trx.cZheng Bin1-2/+2
2020-09-16rtlwifi: rtl8723ae: fix comparison pointer to bool warning in rf.cZheng Bin1-2/+2
2020-09-16rtlwifi: rtl8188ee: fix comparison pointer to bool warning in hw.cZheng Bin1-6/+6
2020-09-16rtlwifi: rtl8188ee: fix comparison pointer to bool warning in trx.cZheng Bin1-2/+2
2020-09-16rtlwifi: rtl8188ee: fix comparison pointer to bool warning in phy.cZheng Bin1-1/+1
2020-09-16qtnfmac: Remove unused macro QTNF_DMP_MAX_LENYueHaibing1-1/+0
2020-09-16rtw88: rtw8822c: eliminate code duplication, use native swap() functionIvan Safonov1-12/+3
2020-09-16wlcore: Remove unused macro WL1271_SUSPEND_SLEEPYueHaibing1-1/+0
2020-09-16brcmsmac: main: Eliminate empty brcms_c_down_del_timer()Jason Yan1-9/+0
2020-09-16brcmsmac: phy_lcn: Remove unused variable 'lcnphy_rx_iqcomp_table_rev0'Lee Jones1-55/+0
2020-09-16brcmsmac: phytbl_lcn: Remove unused array 'dot11lcn_gain_tbl_rev1'Lee Jones1-99/+0
2020-09-16airo: switch from 'pci_' to 'dma_' APIChristophe JAILLET1-6/+9
2020-09-16brcmfmac: support SAE authentication offload in AP modeChung-Hsien Hsu2-5/+27
2020-09-16brcmfmac: support 4-way handshake offloading for WPA/WPA2-PSK in AP modeChung-Hsien Hsu4-1/+39
2020-09-12net: hns: use IRQ_NOAUTOEN to avoid irq is enabled due to request_irqBarry Song1-1/+2
2020-09-12net: ethernet: ti: ale: add support for multi port k3 cpsw versionsGrygorii Strashko1-0/+14
2020-09-12net: ethernet: ti: ale: switch to use tables for vlan entry descriptionGrygorii Strashko2-54/+188
2020-09-12net: ethernet: ti: am65-cpsw: enable hw auto ageingGrygorii Strashko4-6/+70
2020-09-12net: ethernet: ti: ale: make usage of ale dev_id mandatoryGrygorii Strashko2-17/+14
2020-09-12net: ethernet: ti: am65-cpsw: use dev_id for ale configurationGrygorii Strashko1-2/+1
2020-09-12net: netcp: ethss: use dev_id for ale configurationGrygorii Strashko1-10/+8
2020-09-12net: ethernet: ti: cpsw: use dev_id for ale configurationGrygorii Strashko4-10/+1
2020-09-12net: ethernet: ti: ale: add static configurationGrygorii Strashko2-0/+83
2020-09-12net: ethernet: ti: ale: add cpsw_ale_get_num_entries apiGrygorii Strashko4-5/+14
2020-09-12net: dsa: tag_8021q: add a context structureVladimir Oltean2-90/+126
2020-09-12net: dsa: tag_8021q: setup tagging via a single function callVladimir Oltean1-11/+4
2020-09-12crypto/chcr: move nic TLS functionality to drivers/netRohit Maheshwari13-58/+2434
2020-09-12sfc: advertise encapsulated offloads on EF10Edward Cree4-0/+104
2020-09-12sfc: implement encapsulated TSO on EF10Edward Cree2-14/+46
2020-09-12sfc: de-indirect TSO handlingEdward Cree9-37/+46
2020-09-12sfc: select inner-csum-offload TX queues for skbs that need itEdward Cree3-2/+29
2020-09-12sfc: create inner-csum queues on EF10 if supportedEdward Cree2-11/+28
2020-09-12sfc: define inner/outer csum offload TXQ typesEdward Cree7-11/+13
2020-09-12sfc: decouple TXQ type from labelEdward Cree11-43/+64
2020-09-12octeontx2-af: Constify npc_kpu_profile_{action,cam}Rikard Falkeborn3-39/+39
2020-09-12sfc: cleanups around efx_alloc_channelEdward Cree2-5/+2