summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2026-05-28dpll: zl3073x: use __dpll_device_change_ntf() and remove change_workIvan Vecera2-19/+9
2026-05-28dpll: export __dpll_device_change_ntf() for use under dpll_lockIvan Vecera2-2/+12
2026-05-28MAINTAINERS: Add my employer to my entriesJoerg Roedel1-2/+2
2026-05-28MAINTAINERS: Add Vasant Hegde to reviewers of AMD IOMMUJoerg Roedel1-0/+1
2026-05-28Merge tag 'asoc-fix-v7.1-rc5' of https://git.kernel.org/pub/scm/linux/kernel/...Takashi Iwai621-3405/+9463
2026-05-28Merge branch 'net-handshake-anchor-request-lifetime-to-a-pinned-file-reference'Paolo Abeni9-45/+129
2026-05-28net/handshake: Drain pending requests at net namespace exitChuck Lever2-3/+12
2026-05-28net/handshake: Verify file-reference balance in submit pathsChuck Lever1-0/+28
2026-05-28net/handshake: Close the submit-side sock_hold raceChuck Lever1-12/+0
2026-05-28net/handshake: hand off the pinned file reference to accept_doitChuck Lever3-5/+28
2026-05-28net/handshake: Take a long-lived file reference at submitChuck Lever3-13/+37
2026-05-28net/handshake: Pass negative errno through handshake_complete()Chuck Lever8-8/+18
2026-05-28nvme-tcp: store negative errno in queue->tls_errChuck Lever1-1/+1
2026-05-28net/handshake: Use spin_lock_bh for hn_lockChuck Lever3-9/+11
2026-05-28net: skbuff: fix missing zerocopy reference in pskb_carve helpersMinh Nguyen1-0/+4
2026-05-28Merge branch 'hibmcge-fix-rx-packet-corruption-issue'Paolo Abeni2-3/+6
2026-05-28net: hibmcge: move dma_rmb() after dma_sync_single_for_cpu() in RX pathJijie Shao1-3/+3
2026-05-28net: hibmcge: disable Relaxed Ordering to fix RX packet corruptionJijie Shao1-0/+3
2026-05-28Merge branch 'net-sched-fix-packet-loops-in-mirred-and-netem'Paolo Abeni6-146/+697
2026-05-28selftests/tc-testing: Add netem test case exercising loopsVictor Nogueira1-1/+32
2026-05-28selftests/tc-testing: Add mirred test cases exercising loopsVictor Nogueira1-1/+615
2026-05-28net/sched: act_mirred: Fix return code in early mirred redirect error pathsVictor Nogueira1-5/+13
2026-05-28net/sched: act_mirred: Fix blockcast recursion bypass leading to stack overflowKito Xu (veritas501)1-7/+11
2026-05-28net/sched: Fix ethx:ingress -> ethy:egress -> ethx:ingress mirred loopJamal Hadi Salim1-17/+30
2026-05-28net/sched: fix packet loop on netem when duplicate is onJamal Hadi Salim1-4/+3
2026-05-28Revert "selftests/tc-testing: Add tests for restrictions on netem duplication"Jamal Hadi Salim2-83/+3
2026-05-28net/sched: Revert "net/sched: Restrict conditions for adding duplicating nete...Jamal Hadi Salim1-40/+0
2026-05-28net: Introduce skb tc depth field to track packet loopsJamal Hadi Salim1-0/+2
2026-05-28s390/bug: Always emit format word in __BUG_ENTRYJan Polensky1-6/+6
2026-05-28x86/kvm/vmx: Fix x86_64 CFI buildPeter Zijlstra3-11/+5
2026-05-28iommu, debugobjects: avoid gcc-16.1 section mismatch warningsArnd Bergmann3-7/+24
2026-05-28ipv6: rpl: fix hdrlen overflow in ipv6_rpl_srh_decompress()Rahul Chandelkar1-1/+1
2026-05-28Merge branch 'ethtool-more-bug-fixes'Jakub Kicinski7-22/+46
2026-05-28ethtool: eeprom: add more safeties to EEPROM Netlink fallbackJakub Kicinski1-1/+4
2026-05-28ethtool: eeprom: add missing ethnl_ops_begin() / _complete() during fallbackJakub Kicinski1-3/+2
2026-05-28ethtool: strset: fix header attribute index in ethnl_req_get_phydev()Jakub Kicinski1-1/+1
2026-05-28ethtool: tsinfo: don't pass ERR_PTR to genlmsg_cancel on prepare failureJakub Kicinski1-4/+2
2026-05-28ethtool: tsinfo: fix uninitialized stats on the by-PHC pathJakub Kicinski1-0/+13
2026-05-28ethtool: tsconfig: fix missing ethnl_ops_complete()Jakub Kicinski1-2/+4
2026-05-28ethtool: pse-pd: fix missing ethnl_ops_complete()Jakub Kicinski1-5/+5
2026-05-28ethtool: linkstate: fix unbalanced ethnl_ops_complete() on PHY lookup errorJakub Kicinski1-4/+2
2026-05-28ethtool: tsconfig: fix reply error handlingJakub Kicinski1-2/+7
2026-05-28ethtool: coalesce: cap profile updates at NET_DIM_PARAMS_NUM_PROFILESJakub Kicinski1-0/+6
2026-05-28Merge branch 'bridge-fix-sleep-in-atomic-context'Jakub Kicinski4-19/+92
2026-05-28selftests: rtnetlink: Add bridge promiscuity testsIdo Schimmel1-0/+63
2026-05-28bridge: Fix sleep in atomic context in sysfs pathIdo Schimmel2-9/+22
2026-05-28bridge: Fix sleep in atomic context in netlink pathIdo Schimmel1-10/+7
2026-05-28bonding: refuse to enslave CAN devicesOliver Hartkopp1-0/+6
2026-05-28mshv: support 1G hugepages by passing them as 2M-aligned chunksAnirudh Rayabharam (Microsoft)1-16/+13
2026-05-28Drivers: hv: vmbus: Improve the logic of reserving fb_mmio on Gen2 VMsDexuan Cui1-3/+26