summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* eth: bnxt: remove rss_ctx_bmapJakub Kicinski2024-07-133-18/+2
* eth: bnxt: move from .set_rxfh to .create_rxfh_context and friendsJakub Kicinski2024-07-132-45/+75
* eth: bnxt: allow deleting RSS contexts when the device is downJakub Kicinski2024-07-132-6/+10
* net: ethtool: let drivers declare max size of RSS indir table and keyJakub Kicinski2024-07-132-22/+44
* net: ethtool: let drivers remove lost RSS contextsJakub Kicinski2024-07-132-0/+16
* net: mctp-i2c: invalidate flows immediately on TX errorsJeremy Kerr2024-07-121-0/+41
* l2tp: fix l2tp_session_register with colliding l2tpv3 IDsJames Chapman2024-07-121-8/+10
* tipc: Consolidate redundant functionsShigeru Yoshida2024-07-121-17/+10
* tipc: Remove unused struct declarationShigeru Yoshida2024-07-121-1/+0
* Merge branch 'netconsole-fix-potential-race-condition-and-improve-code-clarity'Jakub Kicinski2024-07-121-3/+2
|\
| * net: netconsole: Eliminate redundant setting of enabled fieldBreno Leitao2024-07-121-2/+1
| * net: netconsole: Remove unnecessary cast from boolBreno Leitao2024-07-121-1/+1
|/
* selftests: openvswitch: retry instead of sleepAdrian Moreno2024-07-122-8/+38
* netdevice: define and allocate &net_device _properly_Alexander Lobakin2024-07-123-31/+16
* net: psample: fix flag being set in wrong skbAdrian Moreno2024-07-122-6/+9
* bna: adjust 'name' buf size of bna_tcb and bna_ccb structuresAlexey Kodanev2024-07-122-6/+7
* Merge tag 'wireless-next-2024-07-11' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski2024-07-12162-3638/+16629
|\
| * Merge tag 'mt76-for-kvalo-2024-07-08' of https://github.com/nbd168/wirelessKalle Valo2024-07-1024-846/+2095
| |\
| | * wifi: mt76: mt792x: fix scheduler interference in drv own processMichael Lo2024-07-096-0/+35
| | * wifi: mt76: mt7925: enabling MLO when the firmware supports itSean Wang2024-07-096-0/+59
| | * wifi: mt76: mt7925: remove the unused mt7925_mcu_set_chan_infoSean Wang2024-07-091-74/+0
| | * wifi: mt76: mt7925: update mt7925_mac_link_bss_add for MLOSean Wang2024-07-091-2/+3
| | * wifi: mt76: mt7925: update mt7925_mcu_bss_basic_tlv for MLOSean Wang2024-07-091-0/+1
| | * wifi: mt76: mt7925: update mt7925_mcu_set_timing for MLOSean Wang2024-07-091-2/+2
| | * wifi: mt76: mt7925: update mt7925_mcu_sta_phy_tlv for MLOSean Wang2024-07-091-1/+2
| | * wifi: mt76: mt7925: update mt7925_mcu_sta_rate_ctrl_tlv for MLOSean Wang2024-07-091-2/+10
| | * wifi: mt76: mt7925: add mt7925_mcu_sta_eht_mld_tlv for MLOSean Wang2024-07-093-1/+53
| | * wifi: mt76: mt7925: update mt7925_mcu_sta_update for MLOSean Wang2024-07-093-2/+78
| | * wifi: mt76: mt7925: update mt7925_mcu_add_bss_info for MLOSean Wang2024-07-091-3/+8
| | * wifi: mt76: mt7925: update mt7925_mcu_bss_mld_tlv for MLOSean Wang2024-07-092-10/+17
| | * wifi: mt76: mt7925: update mt7925_mcu_sta_mld_tlv for MLOSean Wang2024-07-091-7/+22
| | * wifi: mt76: mt7925: add mt7925_[assign,unassign]_vif_chanctxSean Wang2024-07-093-11/+82
| | * wifi: mt76: add def_wcid to struct mt76_wcidSean Wang2024-07-092-0/+7
| | * wifi: mt76: mt7925: report link information in rx statusSean Wang2024-07-093-0/+8
| | * wifi: mt76: mt7925: update rate index according to link idSean Wang2024-07-091-4/+7
| | * wifi: mt76: mt7925: add link handling in the mt7925_ipv6_addr_changeSean Wang2024-07-091-6/+23
| | * wifi: mt76: mt7925: add link handling in the BSS_CHANGED_ARP_FILTER handlerSean Wang2024-07-093-12/+14
| | * wifi: mt76: mt7925: add link handling in mt7925_vif_connect_iterSean Wang2024-07-091-3/+11
| | * wifi: mt76: mt7925: add link handling in mt7925_sta_set_decap_offloadSean Wang2024-07-093-12/+36
| | * wifi: mt76: mt7925: add link handling in mt7925_mac_sta_assocSean Wang2024-07-092-2/+103
| | * wifi: mt76: mt7925: add link handling in mt7925_txwi_freeSean Wang2024-07-093-17/+41
| | * wifi: mt76: mt7925: add link handling in mt7925_mcu_set_beacon_filterSean Wang2024-07-091-6/+17
| | * wifi: mt76: mt7925: add link handling in the BSS_CHANGED_PS handlerSean Wang2024-07-091-2/+12
| | * wifi: mt76: mt7925: add link handling to mt7925_change_chanctxSean Wang2024-07-091-2/+20
| | * wifi: mt76: mt7925: add link handling in mt7925_set_keySean Wang2024-07-091-1/+17
| | * wifi: mt76: mt7925: add link handling to txwiSean Wang2024-07-092-5/+33
| | * wifi: mt76: mt7925: add link handling in mt7925_mac_sta_removeSean Wang2024-07-091-1/+7
| | * wifi: mt76: mt7925: add link handling in mt7925_mac_sta_addSean Wang2024-07-091-1/+11
| | * wifi: mt76: mt7925: add mt7925_change_sta_linksSean Wang2024-07-092-4/+145
| | * wifi: mt76: mt7925: add mt7925_change_vif_linksSean Wang2024-07-096-26/+275