summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2025-12-22net: usb: sr9700: support devices with virtual driver CDEthan Nelson-Moore1-0/+5
2025-12-18Merge tag 'net-6.19-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds88-269/+769
2025-12-18Merge tag 'v6.19-rc1-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds6-45/+61
2025-12-18Merge tag 'fsnotify_for_v6.19-rc2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-1/+10
2025-12-18Merge tag 'linux-can-fixes-for-6.19-20251218' of git://git.kernel.org/pub/scm...Paolo Abeni3-1/+9
2025-12-18Merge branch 'there-are-some-bugfix-for-the-hns3-ethernet-driver'Paolo Abeni3-4/+7
2025-12-18net: hns3: add VLAN id validation before usingJian Shen1-0/+3
2025-12-18net: hns3: using the num_tqps to check whether tqp_index is out of range when...Jian Shen1-2/+2
2025-12-18net: hns3: using the num_tqps in the vf driver to apply for resourcesJian Shen1-2/+2
2025-12-18net: enetc: do not transmit redirected XDP frames when the link is downWei Fang1-1/+2
2025-12-18selftests/tc-testing: Test case exercising potential mirred redirect deadlockVictor Nogueira1-0/+46
2025-12-18net/sched: act_mirred: fix loop detectionJamal Hadi Salim1-0/+9
2025-12-18Merge branch 'sctp-fix-two-issues-in-sctp_clone_sock'Paolo Abeni2-3/+6
2025-12-18sctp: Clear inet_opt in sctp_v6_copy_ip_options().Kuniyuki Iwashima1-0/+2
2025-12-18sctp: Fetch inet6_sk() after setting ->pinet6 in sctp_clone_sock().Kuniyuki Iwashima1-3/+4
2025-12-18net/handshake: duplicate handshake cancellations leak socketScott Mayhew1-1/+5
2025-12-18Merge tag 'nf-25-12-16' of https://git.kernel.org/pub/scm/linux/kernel/git/ne...Paolo Abeni8-44/+107
2025-12-18Merge branch 'mlx5-misc-fixes-2025-12-09'Paolo Abeni10-23/+152
2025-12-18net/mlx5e: Don't include PSP in the hard MTU calculationsCosmin Ratiu1-1/+1
2025-12-18net/mlx5e: Do not update BQL of old txqs during channel reconfigurationTariq Toukan1-1/+5
2025-12-18net/mlx5e: Trigger neighbor resolution for unresolved destinationsJianbo Liu1-0/+3
2025-12-18net/mlx5e: Use ip6_dst_lookup instead of ipv6_dst_lookup_flow for MAC initJianbo Liu1-3/+2
2025-12-18net/mlx5: Serialize firmware reset with devlinkShay Drory4-4/+53
2025-12-18net/mlx5: fw_tracer, Handle escaped percent properlyShay Drory1-6/+14
2025-12-18net/mlx5: fw_tracer, Validate format string parametersShay Drory2-10/+74
2025-12-18net/mlx5: Drain firmware reset in shutdown callbackMoshe Shemesh1-0/+1
2025-12-18net/mlx5: fw reset, clear reset requested on drain_fw_resetMoshe Shemesh1-1/+2
2025-12-18Merge branch 'net-dsa-lantiq-a-bunch-of-fixes'Paolo Abeni4-18/+44
2025-12-18net: dsa: mxl-gsw1xx: manually clear RANEG bitDaniel Golle1-1/+33
2025-12-18net: dsa: mxl-gsw1xx: fix .shutdown driver operationDaniel Golle3-10/+2
2025-12-18net: dsa: mxl-gsw1xx: fix order in .remove operationDaniel Golle1-2/+0
2025-12-18net: dsa: lantiq_gswip: fix order in .remove operationDaniel Golle2-6/+10
2025-12-18ethtool: Avoid overflowing userspace buffer on stats queryGal Pressman1-6/+24
2025-12-18can: fix build dependencyMarc Kleine-Budde1-1/+1
2025-12-17can: j1939: make j1939_sk_bind() fail if device is no longer registeredTetsuo Handa1-0/+6
2025-12-17can: j1939: make j1939_session_activate() fail if device is no longer registeredTetsuo Handa1-0/+2
2025-12-17Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds14-48/+256
2025-12-17Merge tag 's390-6.19-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds7-57/+131
2025-12-17cifs: update internal module version numberSteve French1-2/+2
2025-12-17smb: move some SMB1 definitions into common/smb1pdu.hZhangGuoDong5-43/+58
2025-12-17smb: align durable reconnect v2 context to 8 byte boundaryBharath SM1-0/+1
2025-12-16Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds3-48/+36
2025-12-16Merge tag 'v6.19-rc1-ksmbd-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds6-36/+164
2025-12-16Merge tag 'for-6.19-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds6-33/+46
2025-12-16Merge tag 'sched_ext-for-6.19-rc1-fixes' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2-24/+56
2025-12-16Merge tag 'cgroup-for-6.19-rc1-fixes' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-5/+8
2025-12-16shmem: fix recovery on rename failuresAl Viro3-35/+35
2025-12-15sched_ext: Remove unused code in the do_pick_task_scx()Zqiang1-6/+2
2025-12-15selftests: netfilter: packetdrill: avoid failure on HZ=100 kernelFlorian Westphal1-1/+1
2025-12-15netfilter: nf_tables: avoid softlockup warnings in nft_chain_validateFlorian Westphal1-2/+2