aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2021-04-28Merge tag 'media/v5.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds482-7406/+16971
2021-04-27Merge tag 'fixes-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds1-18/+34
2021-04-27Merge tag 'linux-kselftest-kunit-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftestLinus Torvalds8-24/+198
2021-04-27Merge tag 'linux-kselftest-next-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftestLinus Torvalds16-299/+412
2021-04-27Merge branch 'for-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds12-16/+699
2021-04-27Merge tag 'livepatching-for-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/livepatching/livepatchingLinus Torvalds2-6/+3
2021-04-27Merge tag 'printk-for-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/printk/linuxLinus Torvalds16-340/+502
2021-04-27Merge tag 'kgdb-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/danielt/linuxLinus Torvalds5-309/+381
2021-04-27Merge tag 's390-5.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds58-964/+1458
2021-04-27Merge tag 'x86_core_for_v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds78-1432/+1918
2021-04-27Fix misc new gcc warningsLinus Torvalds4-4/+4
2021-04-27Merge branch 'clk-ralink' into clk-nextStephen Boyd11-59/+665
2021-04-27Merge branches 'clk-imx', 'clk-samsung', 'clk-zynq', 'clk-rockchip' and 'clk-uniphier' into clk-nextStephen Boyd43-380/+2944
2021-04-27Merge branches 'clk-cleanup', 'clk-renesas', 'clk-socfpga', 'clk-allwinner' and 'clk-qcom' into clk-nextStephen Boyd55-1614/+1705
2021-04-28bpf, selftests: Update array map tests for per-cpu batched opsPedro Tammela1-29/+75
2021-04-28bpf: Add batched ops support for percpu arrayPedro Tammela1-0/+2
2021-04-27Merge branch 'Implement formatted output helpers with bstr_printf'Alexei Starovoitov7-132/+137
2021-04-27bpf: Implement formatted output helpers with bstr_printfFlorent Revest5-132/+115
2021-04-27seq_file: Add a seq_bprintf functionFlorent Revest2-0/+22
2021-04-27sfc: adjust efx->xdp_tx_queue_count with the real number of initialized queuesIgnat Korchagin1-0/+2
2021-04-27net:nfc:digital: Fix a double free in digital_tg_recv_dep_reqLv Yunlong1-0/+2
2021-04-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller9-103/+532
2021-04-27net: fix a concurrency bug in l2tp_tunnel_register()Gong, Sishuai1-5/+5
2021-04-27net/smc: Remove redundant assignment to rcJiapeng Chong1-1/+0
2021-04-27mpls: Remove redundant assignment to errJiapeng Chong1-1/+0
2021-04-27llc2: Remove redundant assignment to rcJiapeng Chong1-2/+0
2021-04-27net/tls: Remove redundant initialization of recordJiapeng Chong1-1/+1
2021-04-27rds: Remove redundant assignment to nr_sigJiapeng Chong1-1/+0
2021-04-27Merge branch 'microchip-ksz88x3'David S. Miller13-390/+983
2021-04-27dt-bindings: net: mdio-gpio: add compatible for microchip,mdio-smi0Michael Grzeschik1-0/+1
2021-04-27net: dsa: microchip: Add Microchip KSZ8863 SMI based driver supportMichael Grzeschik3-1/+223
2021-04-27net: phy: Add support for microchip SMI0 MDIO busAndrew Lunn3-2/+17
2021-04-27dt-bindings: net: dsa: document additional Microchip KSZ8863/8873 switchMichael Grzeschik1-0/+2
2021-04-27net: dsa: microchip: Add Microchip KSZ8863 SPI based driver supportMichael Grzeschik1-12/+32
2021-04-27net: dsa: microchip: ksz8795: add support for ksz88xx chipsOleksij Rempel3-71/+281
2021-04-27net: dsa: microchip: ksz8795: move register offsets and shifts to separate structMichael Grzeschik3-160/+281
2021-04-27net: dsa: microchip: ksz8795: move cpu_select_interface to extra functionMichael Grzeschik1-42/+50
2021-04-27net: dsa: microchip: ksz8795: change drivers prefix to be genericMichael Grzeschik3-117/+111
2021-04-27Merge branch 'ocelot-ptp'David S. Miller18-180/+230
2021-04-27net: mscc: ocelot: support PTP Sync one-step timestampingYangbo Lu6-58/+81
2021-04-27net: mscc: ocelot: convert to ocelot_port_txtstamp_request()Yangbo Lu4-24/+38
2021-04-27docs: networking: timestamping: update for DSA switchesYangbo Lu1-24/+39
2021-04-27net: dsa: free skb->cb usage in core driverYangbo Lu11-32/+27
2021-04-27net: dsa: no longer clone skb in core driverYangbo Lu9-49/+57
2021-04-27net: dsa: no longer identify PTP packet in core driverYangbo Lu9-21/+21
2021-04-27net: dsa: check tx timestamp request in core driverYangbo Lu4-9/+4
2021-04-27fddi/skfp: fix typoqhjindev1-1/+1
2021-04-27net: dsa: mv88e6xxx: Fix 6095/6097/6185 ports in non-SERDES CMODETobias Waldekranz1-3/+3
2021-04-27net: phy: marvell-88x2222: enable autoneg by defaultIvan Bornyakov1-2/+0
2021-04-27rxrpc: rxkad: Remove redundant variable offsetJiapeng Chong1-2/+0