linux-2.6-block.git
2024-06-09 Dan Carpenterdmaengine: ti: k3-udma-glue: clean up return in k3_udma...
2024-06-09 Jakub Kicinskitools: ynl: make user space policies const
2024-06-09 David Weipage_pool: remove WARN_ON() with OR
2024-06-07 MD Danish Anwarnet: ti: icssg-prueth: Add multicast filtering support
2024-06-07 Milan Brozr8152: Set NET_ADDR_STOLEN if using passthru MAC
2024-06-06 Jakub KicinskiMerge git://git./linux/kernel/git/netdev/net
2024-06-06 Linus TorvaldsMerge tag 'net-6.10-rc3' of git://git./linux/kernel...
2024-06-06 Linus TorvaldsMerge tag 'tomoyo-pr-20240606' of git://git.code.sf...
2024-06-06 Linus TorvaldsMerge tag 'efi-fixes-for-v6.10-2' of git://git./linux...
2024-06-06 Jakub KicinskiMerge branch 'selftests-net-lib-small-fixes'
2024-06-06 Matthieu Baerts... selftests: net: lib: set 'i' as local
2024-06-06 Matthieu Baerts... selftests: net: lib: avoid error removing empty netns...
2024-06-06 Matthieu Baerts... selftests: net: lib: support errexit with busywait
2024-06-06 Paolo AbeniMerge branch 'tcp-small-code-reorg'
2024-06-06 Eric Dumazettcp: move reqsk_alloc() to inet_connection_sock.c
2024-06-06 Eric Dumazettcp: move inet_reqsk_alloc() close to inet_reqsk_clone()
2024-06-06 Eric Dumazettcp: small changes in reqsk_put() and reqsk_free()
2024-06-06 Paolo AbeniMerge branch 'mptcp-misc-cleanups'
2024-06-06 Davide Carattimptcp: refer to 'MPTCP' socket in comments
2024-06-06 Geliang Tangmptcp: add mptcp_space_from_win helper
2024-06-06 Geliang Tangmptcp: use mptcp_win_from_space helper
2024-06-06 Su Huinet: ethtool: fix the error condition in ethtool_get_ph...
2024-06-06 Jason Xingnet: allow rps/rfs related configs to be switched
2024-06-06 Eric Dumazetipv6: fix possible race in __fib6_drop_pcpu_from()
2024-06-06 Paolo AbeniMerge branch 'af_unix-fix-lockless-access-of-sk-sk_stat...
2024-06-06 Kuniyuki Iwashimaaf_unix: Annotate data-race of sk->sk_shutdown in sk_di...
2024-06-06 Kuniyuki Iwashimaaf_unix: Use skb_queue_len_lockless() in sk_diag_show_r...
2024-06-06 Kuniyuki Iwashimaaf_unix: Use skb_queue_empty_lockless() in unix_release...
2024-06-06 Kuniyuki Iwashimaaf_unix: Use unix_recvq_full_lockless() in unix_stream_...
2024-06-06 Kuniyuki Iwashimaaf_unix: Annotate data-race of net->unx.sysctl_max_dgra...
2024-06-06 Kuniyuki Iwashimaaf_unix: Annotate data-races around sk->sk_sndbuf.
2024-06-06 Kuniyuki Iwashimaaf_unix: Annotate data-races around sk->sk_state in...
2024-06-06 Kuniyuki Iwashimaaf_unix: Annotate data-race of sk->sk_state in unix_str...
2024-06-06 Kuniyuki Iwashimaaf_unix: Annotate data-races around sk->sk_state in...
2024-06-06 Kuniyuki Iwashimaaf_unix: Annotate data-race of sk->sk_state in unix_acc...
2024-06-06 Kuniyuki Iwashimaaf_unix: Annotate data-race of sk->sk_state in unix_str...
2024-06-06 Kuniyuki Iwashimaaf_unix: Annotate data-races around sk->sk_state in...
2024-06-06 Kuniyuki Iwashimaaf_unix: Annotate data-race of sk->sk_state in unix_inq...
2024-06-06 Kuniyuki Iwashimaaf_unix: Annodate data-races around sk->sk_state for...
2024-06-06 Kuniyuki Iwashimaaf_unix: Set sk->sk_state under unix_state_lock() for...
2024-06-06 Eric Dumazetinet: remove (struct uncached_list)->quarantine
2024-06-06 Eric Dumazetnet: use unrcu_pointer() helper
2024-06-06 Aleksandr Mishinnet: wwan: iosm: Fix tainted pointer delete is case...
2024-06-06 Paolo AbeniMerge branch 'improve-gbeth-performance-on-renesas...
2024-06-06 Paul Barkernet: ravb: Allocate RX buffers via page pool
2024-06-06 Paul Barkernet: ravb: Use NAPI threaded mode on 1-core CPUs with...
2024-06-06 Paul Barkernet: ravb: Enable SW IRQ Coalescing for GbEth
2024-06-06 Paul Barkernet: ravb: Refactor GbEth RX code path
2024-06-06 Paul Barkernet: ravb: Refactor RX ring refill
2024-06-06 Paul Barkernet: ravb: Align poll function with NAPI docs
2024-06-06 Paul Barkernet: ravb: Simplify poll & receive functions
2024-06-06 Jakub KicinskiMerge branch 'net-mlx5e-shampo-enable-hw-gro-once-more'
2024-06-06 Dragos Tatuleanet/mlx5e: SHAMPO, Coalesce skb fragments to page size
2024-06-06 Yoray Zacknet/mlx5e: SHAMPO, Re-enable HW-GRO
2024-06-06 Yoray Zacknet/mlx5e: SHAMPO, Use KSMs instead of KLMs
2024-06-06 Tariq Toukannet/mlx5e: SHAMPO, Add header-only ethtool counters...
2024-06-06 Dragos Tatuleanet/mlx5e: SHAMPO, Drop rx_gro_match_packets counter
2024-06-06 Dragos Tatuleanet/mlx5e: SHAMPO, Make GRO counters more precise
2024-06-06 Yoray Zacknet/mlx5e: SHAMPO, Skipping on duplicate flush of the...
2024-06-06 Dragos Tatuleanet/mlx5e: SHAMPO, Specialize mlx5e_fill_skb_data()
2024-06-06 Dragos Tatuleanet/mlx5e: SHAMPO, Simplify header page release in...
2024-06-06 Dragos Tatuleanet/mlx5e: SHAMPO, Disable gso_size for non GRO packets
2024-06-06 Dragos Tatuleanet/mlx5e: SHAMPO, Fix FCS config when HW GRO on
2024-06-06 Dragos Tatuleanet/mlx5e: SHAMPO, Fix invalid WQ linked list unlink
2024-06-06 Dragos Tatuleanet/mlx5e: SHAMPO, Fix incorrect page release
2024-06-06 Tariq Toukannet/mlx5e: SHAMPO, Use net_prefetch API
2024-06-06 Jakub KicinskiMerge branch 'intel-wired-lan-driver-updates-2024-05...
2024-06-06 Sasha Neftinigc: Fix Energy Efficient Ethernet support declaration
2024-06-06 Larysa Zarembaice: map XDP queues to vectors in ice_vsi_map_rings_to_...
2024-06-06 Larysa Zarembaice: add flag to distinguish reset from .ndo_bpf in...
2024-06-06 Larysa Zarembaice: remove af_xdp_zc_qps bitmap
2024-06-06 Jacob Kellerice: fix reads from NVM Shadow RAM on E830 and E825...
2024-06-06 Jacob Kellerice: fix iteration of TLVs in Preserved Fields Area
2024-06-06 Lukasz Majewskiselftests: hsr: Extend the hsr_ping.sh test to use...
2024-06-06 Lukasz Majewskiselftests: hsr: Extend the hsr_redbox.sh test to use...
2024-06-06 Jakub KicinskiMerge tag 'for-netdev' of https://git./linux/kernel...
2024-06-05 Karol Kolacinskiptp: Fix error message on failed pin verification
2024-06-05 Jakub KicinskiMerge branch 'vmxnet3-upgrade-to-version-9'
2024-06-05 Ronak Doshivmxnet3: update to version 9
2024-06-05 Ronak Doshivmxnet3: add command to allow disabling of offloads
2024-06-05 Ronak Doshivmxnet3: add latency measurement support in vmxnet3
2024-06-05 Ronak Doshivmxnet3: prepare for version 9 changes
2024-06-05 Eric Dumazetnet/sched: taprio: always validate TCA_TAPRIO_ATTR_PRIOMAP
2024-06-05 David Christensenionic: advertise 52-bit addressing limitation for MSI-X
2024-06-05 Linus TorvaldsMerge tag 'thermal-6.10-rc3' of git://git./linux/kernel...
2024-06-05 Linus TorvaldsMerge tag 'acpi-6.10-rc3' of git://git./linux/kernel...
2024-06-05 Linus TorvaldsMerge tag 'pm-6.10-rc3' of git://git./linux/kernel...
2024-06-05 Vadim Fedorenkobnxt_en: fix atomic counter for ptp packets
2024-06-05 Aleksandr Mishinnet/mlx5: Fix tainted pointer delete is case of flow...
2024-06-05 Linus TorvaldsMerge tag 'for-6.10-rc2-tag' of git://git./linux/kernel...
2024-06-05 Linus TorvaldsMerge tag 'bcachefs-2024-06-05' of https://evilpiepirat...
2024-06-05 Linus TorvaldsMerge tag 'i2c-for-6.10-rc3' of git://git./linux/kernel...
2024-06-05 Linus TorvaldsMerge tag 'tpmdd-next-6.10-rc3' of git://git./linux...
2024-06-05 Linus TorvaldsMerge tag 'for-linus' of git://git./virt/kvm/kvm
2024-06-05 Rafael J. WysockiMerge branch 'pm-cpufreq'
2024-06-05 Rafael J. WysockiMerge branches 'acpi-ec', 'acpi-apei' and 'pnp'
2024-06-05 Kent Overstreetbcachefs: Fix trans->locked assert
2024-06-05 Kent Overstreetbcachefs: Rereplicate now moves data off of durability...
2024-06-05 Kent Overstreetbcachefs: Fix GFP_KERNEL allocation in break_cycle()
2024-06-05 David S. MillerMerge branch 'mlx5-fixes'
next