aboutsummaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2023-10-02mlxsw: core: Annotate struct mlxsw_env with __counted_byKees Cook1-1/+1
2023-10-02mlxsw: Annotate struct mlxsw_linecards with __counted_byKees Cook1-1/+1
2023-10-02net: tulip: Annotate struct mediatable with __counted_byKees Cook1-1/+1
2023-10-02net: enetc: Annotate struct enetc_psfp_gate with __counted_byKees Cook1-1/+1
2023-10-02net: ipa: Annotate struct ipa_power with __counted_byKees Cook1-1/+1
2023-10-02net: hisilicon: Annotate struct rcb_common_cb with __counted_byKees Cook1-1/+1
2023-10-02net: enetc: Annotate struct enetc_int_vector with __counted_byKees Cook1-1/+1
2023-10-02net: hns: Annotate struct ppe_common_cb with __counted_byKees Cook1-1/+1
2023-10-02wifi: ath10k: indicate to mac80211 scan complete with aborted flag for ATH10K...Wen Gong1-6/+9
2023-10-02wifi: ath: dfs_pattern_detector: Use flex array to simplify codeChristophe JAILLET1-13/+8
2023-10-02wifi: ath: dfs_pattern_detector: Fix a memory initialization issueChristophe JAILLET1-1/+1
2023-10-02wifi: carl9170: remove unnecessary (void*) conversionsWu Yunchuan1-5/+5
2023-10-02wifi: ath10k: Don't touch the CE interrupt registers after power upDouglas Anderson1-4/+14
2023-10-02wifi: ath10k: consistently use kstrtoX_from_user() functionsDmitry Antipov2-51/+22
2023-10-02wifi: ath12k: add keep backward compatibility of PHY mode to avoid firmware c...Wen Gong2-2/+66
2023-10-02wifi: ath12k: add read variant from SMBIOS for download board dataWen Gong3-1/+94
2023-10-02wifi: ath12k: do not drop data frames from unassociated stationsHari Chandrakanthan1-11/+1
2023-10-02wifi: ath12k: mhi: fix potential memory leak in ath12k_mhi_register()Ma Ke1-4/+7
2023-10-02net/mlx5: Handle IPsec steering upon master unbind/bindPatrisious Haddad8-32/+225
2023-10-02net/mlx5: Configure IPsec steering for ingress RoCEv2 MPV trafficPatrisious Haddad4-23/+205
2023-10-02net/mlx5: Configure IPsec steering for egress RoCEv2 MPV trafficPatrisious Haddad4-7/+225
2023-10-02net/mlx5: Add create alias flow table function to ipsec rocePatrisious Haddad1-0/+66
2023-10-02net/mlx5: Implement alias object allow and create functionsPatrisious Haddad2-0/+92
2023-10-02net/mlx5: Store devcom pointer inside IPsec RoCEPatrisious Haddad5-6/+15
2023-10-02net/mlx5: Register mlx5e priv to devcom in MPV modePatrisious Haddad4-0/+43
2023-10-02RDMA/mlx5: Send events from IB driver about device affiliation statePatrisious Haddad1-0/+6
2023-10-02mlxsw: i2c: Utilize standard macros for dividing buffer into chunksVadim Pasternak1-3/+1
2023-10-02mlxsw: core: Extend allowed list of external cooling devices for thermal zone...Vadim Pasternak1-0/+1
2023-10-02mlxsw: reg: Limit MTBR register payload to a single data recordVadim Pasternak3-5/+5
2023-10-02sky2: Make sure there is at least one frag_addr availableKees Cook1-1/+1
2023-10-02net: dsa: mv88e6xxx: Avoid EEPROM timeout when EEPROM is absentFabio Estevam5-35/+6
2023-10-01net: implement lockless SO_PRIORITYEric Dumazet1-1/+1
2023-10-01virtio_net: avoid data-races on dev->stats fieldsEric Dumazet1-15/+15
2023-10-01net: add DEV_STATS_READ() helperEric Dumazet1-3/+3
2023-10-01octeontx2-pf: Tc flower offload support for MPLSHariprasad Kelam5-0/+187
2023-10-01net: ethernet: xilinx: Drop kernel doc comment about return valueUwe Kleine-König1-2/+0
2023-10-01net: stmmac: platform: fix the incorrect parameterClark Wang1-1/+1
2023-10-01net: atl1c: switch to napi_consume_skb()Sieng-Piaw Liew1-6/+7
2023-09-30wifi: mt76: Annotate struct mt76_rx_tid with __counted_byKees Cook1-1/+1
2023-09-30wifi: mt76: mt7921: update the channel usage when the regd domain changedMing Yen Hsieh4-2/+64
2023-09-30wifi: mt76: mt7921: get regulatory information from the clc eventMing Yen Hsieh5-4/+41
2023-09-30wifi: mt76: mt7921: add 6GHz power type support for clcMing Yen Hsieh3-1/+46
2023-09-30wifi: mt76: mt7921: enable set txpower for UNII-4Ming Yen Hsieh1-1/+1
2023-09-30wifi: mt76: mt7921: move connac nic capability handling to mt7921Deren Wu3-122/+121
2023-09-30wifi: mt76: reduce spin_lock_bh held up in mt76_dma_rx_cleanupSean Wang1-2/+4
2023-09-30wifi: mt76: mt7996: remove periodic MPDU TXS requestBenjamin Lin3-19/+21
2023-09-30wifi: mt76: mt7996: enable PPDU-TxS to hostYi-Chia Hsieh4-17/+48
2023-09-30wifi: mt76: mt7996: Add mcu commands for getting sta tx statisticYi-Chia Hsieh6-0/+130
2023-09-30wifi: mt76: mt7996: get tx_retries and tx_failed from txfreeYi-Chia Hsieh3-5/+22
2023-09-30wifi: mt76: mt792x: move some common usb code in mt792x moduleLorenzo Bianconi9-59/+37