summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-07-27Merge tag 'nf-23-07-26' of https://git.kernel.org/pub/scm/linux/kernel/git/ne...Jakub Kicinski3-17/+35
2023-07-27virtio-net: fix race between set queues and probeJason Wang1-2/+2
2023-07-27net/sched: mqprio: Add length check for TCA_MQPRIO_{MAX/MIN}_RATE64Lin Ma1-0/+14
2023-07-27splice, net: Fix splice_to_socket() for O_NONBLOCK socketJan Stancek1-0/+2
2023-07-27net: fec: tx processing does not call XDP APIs if budget is 0Wei Fang1-4/+12
2023-07-27Merge branch 'mptcp-more-fixes-for-6-5'Jakub Kicinski2-5/+2
2023-07-27mptcp: more accurate NL event generationPaolo Abeni1-2/+1
2023-07-27selftests: mptcp: join: only check for ip6tables if neededMatthieu Baerts1-3/+1
2023-07-27net/mlx5: Unregister devlink params in case interface is downShay Drory1-0/+1
2023-07-27net/mlx5: DR, Fix peer domain namespace settingShay Drory12-29/+38
2023-07-27net/mlx5: fs_chains: Fix ft prio if ignore_flow_level is not supportedChris Mi2-2/+1
2023-07-27net/mlx5e: kTLS, Fix protection domain in use syndrome when devlink reloadJianbo Liu2-11/+26
2023-07-27net/mlx5: Bridge, set debugfs access right to root-onlyVlad Buslov1-1/+1
2023-07-27net/mlx5e: xsk: Fix crash on regular rq reactivationDragos Tatulea1-8/+21
2023-07-27net/mlx5e: xsk: Fix invalid buffer access for legacy rqDragos Tatulea1-1/+4
2023-07-27net/mlx5e: Move representor neigh cleanup to profile cleanup_txJianbo Liu1-10/+7
2023-07-27net/mlx5e: Fix crash moving to switchdev mode when ntuple offload is setAmir Tzin1-0/+10
2023-07-27net/mlx5e: Don't hold encap tbl lock if there is no encap actionChris Mi2-6/+18
2023-07-27net/mlx5: Honor user input for migratable port fn attrShay Drory1-1/+1
2023-07-27net/mlx5e: fix return value check in mlx5e_ipsec_remove_trailer()Yuanjun Gong1-1/+3
2023-07-27net/mlx5: fix potential memory leak in mlx5e_init_rep_rxZhengchao Shao1-1/+2
2023-07-27net/mlx5: DR, fix memory leak in mlx5dr_cmd_create_reformat_ctxZhengchao Shao1-2/+3
2023-07-27net/mlx5e: fix double free in macsec_fs_tx_create_crypto_table_groupsZhengchao Shao1-0/+1
2023-07-26Merge branch 'tools-ynl-gen-fix-parse-multi-attr-enum-attribute'Jakub Kicinski1-8/+8
2023-07-26tools: ynl-gen: fix parse multi-attr enum attributeArkadiusz Kubalewski1-6/+6
2023-07-26tools: ynl-gen: fix enum index in _decode_enum(..)Arkadiusz Kubalewski1-2/+2
2023-07-26Merge tag 'platform-drivers-x86-v6.5-3' of git://git.kernel.org/pub/scm/linux...Linus Torvalds12-40/+173
2023-07-26Merge tag '6.5-rc3-ksmbd-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds7-59/+88
2023-07-26mm: suppress mm fault logging if fatal signal already pendingLinus Torvalds1-0/+4
2023-07-26netfilter: nf_tables: disallow rule addition to bound chain via NFTA_RULE_CHA...Pablo Neira Ayuso1-2/+3
2023-07-26netfilter: nf_tables: skip immediate deactivate in _PREPARE_ERRORPablo Neira Ayuso1-9/+18
2023-07-26netfilter: nft_set_rbtree: fix overlap expiration walkFlorian Westphal1-6/+14
2023-07-26btrfs: check for commit error at btrfs_attach_transaction_barrier()Filipe Manana1-2/+7
2023-07-26igc: Fix Kernel Panic during ndo_tx_timeout callbackMuhammad Husaini Zulkifli1-12/+28
2023-07-26net: dsa: qca8k: fix mdb add/del case with 0 VIDChristian Marangi1-0/+6
2023-07-26net: dsa: qca8k: fix broken search_and_delChristian Marangi1-0/+4
2023-07-26net: dsa: qca8k: fix search_and_insert wrong handling of new ruleChristian Marangi1-3/+6
2023-07-26net: dsa: qca8k: enable use_single_write for qca8xxxChristian Marangi1-2/+5
2023-07-26net: ipa: only reset hashed tables when supportedAlex Elder1-9/+11
2023-07-26Merge branch 'net-fix-error-warning-by-fstrict-flex-arrays-3'Jakub Kicinski3-6/+8
2023-07-26af_packet: Fix warning of fortified memcpy() in packet_getname().Kuniyuki Iwashima2-2/+6
2023-07-26af_unix: Fix fortify_panic() in unix_bind_bsd().Kuniyuki Iwashima1-4/+2
2023-07-26macvlan: add forgotten nla_policy for IFLA_MACVLAN_BC_CUTOFFLin Ma1-0/+1
2023-07-26ovl: Always reevaluate the file signature for IMAEric Snowberg1-1/+1
2023-07-26x86/traps: Fix load_unaligned_zeropad() handling for shared TDX memoryKirill A. Shutemov1-7/+11
2023-07-25Merge tag 'nfsd-6.5-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds1-2/+0
2023-07-25Merge tag 'm68k-for-v6.5-tag2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3-6/+6
2023-07-25platform/x86: huawei-wmi: Silence ambient light sensorKonstantin Shelekhin1-0/+2
2023-07-25platform/x86: msi-laptop: Fix rfkill out-of-sync on MSI Wind U100Maxim Mikityanskiy1-4/+4
2023-07-25platform/x86: asus-wmi: Fix setting RGB mode on some TUF laptopsKristian Angelov1-2/+12