aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2024-02-28tcp: add more specific possible drop reasons in tcp_rcv_synsent_state_process()Jason Xing1-1/+4
2024-02-28tcp: introduce dropreasons in receive pathJason Xing1-1/+14
2024-02-28tcp: use drop reasons in cookie check for ipv6Jason Xing1-4/+12
2024-02-28tcp: directly drop skb in cookie check for ipv6Jason Xing2-4/+5
2024-02-28tcp: use drop reasons in cookie check for ipv4Jason Xing1-6/+13
2024-02-28tcp: directly drop skb in cookie check for ipv4Jason Xing2-1/+5
2024-02-28tcp: add a dropreason definitions and prepare for cookie checkJason Xing1-1/+10
2024-02-28net: make SK_MEMORY_PCPU_RESERV tunableAdam Li4-2/+18
2024-02-28Merge branch 'dsa-realtek-reset'David S. Miller4-6/+44
2024-02-28net: dsa: realtek: support reset controllerLuiz Angelo Daros de Luca3-5/+41
2024-02-28dt-bindings: net: dsa: realtek: add reset controllerLuiz Angelo Daros de Luca1-0/+3
2024-02-28dt-bindings: net: dsa: realtek: reset-gpios is not requiredLuiz Angelo Daros de Luca1-1/+0
2024-02-27Merge tag 'wireless-2024-02-27' of git://git.kernel.org/pub/scm/linux/kernel/git/wireless/wirelessJakub Kicinski9-11/+76
2024-02-27uapi: in6: replace temporary label with rfc9486Justin Iurman1-1/+1
2024-02-27net: lan78xx: fix "softirq work is pending" errorOleksij Rempel1-0/+2
2024-02-27bonding: 802.3ad replace MAC_ADDRESS_EQUAL with __agg_has_partnerJones Syue 薛懷宗1-11/+3
2024-02-27net: stmmac: Complete meta data only when enabledKurt Kanzenbach1-1/+2
2024-02-27net: usb: dm9601: fix wrong return value in dm9601_mdio_readJavier Carrasco1-1/+1
2024-02-27net: wwan: t7xx: Prefer struct_size over open coded arithmeticErick Archer1-2/+4
2024-02-27ipv6: raw: remove useless input parameter in rawv6_errZhengchao Shao1-3/+2
2024-02-27Merge tag 'lsm-pr-20240227' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/lsmLinus Torvalds2-2/+2
2024-02-27Merge tag 'mm-hotfixes-stable-2024-02-27-14-52' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds10-225/+197
2024-02-27netlink: use kvmalloc() in netlink_alloc_large_skb()Eric Dumazet1-10/+8
2024-02-27bnxt_en: fix accessing vnic_info before allocating itAlexander Lobakin1-3/+3
2024-02-27selftests: netdevsim: be less selective for FW for the devlink testJakub Kicinski1-1/+1
2024-02-27veth: try harder when allocating queue memoryJakub Kicinski1-2/+3
2024-02-27spi: Drop mismerged fixMark Brown1-7/+7
2024-02-27Merge branch 'ionic-pci-error-handling-fixes'Paolo Abeni6-9/+38
2024-02-27ionic: restore netdev feature bits after resetShannon Nelson1-1/+4
2024-02-27ionic: check cmd_regs before copying in or outShannon Nelson4-1/+24
2024-02-27ionic: check before releasing pci regionsShannon Nelson1-7/+10
2024-02-27net: stmmac: mmc_core: Drop interrupt registers from statsJesper Nilsson3-9/+0
2024-02-27net: ethernet: adi: adin1110: Reduce the MDIO_TRDONE poll intervalCiprian Regus1-4/+6
2024-02-27Merge branch 'net-ipa-don-t-abort-system-suspend'Paolo Abeni4-77/+25
2024-02-27net: ipa: don't bother zeroing an already zero registerAlex Elder1-1/+1
2024-02-27net: ipa: kill ipa_power_suspend_handler()Alex Elder4-27/+2
2024-02-27net: ipa: move ipa_interrupt_suspend_clear_all() upAlex Elder1-24/+24
2024-02-27net: ipa: kill the IPA_POWER_FLAG_RESUMED flagAlex Elder1-21/+0
2024-02-27net: ipa: kill IPA_POWER_FLAG_SYSTEMAlex Elder1-10/+3
2024-02-27net: ipa: don't bother aborting system resumeAlex Elder1-2/+3
2024-02-27net: phy: simplify genphy_c45_ethtool_set_eeeHeiner Kallweit1-9/+4
2024-02-26Merge branch 'mptcp-various-small-improvements'Jakub Kicinski7-14/+61
2024-02-26selftests: mptcp: diag: change timeout_poll to 30Geliang Tang1-1/+1
2024-02-26selftests: mptcp: join: change capture/checksum as boolGeliang Tang1-11/+11
2024-02-26selftests: mptcp: simult flows: define missing varsGeliang Tang1-0/+6
2024-02-26selftests: mptcp: netlink: drop duplicate var retGeliang Tang1-1/+0
2024-02-26mptcp: check the protocol in mptcp_sk() with DEBUG_NETMatthieu Baerts (NGI0)1-1/+7
2024-02-26mptcp: check the protocol in tcp_sk() with DEBUG_NETMatthieu Baerts (NGI0)1-0/+10
2024-02-26mptcp: token kunit: set protocolMatthieu Baerts (NGI0)1-1/+6
2024-02-26selftests: mptcp: lib: catch duplicated subtest entriesMatthieu Baerts (NGI0)1-0/+21