aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2022-08-24net: Fix data-races around sysctl_max_skb_frags.Kuniyuki Iwashima2-3/+3
2022-08-24net: Fix a data-race around netdev_budget.Kuniyuki Iwashima1-1/+1
2022-08-24net: Fix a data-race around sysctl_net_busy_read.Kuniyuki Iwashima1-1/+1
2022-08-24net: Fix a data-race around sysctl_net_busy_poll.Kuniyuki Iwashima1-1/+1
2022-08-24net: Fix a data-race around sysctl_tstamp_allow_data.Kuniyuki Iwashima1-1/+1
2022-08-24net: Fix data-races around sysctl_optmem_max.Kuniyuki Iwashima5-14/+18
2022-08-24ratelimit: Fix data-races in ___ratelimit().Kuniyuki Iwashima1-3/+9
2022-08-24net: Fix data-races around netdev_tstamp_prequeue.Kuniyuki Iwashima1-4/+4
2022-08-24net: Fix data-races around netdev_max_backlog.Kuniyuki Iwashima5-6/+6
2022-08-24net: Fix data-races around weight_p and dev_weight_[rt]x_bias.Kuniyuki Iwashima3-8/+11
2022-08-24net: Fix data-races around sysctl_[rw]mem_(max|default).Kuniyuki Iwashima5-10/+10
2022-08-24Merge branch 'r8169-next'David S. Miller3-248/+18
2022-08-24r8169: remove support for chip version 60Heiner Kallweit3-90/+8
2022-08-24r8169: remove support for chip version 50Heiner Kallweit3-26/+3
2022-08-24r8169: remove support for chip version 49Heiner Kallweit3-47/+3
2022-08-24r8169: remove support for chip versions 45 and 47Heiner Kallweit3-82/+5
2022-08-24r8169: remove support for chip version 41Heiner Kallweit3-5/+1
2022-08-24Merge tag 'mlx5-updates-2022-08-22' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linuxDavid S. Miller29-764/+1245
2022-08-24net/core/skbuff: Check the return value of skb_copy_bits()lily1-3/+2
2022-08-24micrel: ksz8851: fixes struct pointer issueJerry Ray1-3/+2
2022-08-24tcp: annotate data-race around tcp_md5sig_pool_populatedEric Dumazet1-4/+10
2022-08-24net: marvell: prestera: implement br_port_locked flag offloadingOleksandr Mazur5-1/+34
2022-08-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsecDavid S. Miller6-4/+7
2022-08-24dt-bindings: PCI: microchip,pcie-host: fix missing dma-rangesConor Dooley1-0/+4
2022-08-24dt-bindings: PCI: microchip,pcie-host: fix missing clocks propertiesConor Dooley1-0/+27
2022-08-24dt-bindings: PCI: fu740-pci: fix missing clock-namesConor Dooley1-0/+8
2022-08-24regulator: max597x: Remove the unneeded result variableye xingchen1-3/+2
2022-08-24ASoC: SOF: imx8ulp: add missing of_node_put() in imx8ulp_probe()Yang Yingliang1-0/+1
2022-08-24x86/mm: Print likely CPU at segfault timeRik van Riel1-0/+10
2022-08-24ALSA: control: Fix an out-of-bounds bug in get_ctl_id_hash()Zheyu Ma1-3/+3
2022-08-24fec: Restart PPS after link state changeCsókás Bence3-4/+77
2022-08-24Merge branch 'j7200-support'David S. Miller3-9/+55
2022-08-24net: ethernet: ti: am65-cpsw: Move phy_set_mode_ext() to correct locationSiddharth Vadapalli1-5/+4
2022-08-24net: ethernet: ti: am65-cpsw: Add support for J7200 CPSW5GSiddharth Vadapalli2-2/+35
2022-08-24dt-bindings: net: ti: k3-am654-cpsw-nuss: Update bindings for J7200 CPSW5GSiddharth Vadapalli1-2/+16
2022-08-24net: neigh: don't call kfree_skb() under spin_lock_irqsave()Yang Yingliang1-3/+9
2022-08-24net: skb: prevent the split of kfree_skb_reason() by gccMenglong Dong3-3/+12
2022-08-24drm/i915: move has_dsc to runtime infoJani Nikula4-5/+6
2022-08-24drm/i915: move has_dmc to runtime infoJani Nikula4-6/+7
2022-08-24drm/i915: move has_hdcp to runtime infoJani Nikula4-7/+10
2022-08-24drm/i915: move pipe_mask and cpu_transcoder_mask to runtime infoJani Nikula5-52/+53
2022-08-24drm/i915: move platform_engine_mask to runtime infoJani Nikula5-34/+34
2022-08-24drm/i915: move memory_regions to runtime infoJani Nikula5-8/+8
2022-08-24drm/i915: move has_pooled_eu to runtime infoJani Nikula4-5/+7
2022-08-24drm/i915: move ppgtt_type and ppgtt_size to runtime infoJani Nikula6-28/+28
2022-08-24drm/i915: move page_sizes to runtime infoJani Nikula8-24/+23
2022-08-24drm/i915: move fbc_mask to runtime infoJani Nikula6-24/+28
2022-08-24drm/i915: move graphics.ver and graphics.rel to runtime infoJani Nikula5-18/+19
2022-08-24drm/i915: add initial runtime info into device infoJani Nikula2-19/+29
2022-08-24platform/x86/amd/pmf: Fix clang unused variable warningShyam Sundar S K4-8/+18