summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)Author
2022-02-10wcn36xx: Uninitialized variable in wcn36xx_change_opchannel()Dan Carpenter
2022-02-10brcmfmac: of: remove redundant variable lenColin Ian King
2022-02-10brcmfmac: p2p: Replace one-element arrays with flexible-array membersGustavo A. R. Silva
2022-02-10rtw89: coex: set EN bit to PLT registerPing-Ke Shih
2022-02-10rtw89: recover rates of rate adaptive mechanismChien-Hsun Liao
2022-02-10rtw88: recover rates of rate adaptive mechanismChien-Hsun Liao
2022-02-10rtw89: declare AP mode supportPing-Ke Shih
2022-02-10rtw89: debug: add stations entry to show ID assignmentPing-Ke Shih
2022-02-10rtw89: implement ieee80211_ops::start_ap and stop_apPing-Ke Shih
2022-02-10rtw89: maintain assoc/disassoc STA states of firmware and hardwarePing-Ke Shih
2022-02-10rtw89: only STA mode change vif_type mapping dynamicallyPing-Ke Shih
2022-02-10rtw89: add addr_cam field to sta to support AP modePing-Ke Shih
2022-02-10rtw89: extend role_maintain to support AP modePing-Ke Shih
2022-02-10rtw88: fix use after free in rtw_hw_scan_update_probe_req()Dan Carpenter
2022-02-10iwlwifi: fix use-after-freeJohannes Berg
2022-02-09Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2022-02-09net: usb: qmi_wwan: Add support for Dell DW5829eSlark Xiao
2022-02-09ice: Add ability for PF admin to enable VF VLAN pruningBrett Creeley
2022-02-09ice: Add support for 802.1ad port VLANs VFBrett Creeley
2022-02-09ice: Advertise 802.1ad VLAN filtering and offloads for PF netdevBrett Creeley
2022-02-09ice: Support configuring the device to Double VLAN ModeBrett Creeley
2022-02-09ice: Add support for VIRTCHNL_VF_OFFLOAD_VLAN_V2Brett Creeley
2022-02-09ice: Add hot path support for 802.1Q and 802.1ad VLAN offloadsBrett Creeley
2022-02-09ice: Add outer_vlan_ops and VSI specific VLAN ops implementationsBrett Creeley
2022-02-09ice: Adjust naming for inner VLAN operationsBrett Creeley
2022-02-09ice: Use the proto argument for VLAN opsBrett Creeley
2022-02-09ice: Refactor vf->port_vlan_info to use ice_vlanBrett Creeley
2022-02-09ice: Introduce ice_vlan structBrett Creeley
2022-02-09ice: Add new VSI VLAN opsBrett Creeley
2022-02-09ice: Add helper function for adding VLAN 0Brett Creeley
2022-02-09ice: Refactor spoofcheck configuration functionsBrett Creeley
2022-02-09net: usb: smsc95xx: add generic selftest supportOleksij Rempel
2022-02-09net: ethernet: cavium: use div64_u64() instead of do_div()Wang Qing
2022-02-09net:enetc: enetc qos using the CBDR dma alloc functionPo Liu
2022-02-09net:enetc: command BD ring data memory alloc as one function alonePo Liu
2022-02-09net:enetc: allocate CBD ring data memory using DMA coherent methodsPo Liu
2022-02-09dpaa2-eth: add support for software TSOIoana Ciornei
2022-02-09dpaa2-eth: work with an array of FDsIoana Ciornei
2022-02-09dpaa2-eth: use the S/G table cache also for the normal S/G pathIoana Ciornei
2022-02-09dpaa2-eth: extract the S/G table buffer cache interaction into functionsIoana Ciornei
2022-02-09dpaa2-eth: allocate a fragment already alignedIoana Ciornei
2022-02-09dpaa2-eth: rearrange variable declaration in __dpaa2_eth_txIoana Ciornei
2022-02-09octeontx2-pf: PFC config support with DCBxHariprasad Kelam
2022-02-09octeontx2-af: Flow control resource managementHariprasad Kelam
2022-02-09octeontx2-af: Priority flow control configuration supportSunil Kumar Kori
2022-02-09octeontx2-af: Don't enable Pause frames by defaultHariprasad Kelam
2022-02-09spi: make remove callback a void functionUwe Kleine-König
2022-02-09net: amd-xgbe: disable interrupts during pci removalRaju Rangoju
2022-02-09net: mdio: aspeed: Add missing MODULE_DEVICE_TABLEJoel Stanley
2022-02-09veth: fix races around rq->rx_notify_maskedEric Dumazet