aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-09-05wifi: rtw89: use frequency domain RSSIEric Huang11-2/+208
2024-09-05wifi: rtw89: adjust DIG threshold to reduce false alarmEric Huang1-9/+18
2024-09-04Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski6-161/+106
2024-09-04Merge tag 'wireless-next-2024-09-04' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski202-1578/+6223
2024-09-04Merge tag 'wireless-2024-09-04' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski10-148/+50
2024-09-04net: cadence: macb: Enable software IRQ coalescing by defaultSean Anderson1-0/+2
2024-09-04Merge branch 'fix-accessing-first-syscall-argument-on-rv64'Andrii Nakryiko3-11/+12
2024-09-04net: xilinx: axienet: Fix race in axienet_stopSean Anderson2-0/+11
2024-09-04libbpf: Fix accessing first syscall argument on RV64Pu Lehui1-1/+8
2024-09-04selftests/bpf: Enable test_bpf_syscall_macro: Syscall_arg1 on s390 and arm64Pu Lehui2-6/+0
2024-09-04libbpf: Access first syscall argument with CO-RE direct read on arm64Pu Lehui1-2/+2
2024-09-04libbpf: Access first syscall argument with CO-RE direct read on s390Pu Lehui1-2/+2
2024-09-04net: phy: Check for read errors in SIOCGMIIREGNiklas Söderlund1-6/+11
2024-09-04pds_core: Remove redundant null pointer checksLi Zetao1-4/+4
2024-09-04ionic: Remove redundant null pointer checks in ionic_debugfs_add_qcq()Li Zetao1-1/+1
2024-09-04Merge branch 'unmask-upper-dscp-bits-part-3'Jakub Kicinski4-6/+9
2024-09-04ipv6: sit: Unmask upper DSCP bits in ipip6_tunnel_bind_dev()Ido Schimmel1-1/+1
2024-09-04ip6_tunnel: Unmask upper DSCP bits in ip4ip6_err()Ido Schimmel1-2/+5
2024-09-04ipv4: ipmr: Unmask upper DSCP bits in ipmr_queue_xmit()Ido Schimmel1-2/+2
2024-09-04ipv4: Unmask upper DSCP bits in __ip_queue_xmit()Ido Schimmel1-1/+1
2024-09-04selftests: net: convert comma to semicolonChen Ni1-3/+3
2024-09-04selftests/bpf: Add a selftest for x86 jit convergence issuesYonghong Song2-0/+116
2024-09-04bpf, x64: Fix a jit convergence issueYonghong Song1-2/+52
2024-09-04ipv4: Fix user space build failure due to header changeIdo Schimmel2-2/+1
2024-09-04l2tp: remove unneeded null check in l2tp_v2_session_get_nextJames Chapman1-1/+1
2024-09-04net: bridge: br_fdb_external_learn_add(): always set EXT_LEARNJonas Gorski1-4/+2
2024-09-04r8152: fix the firmware doesn't workHayes Wang1-4/+13
2024-09-04fou: Fix null-ptr-deref in GRO.Kuniyuki Iwashima1-5/+24
2024-09-04net: mana: Improve mana_set_channels() in low mem conditionsShradha Gupta3-17/+19
2024-09-04PCI/NPEM: Add Native PCIe Enclosure Management supportMariusz Tkaczyk9-0/+546
2024-09-04leds: Init leds class earlierMariusz Tkaczyk1-1/+3
2024-09-04md: Report failed arrays as broken in mdstatMateusz Kusiak1-2/+7
2024-09-04bareudp: Fix device stats updates.Guillaume Nault1-11/+11
2024-09-04Merge branch 'bpf/master' into for-6.12Tejun Heo1155-8383/+20194
2024-09-04rust: avoid `box_uninit_write` featureMiguel Ojeda2-11/+12
2024-09-04selftests/ftrace: Fix eventfs ownership testcase to find mount pointMasami Hiramatsu (Google)1-0/+12
2024-09-04Merge tag 'bcachefs-2024-09-04' of git://evilpiepirate.org/bcachefsLinus Torvalds4-3/+10
2024-09-04cgroup/cpuset: Move cpu.h include to cpuset-internal.hWaiman Long2-4/+4
2024-09-04arm64: dts: qcom: msm8939: revert use of APCS mbox for RPMFabien Parent1-1/+1
2024-09-04sched_ext: Add a cgroup scheduler which uses flattened hierarchyTejun Heo5-1/+1246
2024-09-04sched_ext: Add cgroup supportTejun Heo8-19/+636
2024-09-04sched: Introduce CONFIG_GROUP_SCHED_WEIGHTTejun Heo3-8/+14
2024-09-04sched: Make cpu_shares_read_u64() use tg_weight()Tejun Heo1-8/+6
2024-09-04sched: Expose css_tg()Tejun Heo2-5/+5
2024-09-04sched_ext: TASK_DEAD tasks must be switched into SCX on ops_enableTejun Heo2-17/+18
2024-09-04sched_ext: TASK_DEAD tasks must be switched out of SCX on ops_disableTejun Heo1-16/+8
2024-09-04cpufreq/amd-pstate: Catch failures for amd_pstate_epp_update_limit()Mario Limonciello1-4/+7
2024-09-04selftests: bpf: Replace sizeof(arr)/sizeof(arr[0]) with ARRAY_SIZEFeng Yang10-12/+20
2024-09-04Merge branch 'bpf-follow-up-on-gen_epilogue'Alexei Starovoitov2-43/+44
2024-09-04bpf: Fix indentation issue in epilogue_idxMartin KaFai Lau1-1/+1