summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | gtp: remove useless initializationPablo Neira Ayuso2024-05-071-2/+2
| * | | net: ipv6: fix wrong start position when receive hop-by-hop fragmentgaoxingwang2024-05-101-1/+1
| * | | tcp: get rid of twsk_unique()Eric Dumazet2024-05-105-13/+5
| * | | net/sched: adjust device watchdog timer to detect stopped queue at right timePraveen Kumar Kannoju2024-05-101-4/+7
| * | | selftest: epoll_busy_poll: epoll busy poll testsJoe Damato2024-05-093-1/+323
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-05-09265-1347/+2906
| |\ \ \
| * | | | l2tp: Support several sockets with same IP/port quadrupleSamuel Thibault2024-05-091-0/+21
| * | | | Merge tag 'wireless-next-2024-05-08' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski2024-05-09235-9684/+13476
| |\ \ \ \
| | * | | | wifi: mwl8k: initialize cmd->addr[] properlyDan Carpenter2024-05-071-1/+1
| | * | | | wifi: iwlwifi: Ensure prph_mac dump includes all addressesDaniel Gabay2024-05-061-7/+2
| | * | | | wifi: iwlwifi: mvm: don't request statistics in restartMiri Korenblit2024-05-061-0/+7
| | * | | | wifi: iwlwifi: mvm: exit EMLSR if secondary link is not usedMiri Korenblit2024-05-063-2/+40
| | * | | | wifi: iwlwifi: mvm: add beacon template version 14striebit2024-05-062-4/+16
| | * | | | wifi: iwlwifi: mvm: align UATS naming with firmwareJohannes Berg2024-05-063-10/+11
| | * | | | wifi: iwlwifi: Force SCU_ACTIVE for specific platformsDaniel Gabay2024-05-062-2/+34
| | * | | | wifi: iwlwifi: mvm: record and return channel survey informationBenjamin Berg2024-05-066-8/+430
| | * | | | wifi: iwlwifi: mvm: add the firmware API for channel surveyBenjamin Berg2024-05-062-1/+33
| | * | | | wifi: iwlwifi: mvm: Fix race in scan completionIlan Peer2024-05-064-29/+55
| | * | | | wifi: iwlwifi: mvm: Add a print for invalid link pair due to bandwidthYedidya Benshimol2024-05-061-11/+20
| | * | | | wifi: iwlwifi: mvm: add a debugfs for reading EMLSR blocking reasonsYedidya Benshimol2024-05-063-5/+40
| | * | | | wifi: iwlwifi: mvm: Add active EMLSR blocking reasons printsYedidya Benshimol2024-05-061-12/+24
| | * | | | wifi: iwlwifi: bump FW API to 90 for BZ/SC devicesMiri Korenblit2024-05-062-2/+2
| | * | | | wifi: iwlwifi: mvm: fix primary link settingMiri Korenblit2024-05-061-1/+1
| | * | | | wifi: iwlwifi: mvm: use already determined cmd_idJohannes Berg2024-05-061-7/+2
| | * | | | wifi: iwlwifi: mvm: don't reset link selection during restartJohannes Berg2024-05-061-3/+6
| | * | | | wifi: iwlwifi: Print EMLSR states nameDaniel Gabay2024-05-062-9/+50
| | * | | | wifi: iwlwifi: mvm: Block EMLSR when a p2p/softAP vif is activeYedidya Benshimol2024-05-067-19/+133
| | * | | | wifi: iwlwifi: mvm: fix typo in debug printMiri Korenblit2024-05-061-2/+2
| | * | | | wifi: iwlwifi: mvm: exit EMLSR when CSA happensJohannes Berg2024-05-065-26/+115
| | * | | | wifi: iwlwifi: mvm: Disable/enable EMLSR due to link's bandwidth/bandYedidya Benshimol2024-05-064-35/+63
| | * | | | wifi: iwlwifi: mvm: avoid always prefering single-linkMiri Korenblit2024-05-061-2/+2
| | * | | | wifi: iwlwifi: mvm: trigger link selection upon TTLM start/endMiri Korenblit2024-05-061-0/+5
| | * | | | wifi: iwlwifi: mvm: consider FWs recommendation for EMLSRMiri Korenblit2024-05-065-1/+58
| | * | | | wifi: iwlwifi: mvm: Activate EMLSR based on traffic volumeMiri Korenblit2024-05-0610-8/+244
| | * | | | wifi: iwlwifi: mvm: don't always unblock EMLSRMiri Korenblit2024-05-061-3/+5
| | * | | | wifi: iwlwifi: mvm: Always allow entering EMLSR from debugfsMiri Korenblit2024-05-063-14/+8
| | * | | | wifi: iwlwifi: mvm: add a debugfs for (un)blocking EMLSRMiri Korenblit2024-05-061-0/+29
| | * | | | wifi: iwlwifi: mvm: trigger link selection after exiting EMLSRMiri Korenblit2024-05-066-52/+158
| | * | | | wifi: iwlwifi: cleanup EMLSR when BT is active handlingMiri Korenblit2024-05-066-66/+53
| | * | | | Merge wireless into wireless-nextJohannes Berg2024-05-062-16/+8
| | |\ \ \ \
| | | * | | | wifi: nl80211: Avoid address calculations via out of bounds array indexingKees Cook2024-05-031-7/+7
| | | * | | | wifi: iwlwifi: Use request_module_nowaitBen Greear2024-05-031-9/+1
| | * | | | | Merge tag 'rtw-next-2024-05-04-v2' of https://github.com/pkshih/rtwKalle Valo2024-05-0681-8438/+8371
| | |\ \ \ \ \
| | | * | | | | wifi: rtlwifi: 8192d: initialize rate_mask in rtl92de_update_hal_rate_mask()Ping-Ke Shih2024-05-041-1/+1
| | | * | | | | wifi: rtlwifi: Remove unused structs and avoid multiple -Wfamnae warningsGustavo A. R. Silva2024-05-041-27/+0
| | | * | | | | wifi: rtw89: correct aSIFSTime for 6GHz bandPing-Ke Shih2024-05-041-1/+1
| | | * | | | | wifi: rtw89: wow: add ARP offload featureChin-Yen Lee2024-05-045-0/+134
| | | * | | | | wifi: rtw89: wow: support WEP cipher on WoWLANChih-Kang Chang2024-05-042-2/+18
| | | * | | | | wifi: rtw89: wow: support 802.11w PMF IGTK rekeyChih-Kang Chang2024-05-045-3/+175
| | | * | | | | wifi: rtw89: wow: update latest PTK GTK info to mac80211 after resumeChih-Kang Chang2024-05-047-12/+529