summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)Author
2022-04-06rtw89: support hardware generate security headerPing-Ke Shih
2022-04-06rtw89: support variant of fill_txdescPing-Ke Shih
2022-04-06rtw89: pci: support variant of fill_txaddr_infoPing-Ke Shih
2022-04-06rtw89: add chip_info::h2c_desc_size/fill_txdesc_fwcmd to support new chipsPing-Ke Shih
2022-04-06rtw89: disabled IGI configuration for unsupported hardwareJohnson Lin
2022-04-06rtw89: packed IGI configuration flow into function for DIG featureJohnson Lin
2022-04-06rtw89: regd: update mapping table to R59-R32Zong-Zhe Yang
2022-04-06rtw89: regd: consider 6G bandZong-Zhe Yang
2022-04-06rtw89: 8852a: update txpwr tables to HALRF_027_00_038Zong-Zhe Yang
2022-04-06rtw89: add UK to regulation typeZong-Zhe Yang
2022-04-06rtw89: reduce export symbol number of mac size and quotaPing-Ke Shih
2022-04-06rtw89: support FW crash simulationZong-Zhe Yang
2022-04-06rtw89: reconstruct fw featureZong-Zhe Yang
2022-04-06rtw89: ser: dump fw backtrace while L2 resetZong-Zhe Yang
2022-04-06rtw89: ser: dump memory for fw payload engine while L2 resetZong-Zhe Yang
2022-04-06rtw89: ser: control hci interrupts on/off by stateZong-Zhe Yang
2022-04-06rtw89: mac: correct decision on error status by scenarioZong-Zhe Yang
2022-04-06rtw89: mac: move table of mem base addr to commonZong-Zhe Yang
2022-04-06rtw89: ser: fix CAM leaks occurring in L2 resetZong-Zhe Yang
2022-04-06rtw88: change idle mode condition during hw_scanPo-Hao Huang
2022-04-06iwlwifi: mei: Replace zero-length array with flexible-array memberGustavo A. R. Silva
2022-04-06iwlwifi: fw: Replace zero-length arrays with flexible-array membersGustavo A. R. Silva
2022-04-05mlxsw: spectrum_router: simplify list unwindingTom Rix
2022-04-05ath11k: fix driver initialization failure with WoW unsupported hwNagarajan Maran
2022-04-05ath11k: Remove unnecessary delay in ath11k_core_suspendBaochen Qiang
2022-04-05ath11k: Change max no of active probe SSID and BSSID to fw capabilityKarthikeyan Kathirvel
2022-04-05ath11k: Remove core PCI references from PCI common codeManikanta Pubbisetty
2022-04-05ath11k: Refactor MSI logic to support WCN6750Manikanta Pubbisetty
2022-04-05ath11k: Choose MSI config based on HW revisionManikanta Pubbisetty
2022-04-05ath11k: Refactor PCI code to support WCN6750Manikanta Pubbisetty
2022-04-05ath11k: PCI changes to support WCN6750Manikanta Pubbisetty
2022-04-01wcn36xx: Improve readability of wcn36xx_caps_nameBenjamin Stürz
2022-04-01ath9k: make is2ghz consistent in ar9003_eepromWenli Looi
2022-04-01ath10k: enable napi on RX path for usbErik Stromdahl
2022-04-01ath10k: add support for MSDU IDs for USB devicesErik Stromdahl
2022-03-31Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2022-03-31vxlan: do not feed vxlan_vnifilter_dump_dev with non vxlan devicesEric Dumazet
2022-03-31Merge tag 'linux-can-fixes-for-5.18-20220331' of git://git.kernel.org/pub/scm...Jakub Kicinski
2022-03-31net: hns3: fix software vlan talbe of vlan 0 inconsistent with hardwareGuangbin Huang
2022-03-31net: hns3: fix the concurrency between functions reading debugfsYufeng Mo
2022-03-31can: gs_usb: gs_make_candev(): fix memory leak for devices with extended bit ...Marc Kleine-Budde
2022-03-31can: mcba_usb: properly check endpoint typePavel Skripkin
2022-03-31can: mcba_usb: mcba_usb_start_xmit(): fix double dev_kfree_skb in error pathHangyu Hua
2022-03-31can: usb_8dev: usb_8dev_start_xmit(): fix double dev_kfree_skb() in error pathHangyu Hua
2022-03-31can: ems_usb: ems_usb_start_xmit(): fix double dev_kfree_skb() in error pathHangyu Hua
2022-03-31can: m_can: m_can_tx_handler(): fix use after free of skbMarc Kleine-Budde
2022-03-31can: mcp251xfd: mcp251xfd_register_get_dev_id(): fix return of error valueTom Rix
2022-03-30net: sparx5: uses, depends on BRIDGE or !BRIDGERandy Dunlap
2022-03-30wireguard: socket: ignore v6 endpoints when ipv6 is disabledJason A. Donenfeld
2022-03-30wireguard: socket: free skb in send6 when ipv6 is disabledWang Hai