summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-12-01wifi: rtw89: mac: add to get DLE reserved quotaPing-Ke Shih3-0/+76
2023-12-01wifi: rtw89: 8922a: extend and add quota numberPing-Ke Shih4-0/+104
2023-12-01wifi: iwlwifi: fw: replace deprecated strncpy with strscpy_padJustin Stitt1-4/+4
2023-11-30wifi: rtw89: debug: remove wrapper of rtw89_debug()Ping-Ke Shih2-8/+5
2023-11-30wifi: rtw89: debug: add debugfs entry to disable dynamic mechanismPing-Ke Shih3-0/+68
2023-11-30wifi: rtw89: phy: dynamically adjust EDCCA thresholdYi-Chen Chen10-20/+327
2023-11-30wifi: rtw89: debug: add to check if debug mask is enabledPing-Ke Shih1-0/+11
2023-11-30wifi: rtlwifi: rtl8821ae: phy: fix an undefined bitwise shift behaviorSu Hui1-2/+3
2023-11-30wifi: rtlwifi: rtl8821ae: phy: remove some useless codeSu Hui1-10/+1
2023-11-30bcma: Use PCI_HEADER_TYPE_MASK instead of literalIlpo Järvinen1-1/+1
2023-11-30wifi: libertas: fix config name in dependency for SDIO supportLukas Bulwahn1-1/+1
2023-11-30wifi: rtw88: debug: remove wrapper of rtw_dbg()Ping-Ke Shih2-7/+5
2023-11-30wifi: brcmfmac: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-11-30wifi: rt2x00: Simplify bool conversionYang Li1-2/+2
2023-11-30net: page_pool: fix general protection fault in page_pool_unlistEric Dumazet1-1/+3
2023-11-30Merge branch 'net-ethernet-convert-to-platform-remove-callback-returning-void'Paolo Abeni4-19/+32
2023-11-30net: ethernet: ezchip: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-11-30net: ethernet: ti: cpsw-new: Convert to platform remove callback returning voidUwe Kleine-König1-5/+10
2023-11-30net: ethernet: ti: cpsw: Convert to platform remove callback returning voidUwe Kleine-König1-5/+10
2023-11-30net: ethernet: ti: am65-cpsw: Convert to platform remove callback returning voidUwe Kleine-König1-5/+10
2023-11-30Merge branch 'devlink-warn-about-existing-entities-during-reload-reinit'Paolo Abeni2-3/+26
2023-11-30devlink: warn about existing entities during reload-reinitJiri Pirko1-1/+15
2023-11-30Documentation: devlink: extend reload-reinit descriptionJiri Pirko1-2/+11
2023-11-30Merge branch 'clean-up-and-refactor-cookie_v46_check'Jakub Kicinski8-196/+198
2023-11-30tcp: Factorise cookie-dependent fields initialisation in cookie_v[46]_check()Kuniyuki Iwashima3-81/+99
2023-11-30tcp: Factorise cookie-independent fields initialisation in cookie_v[46]_check().Kuniyuki Iwashima2-45/+37
2023-11-30tcp: Move TCP-AO bits from cookie_v[46]_check() to tcp_ao_syncookie().Kuniyuki Iwashima5-24/+22
2023-11-30tcp: Don't initialise tp->tsoffset in tcp_get_cookie_sock().Kuniyuki Iwashima3-7/+6
2023-11-30tcp: Don't pass cookie to __cookie_v[46]_check().Kuniyuki Iwashima6-35/+28
2023-11-30tcp: Clean up goto labels in cookie_v[46]_check().Kuniyuki Iwashima2-13/+13
2023-11-30tcp: Cache sock_net(sk) in cookie_v[46]_check().Kuniyuki Iwashima2-19/+21
2023-11-30tcp: Clean up reverse xmas tree in cookie_v[46]_check().Kuniyuki Iwashima2-11/+11
2023-11-30net: mana: Fix spelling mistake "enforecement" -> "enforcement"Colin Ian King3-4/+4
2023-11-30net: dsa: sja1105: Use units.h instead of the copy of a definitionAndy Shevchenko1-1/+2
2023-11-30Merge branch 'mptcp-more-selftest-coverage-and-code-cleanup-for-net-next'Jakub Kicinski11-412/+409
2023-11-30selftests: mptcp: add mptcp_lib_wait_local_port_listenGeliang Tang5-75/+24
2023-11-30selftests: mptcp: add mptcp_lib_check_transferGeliang Tang4-63/+29
2023-11-30selftests: mptcp: add mptcp_lib_make_fileGeliang Tang5-17/+13
2023-11-30selftests: mptcp: add missing oflag=appendGeliang Tang1-1/+1
2023-11-30selftests: mptcp: add mptcp_lib_get_counterGeliang Tang4-86/+73
2023-11-30selftests: mptcp: add mptcp_lib_is_v6Geliang Tang4-28/+15
2023-11-30selftests: mptcp: add mptcp_lib_kill_waitGeliang Tang3-28/+22
2023-11-30selftests: mptcp: userspace pm send RM_ADDR for ID 0Geliang Tang1-0/+26
2023-11-30selftests: mptcp: userspace pm remove initial subflowGeliang Tang1-0/+24
2023-11-30mptcp: userspace pm rename remove_err to outGeliang Tang1-4/+4
2023-11-30selftests: mptcp: userspace pm create id 0 subflowGeliang Tang1-0/+19
2023-11-30selftests: mptcp: update userspace pm test helpersGeliang Tang1-52/+50
2023-11-30selftests: mptcp: add chk_subflows_total helperGeliang Tang1-1/+41
2023-11-30selftests: mptcp: add evts_get_info helperGeliang Tang3-58/+57
2023-11-30mptcp: add mptcpi_subflows_total counterGeliang Tang3-0/+12