aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2023-09-19dt-bindings: soc: mediatek: mt7986-wo-ccif: add binding for MT7988 SoCLorenzo Bianconi1-0/+1
2023-09-19ipv6: lockless IPV6_ADDR_PREFERENCES implementationEric Dumazet6-28/+22
2023-09-19net: phy: fix regression with AX88772A PHY driverRussell King (Oracle)3-2/+4
2023-09-19net: dsa: microchip: Fix spelling mistake "unxpexted" -> "unexpected"Colin Ian King1-1/+1
2023-09-19team: fix null-ptr-deref when team device type is changedZiyang Xuan2-1/+11
2023-09-19ALSA: hda/realtek - ALC287 Realtek I2S speaker platform supportKailang Yang1-0/+4
2023-09-19ALSA: hda: cs35l56: Use the new RUNTIME_PM_OPS() macroRichard Fitzgerald1-3/+3
2023-09-19spi: Merge up old fixMark Brown1-4/+8
2023-09-19net: bridge: use DEV_STATS_INC()Eric Dumazet2-4/+4
2023-09-19Merge branch 'there-are-some-bugfix-for-the-hns3-ethernet-driver'Paolo Abeni3-2/+23
2023-09-19net: hns3: add 5ms delay before clear firmware reset irq sourceJie Wang1-0/+5
2023-09-19net: hns3: fix fail to delete tc flower rules during reset issueJijie Shao1-0/+6
2023-09-19net: hns3: only enable unicast promisc when mac table fullJian Shen1-1/+1
2023-09-19net: hns3: fix GRE checksum offload issueJie Wang1-0/+9
2023-09-19net: hns3: add cmdq check for vf periodic service taskJie Wang1-1/+2
2023-09-19octeon_ep: restructured interrupt handlersShinas Rasheed3-45/+323
2023-09-19bpf: Remove unused variables.Alexei Starovoitov1-5/+1
2023-09-19bpf: Disable exceptions when CONFIG_UNWINDER_FRAME_POINTER=yKumar Kartikeya Dwivedi1-5/+4
2023-09-19bpf: Fix bpf_throw warning on 32-bit archKumar Kartikeya Dwivedi1-1/+1
2023-09-19selftests/bpf: Print log buffer for exceptions test only on failureKumar Kartikeya Dwivedi1-2/+3
2023-09-19net: stmmac: fix incorrect rxq|txq_stats referenceJisheng Zhang8-110/+120
2023-09-19ALSA: usb-audio: scarlett_gen2: Fix another -Wformat-truncation warningPeter Ujfalusi1-2/+2
2023-09-19media: imx-mipi-csis: Remove an incorrect fwnode_handle_put() callChristophe JAILLET1-2/+0
2023-09-19xen/efi: refactor deprecated strncpyJustin Stitt1-1/+1
2023-09-19x86/xen: allow nesting of same lazy modeJuergen Gross2-2/+14
2023-09-19x86/xen: move paravirt lazy codeJuergen Gross7-116/+102
2023-09-19arm/xen: remove lazy mode related definitionsJuergen Gross1-12/+0
2023-09-19xen: simplify evtchn_do_upcall() call mazeJuergen Gross7-26/+8
2023-09-18Merge tag 'nfs-for-6.6-2' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds9-61/+132
2023-09-18netfs: Only call folio_start_fscache() one time for each folioDave Wysochanski1-1/+5
2023-09-18Merge tag 'gfs2-v6.6-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds3-6/+10
2023-09-18hwmon: (nct6775) Fix non-existent ALARM warningAhmad Khalifa1-0/+4
2023-09-18ice: check netlist before enabling ICE_F_GNSSJacob Keller4-0/+21
2023-09-18ice: introduce ice_pf_src_tmr_ownedJacob Keller4-5/+7
2023-09-18ice: fix pin assignment for E810-T without SMA controlJacob Keller1-3/+7
2023-09-18ice: remove ICE_F_PTP_EXTTS feature flagJacob Keller3-5/+1
2023-09-18ice: PTP: move quad value check inside ice_fill_phy_msg_e822Karol Kolacinski1-7/+12
2023-09-18ice: PTP: Rename macros used for PHY/QUAD port definitionsKarol Kolacinski2-11/+11
2023-09-18ice: PTP: Clean up timestamp registers correctlyKarol Kolacinski1-25/+45
2023-09-18ice: introduce hw->phy_model for handling PTP PHY differencesJacob Keller4-27/+117
2023-09-18ice: Support cross-timestamping for E823 devicesJacob Keller3-11/+21
2023-09-18ice: retry acquiring hardware semaphore during cross-timestamp requestKarol Kolacinski1-7/+15
2023-09-18ice: prefix clock timer command enumeration values with ICE_PTPSergey Temerkhanov2-51/+52
2023-09-18gfs2: Fix quota=quiet oversightBob Peterson1-1/+2
2023-09-18gfs2: fix glock shrinker ref issuesBob Peterson1-1/+3
2023-09-18gfs2: Fix another freeze/thaw hangAndreas Gruenbacher1-4/+5
2023-09-18spi: imx: Take in account bits per word instead of assuming 8-bitsStefan Moring1-1/+1
2023-09-18Merge branch 'ax25-project-links'David S. Miller3-13/+13
2023-09-18ax25: Kconfig: Update link for linux-ax25.orgPeter Lafreniere1-8/+8
2023-09-18MAINTAINERS: Update link for linux-ax25.orgPeter Lafreniere1-3/+3
2023-09-18Documentation: netdev: fix dead link in ax25.rstPeter Lafreniere1-2/+2
2023-09-18Merge branch 'mptcp-stalled-connections-fix'David S. Miller4-103/+130
2023-09-18mptcp: fix dangling connection hang-upPaolo Abeni3-44/+65
2023-09-18mptcp: rename timer related helper to less confusing namesPaolo Abeni3-23/+23
2023-09-18mptcp: process pending subflow error on closePaolo Abeni1-29/+34
2023-09-18mptcp: move __mptcp_error_report in protocol.cPaolo Abeni2-36/+36
2023-09-18mptcp: fix bogus receive window shrinkage with multiple subflowsPaolo Abeni1-2/+3
2023-09-18Merge branch 'stmmac-devvm_stmmac_probe_config_dt-conversion'David S. Miller22-317/+127
2023-09-18net: stmmac: make stmmac_{probe|remove}_config_dt staticJisheng Zhang2-34/+17
2023-09-18net: stmmac: rename stmmac_pltfr_remove_no_dt to stmmac_pltfr_removeJisheng Zhang17-37/+18
2023-09-18net: stmmac: dwmac-visconti: use devm_stmmac_probe_config_dt()Jisheng Zhang1-14/+5
2023-09-18net: stmmac: dwmac-tegra: use devm_stmmac_probe_config_dt()Jisheng Zhang1-7/+5
2023-09-18net: stmmac: dwmac-sunxi: use devm_stmmac_probe_config_dt()Jisheng Zhang1-16/+9
2023-09-18net: stmmac: dwmac-sun8i: use devm_stmmac_probe_config_dt()Jisheng Zhang1-5/+3
2023-09-18net: stmmac: dwmac-stm32: use devm_stmmac_probe_config_dt()Jisheng Zhang1-11/+6
2023-09-18net: stmmac: dwmac-sti: use devm_stmmac_probe_config_dt()Jisheng Zhang1-9/+5
2023-09-18net: stmmac: dwmac-starfive: use devm_stmmac_probe_config_dt()Jisheng Zhang1-9/+3
2023-09-18net: stmmac: dwmac-socfpga: use devm_stmmac_probe_config_dt()Jisheng Zhang1-11/+7
2023-09-18net: stmmac: dwmac-rk: use devm_stmmac_probe_config_dt()Jisheng Zhang1-9/+5
2023-09-18net: stmmac: dwmac-meson8b: use devm_stmmac_probe_config_dt()Jisheng Zhang1-37/+18
2023-09-18net: stmmac: dwmac-meson: use devm_stmmac_probe_config_dt()Jisheng Zhang1-20/+7
2023-09-18net: stmmac: dwmac-mediatek: use devm_stmmac_probe_config_dt()Jisheng Zhang1-5/+3
2023-09-18net: stmmac: dwmac-lpc18xx: use devm_stmmac_probe_config_dt()Jisheng Zhang1-16/+5
2023-09-18net: stmmac: dwmac-ipq806x: use devm_stmmac_probe_config_dt()Jisheng Zhang1-20/+9
2023-09-18net: stmmac: dwmac-intel-plat: use devm_stmmac_probe_config_dt()Jisheng Zhang1-18/+9
2023-09-18net: stmmac: dwmac-ingenic: use devm_stmmac_probe_config_dt()Jisheng Zhang1-25/+10
2023-09-18net: stmmac: dwmac-imx: use devm_stmmac_probe_config_dt()Jisheng Zhang1-10/+5
2023-09-18net: stmmac: dwmac-generic: use devm_stmmac_pltfr_probe()Jisheng Zhang1-2/+1
2023-09-18net: stmmac: dwmac-generic: use devm_stmmac_probe_config_dt()Jisheng Zhang1-13/+3
2023-09-18net: stmmac: dwmac-dwc-qos-eth: use devm_stmmac_probe_config_dt()Jisheng Zhang1-12/+3
2023-09-18net: stmmac: dwmac-anarion: use devm_stmmac_probe_config_dt()Jisheng Zhang1-9/+3
2023-09-18Merge branch 'stmmac-tx-coe'David S. Miller4-0/+19
2023-09-18net: stmmac: Tx coe sw fallbackRohan G Thomas3-0/+14
2023-09-18dt-bindings: net: snps,dwmac: Tx coe unsupportedRohan G Thomas1-0/+5
2023-09-18Merge branch 'tsnep-napi-fixes'David S. Miller2-8/+16
2023-09-18tsnep: Fix NAPI polling with budget 0Gerhard Engleder1-0/+4
2023-09-18tsnep: Fix ethtool channelsGerhard Engleder1-4/+2
2023-09-18tsnep: Fix NAPI schedulingGerhard Engleder1-4/+10
2023-09-18ceph: Annotate struct ceph_monmap with __counted_byKees Cook2-2/+2
2023-09-18net: spider_net: Use size_add() in call to struct_size()Gustavo A. R. Silva1-1/+1
2023-09-18tipc: Use size_add() in calls to struct_size()Gustavo A. R. Silva1-2/+2
2023-09-18tls: Use size_add() in call to struct_size()Gustavo A. R. Silva1-1/+1
2023-09-18mlxsw: Use size_mul() in call to struct_size()Gustavo A. R. Silva1-1/+1
2023-09-18Merge branch 'kselftest-rtnetlink'David S. Miller1-581/+400
2023-09-18kselftest: rtnetlink: add pause and pause on fail flagDaniel Mendes1-4/+23
2023-09-18kselftest: rtnetlink.sh: add verbose flagDaniel Mendes1-581/+381
2023-09-18Merge branch 'pds_core-pci-reset'David S. Miller5-11/+101
2023-09-18pds_core: add attempts to fix broken PCIShannon Nelson3-2/+19
2023-09-18pds_core: implement pci reset handlersShannon Nelson3-3/+65
2023-09-18pds_core: keep viftypes table across resetShannon Nelson1-6/+9
2023-09-18pds_core: check health in devcmd waitShannon Nelson2-2/+10
2023-09-18Merge branch 'hsr-supervisor-frames'David S. Miller3-126/+146
2023-09-18selftests: hsr: Extend the testsuite to also cover HSRv1.Sebastian Andrzej Siewior1-6/+17
2023-09-18selftests: hsr: Reorder the testsuite.Sebastian Andrzej Siewior1-123/+132
2023-09-18selftests: hsr: Use `let' properly.Sebastian Andrzej Siewior1-1/+1
2023-09-18net: hsr: Add __packed to struct hsr_sup_tlv.Sebastian Andrzej Siewior1-1/+1
2023-09-18net: hsr: Properly parse HSRv1 supervisor frames.Lukasz Majewski1-2/+2
2023-09-18dccp: fix dccp_v4_err()/dccp_v6_err() againEric Dumazet2-14/+4
2023-09-18octeon_ep: support to fetch firmware infoShinas Rasheed6-17/+77
2023-09-18ncsi: Propagate carrier gain/loss events to the NCSI controllerJohnathan Mantey1-0/+5
2023-09-18powerpc/dexcr: Move HASHCHK trap handlerBenjamin Gray1-20/+36
2023-09-18powerpc/82xx: Select FSL_SOCChristophe Leroy1-2/+1
2023-09-18powerpc: Fix build issue with LD_DEAD_CODE_DATA_ELIMINATION and FTRACE_MCOUNT...Naveen N Rao1-1/+1
2023-09-18powerpc/watchpoints: Annotate atomic context in more placesBenjamin Gray1-0/+9
2023-09-18powerpc/watchpoint: Disable pagefaults when getting user instructionBenjamin Gray1-1/+6
2023-09-18powerpc/watchpoints: Disable preemption in thread_change_pc()Benjamin Gray1-1/+6
2023-09-18powerpc/perf/hv-24x7: Update domain value checkKajol Jain1-1/+1
2023-09-17Linux 6.6-rc2Linus Torvalds1-1/+1
2023-09-17Merge tag 'x86-urgent-2023-09-17' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds7-24/+61
2023-09-17Merge tag 'sched-urgent-2023-09-17' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-5/+34
2023-09-17Merge tag 'objtool-urgent-2023-09-17' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+2
2023-09-17Merge tag 'core-urgent-2023-09-17' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+1
2023-09-17gve: Use size_add() in call to struct_size()Gustavo A. R. Silva1-1/+1
2023-09-17stat: remove no-longer-used helper macrosLinus Torvalds1-6/+0
2023-09-17Merge tag '6.6-rc1-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds4-17/+24
2023-09-17Merge tag '6.6-rc1-ksmbd' of git://git.samba.org/ksmbdLinus Torvalds2-2/+1
2023-09-17Merge tag 'ext4_for_linus-6.6-rc2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds6-51/+64
2023-09-17Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-David S. Miller4-14/+15
2023-09-17scsi: iscsi_tcp: restrict to TCP socketsEric Dumazet1-0/+4
2023-09-17Merge branch 'vsock-tests'David S. Miller3-197/+117
2023-09-17vsock/test: track bytes in sk_buff merging test for SOCK_SEQPACKETStefano Garzarella1-3/+11
2023-09-17vsock/test: use send_buf() in vsock_test.cStefano Garzarella1-66/+9
2023-09-17vsock/test: add send_buf() utility functionStefano Garzarella2-36/+56
2023-09-17vsock/test: use recv_buf() in vsock_test.cStefano Garzarella1-87/+17
2023-09-17vsock/test: add recv_buf() utility functionStefano Garzarella2-35/+54
2023-09-17ipv4: fix null-deref in ipv4_link_failureKyle Zeng1-1/+3
2023-09-17Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller79-600/+5275
2023-09-17Merge branch 'phy-stopping-race'David S. Miller1-94/+110
2023-09-17net: phy: convert phy_stop() to use split state machineRussell King (Oracle)1-1/+3
2023-09-17net: phy: split locked and unlocked section of phy_state_machine()Russell King (Oracle)1-26/+42
2023-09-17net: phy: move phy_state_machine()Russell King (Oracle)1-76/+76
2023-09-17net: phy: move phy_suspend() to end of phy_state_machine()Russell King (Oracle)1-7/+6
2023-09-17net: phy: move call to start anegRussell King (Oracle)1-5/+6
2023-09-17net: phy: call phy_error_precise() while holding the lockRussell King (Oracle)1-3/+1
2023-09-17net: phy: always call phy_process_state_change() under lockRussell King (Oracle)1-1/+1
2023-09-17net: dsa: microchip: Add partial ACL support for ksz9477 switchesOleksij Rempel7-1/+1815
2023-09-17net: dsa: microchip: Move *_port_setup code to dsa_switch_ops::port_setup()Oleksij Rempel1-3/+2
2023-09-17Merge branch 'devlink-instances-relationships'David S. Miller16-60/+509
2023-09-17net/mlx5e: Set en auxiliary devlink instance as nestedJiri Pirko1-0/+8
2023-09-17devlink: introduce possibility to expose info about nested devlinksJiri Pirko4-0/+54
2023-09-17devlink: convert linecard nested devlink to new rel infrastructureJiri Pirko3-18/+42
2023-09-17net/mlx5: SF, Implement peer devlink set for SF representor devlink portJiri Pirko4-0/+67
2023-09-17devlink: expose peer SF devlink instanceJiri Pirko3-0/+55
2023-09-17devlink: introduce object and nested devlink relationship infraJiri Pirko3-0/+233
2023-09-17devlink: extend devlink_nl_put_nested_handle() with attrtype argJiri Pirko3-4/+5
2023-09-17devlink: move devlink_nl_put_nested_handle() into netlink.cJiri Pirko3-26/+28
2023-09-17devlink: put netnsid to nested handleJiri Pirko1-2/+11
2023-09-17net/mlx5: Lift reload limitation when SFs are presentJiri Pirko1-11/+0
2023-09-17net/mlx5: Disable eswitch as the first thing in mlx5_unload()Jiri Pirko1-1/+1
2023-09-17devlink: move linecard struct into linecard.cJiri Pirko3-15/+22
2023-09-17net: microchip: lan743x: add fixed phy unregister supportPavithra Sathyanarayanan1-0/+6
2023-09-17Merge branch 'dpll-api'David S. Miller41-96/+8050
2023-09-17mlx5: Implement SyncE support using DPLL infrastructureJiri Pirko6-1/+520
2023-09-17ptp_ocp: implement DPLL opsVadim Fedorenko2-60/+310
2023-09-17ice: implement dpll interface to control cguArkadiusz Kubalewski6-1/+2020
2023-09-17ice: add admin commands to access cgu configurationArkadiusz Kubalewski8-33/+1385
2023-09-17netdev: expose DPLL pin handle for netdeviceJiri Pirko6-3/+109
2023-09-17dpll: netlink: Add DPLL framework base functionsVadim Fedorenko4-1/+1268
2023-09-17dpll: core: Add DPLL framework base functionsVadim Fedorenko8-0/+1041
2023-09-17dpll: spec: Add Netlink spec in YAMLVadim Fedorenko4-0/+902
2023-09-17dpll: documentation on DPLL subsystem interfaceVadim Fedorenko2-0/+498
2023-09-17Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/nextDavid S. Miller6-7/+141
2023-09-17x86/purgatory: Remove LTO flagsSong Liu1-0/+4
2023-09-17x86/boot/compressed: Reserve more memory for page tablesKirill A. Shutemov2-14/+39
2023-09-16Merge tag 'kbuild-fixes-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-2/+2
2023-09-16vm: fix move_vma() memory accounting being offLinus Torvalds1-1/+1
2023-09-16Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds21-107/+112
2023-09-16Merge tag 'ata-6.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/dlem...Linus Torvalds8-40/+63
2023-09-16Merge tag 'usb-6.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-0/+3
2023-09-16Merge tag 'driver-core-6.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-0/+3
2023-09-16Merge tag 'char-misc-6.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-68/+35
2023-09-16Merge tag 'i2c-for-6.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds6-16/+11
2023-09-16Merge branch 'exceptions-1-2'bpf-next-test-buildAlexei Starovoitov22-124/+2371
2023-09-16selftests/bpf: Add tests for BPF exceptionsKumar Kartikeya Dwivedi7-0/+1332
2023-09-16selftests/bpf: Add BPF assertion macrosKumar Kartikeya Dwivedi1-0/+243
2023-09-16libbpf: Add support for custom exception callbacksKumar Kartikeya Dwivedi1-5/+109
2023-09-16libbpf: Refactor bpf_object__reloc_codeKumar Kartikeya Dwivedi1-19/+33
2023-09-16bpf: Fix kfunc callback register type handlingKumar Kartikeya Dwivedi1-0/+4
2023-09-16bpf: Disallow fentry/fexit/freplace for exception callbacksKumar Kartikeya Dwivedi2-0/+7
2023-09-16bpf: Detect IP == ksym.end as part of BPF programKumar Kartikeya Dwivedi1-1/+5
2023-09-16bpf: Prevent KASAN false positive with bpf_throwKumar Kartikeya Dwivedi1-0/+6
2023-09-16mm: kasan: Declare kasan_unpoison_task_stack_below in kasan.hKumar Kartikeya Dwivedi2-1/+2
2023-09-16bpf: Treat first argument as return value for bpf_throwKumar Kartikeya Dwivedi1-13/+24
2023-09-16bpf: Perform CFG walk for exception callbackKumar Kartikeya Dwivedi1-2/+13
2023-09-16bpf: Add support for custom exception callbacksKumar Kartikeya Dwivedi5-18/+160
2023-09-16bpf: Refactor check_btf_func and split into two phasesKumar Kartikeya Dwivedi1-28/+100
2023-09-16bpf: Implement BPF exceptionsKumar Kartikeya Dwivedi8-27/+247
2023-09-16bpf: Implement support for adding hidden subprogsKumar Kartikeya Dwivedi5-11/+43
2023-09-16arch/x86: Implement arch_bpf_stack_walkKumar Kartikeya Dwivedi3-0/+39
2023-09-16bpf: Use bpf_is_subprog to check for subprogsKumar Kartikeya Dwivedi4-3/+8