summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-09-07sfc: support PTP over EthernetÍñigo Huguet
2022-09-07sfc: support PTP over IPv6/UDPÍñigo Huguet
2022-09-07sfc: allow more flexible way of adding filters for PTPÍñigo Huguet
2022-09-07net: dsa: LAN9303: Add basic support for LAN9354Jerry Ray
2022-09-07net: dsa: LAN9303: Add early read to syncJerry Ray
2022-09-07net: dsa: microchip: add regmap_range for KSZ9896 chipRomain Naour
2022-09-07net: dsa: microchip: ksz9477: remove 0x033C and 0x033D addresses from regmap_...Romain Naour
2022-09-07net: dsa: microchip: add KSZ9896 to KSZ9477 I2C driverRomain Naour
2022-09-07net: dsa: microchip: add KSZ9896 switch supportRomain Naour
2022-09-07efi/x86: libstub: remove unused variablechen zhang
2022-09-06afs: Return -EAGAIN, not -EREMOTEIO, when a file already lockedDavid Howells
2022-09-06Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds
2022-09-06Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextPaolo Abeni
2022-09-06iavf: Fix race between iavf_close and iavf_reset_taskMichal Jaron
2022-09-06ice: Simplify memory allocation in ice_sched_init_port()Christophe JAILLET
2022-09-06ice: switch: Simplify memory allocationChristophe JAILLET
2022-09-06ice: add helper function to check FW API versionPaul Greenwalt
2022-09-06ice: Check if reset in progress while waiting for offsetsMichal Michalik
2022-09-06ice: Allow operation with reduced device MSI-XTony Nguyen
2022-09-06i40e: add description and modify interrupts configuration procedureJaroslaw Gawin
2022-09-06i40e: Add basic support for I710 devicesStanislaw Grzeszczak
2022-09-06Merge tag 'erofs-for-6.0-rc5-fixes' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2022-09-06net: usb: qmi_wwan: add Quectel RM520Njerry.meng
2022-09-06net: dsa: qca8k: fix NULL pointer dereference for of_device_get_match_dataChristian Marangi
2022-09-06tcp: fix early ETIMEDOUT after spurious non-SACK RTONeal Cardwell
2022-09-06net: moxa: fix endianness-related issues from 'sparse'Sergei Antonov
2022-09-06net: ftmac100: fix endianness-related issues from 'sparse'Sergei Antonov
2022-09-06net: lan966x: Extend lan966x with RGMII supportHoratiu Vultur
2022-09-05Merge tag 'soc-fixes-6.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2022-09-05erofs: fix pcluster use-after-free on UP platformsGao Xiang
2022-09-05erofs: avoid the potentially wrong m_plen for big pclusterYue Hu
2022-09-05erofs: fix error return code in erofs_fscache_{meta_,}read_folioSun Ke
2022-09-05r8169: remove not needed net_ratelimit() checkHeiner Kallweit
2022-09-05netlink: Bounds-check struct nlmsgerr creationKees Cook
2022-09-05Merge tag 'for-net-2022-09-02' of git://git.kernel.org/pub/scm/linux/kernel/g...David S. Miller
2022-09-05Merge branch 'bpf-allocator'Daniel Borkmann
2022-09-05bpf: Optimize rcu_barrier usage between hash map and bpf_mem_alloc.Alexei Starovoitov
2022-09-05bpf: Remove usage of kmem_cache from bpf_mem_cache.Alexei Starovoitov
2022-09-05bpf: Remove prealloc-only restriction for sleepable bpf programs.Alexei Starovoitov
2022-09-05bpf: Prepare bpf_mem_alloc to be used by sleepable bpf programs.Alexei Starovoitov
2022-09-05bpf: Remove tracing program restriction on map typesAlexei Starovoitov
2022-09-05bpf: Convert percpu hash map to per-cpu bpf_mem_alloc.Alexei Starovoitov
2022-09-05bpf: Add percpu allocation support to bpf_mem_alloc.Alexei Starovoitov
2022-09-05bpf: Batch call_rcu callbacks instead of SLAB_TYPESAFE_BY_RCU.Alexei Starovoitov
2022-09-05bpf: Adjust low/high watermarks in bpf_mem_cacheAlexei Starovoitov
2022-09-05bpf: Optimize call_rcu in non-preallocated hash map.Alexei Starovoitov
2022-09-05bpf: Optimize element count in non-preallocated hash map.Alexei Starovoitov
2022-09-05bpf: Relax the requirement to use preallocated hash maps in tracing progs.Alexei Starovoitov
2022-09-05samples/bpf: Reduce syscall overhead in map_perf_test.Alexei Starovoitov
2022-09-05selftests/bpf: Improve test coverage of test_mapsAlexei Starovoitov