summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pci-v6.10-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2024-06-065-15/+0
|\
| * PCI: Revert the cfg_access_lock lockdep mechanismDan Williams2024-06-045-15/+0
* | Merge tag 'net-6.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2024-06-06106-567/+1077
|\ \
| * \ Merge branch 'selftests-net-lib-small-fixes'Jakub Kicinski2024-06-061-9/+9
| |\ \
| | * | selftests: net: lib: set 'i' as localMatthieu Baerts (NGI0)2024-06-061-0/+1
| | * | selftests: net: lib: avoid error removing empty netns nameMatthieu Baerts (NGI0)2024-06-061-6/+7
| | * | selftests: net: lib: support errexit with busywaitMatthieu Baerts (NGI0)2024-06-061-3/+1
| |/ /
| * | net: ethtool: fix the error condition in ethtool_get_phy_stats_ethtool()Su Hui2024-06-061-1/+1
| * | ipv6: fix possible race in __fib6_drop_pcpu_from()Eric Dumazet2024-06-062-1/+6
| * | Merge branch 'af_unix-fix-lockless-access-of-sk-sk_state-and-others-fields'Paolo Abeni2024-06-062-52/+50
| |\ \
| | * | af_unix: Annotate data-race of sk->sk_shutdown in sk_diag_fill().Kuniyuki Iwashima2024-06-061-1/+1
| | * | af_unix: Use skb_queue_len_lockless() in sk_diag_show_rqlen().Kuniyuki Iwashima2024-06-061-1/+1
| | * | af_unix: Use skb_queue_empty_lockless() in unix_release_sock().Kuniyuki Iwashima2024-06-061-1/+1
| | * | af_unix: Use unix_recvq_full_lockless() in unix_stream_connect().Kuniyuki Iwashima2024-06-061-8/+2
| | * | af_unix: Annotate data-race of net->unx.sysctl_max_dgram_qlen.Kuniyuki Iwashima2024-06-061-1/+1
| | * | af_unix: Annotate data-races around sk->sk_sndbuf.Kuniyuki Iwashima2024-06-061-3/+3
| | * | af_unix: Annotate data-races around sk->sk_state in UNIX_DIAG.Kuniyuki Iwashima2024-06-061-4/+4
| | * | af_unix: Annotate data-race of sk->sk_state in unix_stream_read_skb().Kuniyuki Iwashima2024-06-061-1/+1
| | * | af_unix: Annotate data-races around sk->sk_state in sendmsg() and recvmsg().Kuniyuki Iwashima2024-06-061-4/+4
| | * | af_unix: Annotate data-race of sk->sk_state in unix_accept().Kuniyuki Iwashima2024-06-061-1/+1
| | * | af_unix: Annotate data-race of sk->sk_state in unix_stream_connect().Kuniyuki Iwashima2024-06-061-5/+2
| | * | af_unix: Annotate data-races around sk->sk_state in unix_write_space() and po...Kuniyuki Iwashima2024-06-061-13/+12
| | * | af_unix: Annotate data-race of sk->sk_state in unix_inq_len().Kuniyuki Iwashima2024-06-061-1/+1
| | * | af_unix: Annodate data-races around sk->sk_state for writers.Kuniyuki Iwashima2024-06-061-6/+8
| | * | af_unix: Set sk->sk_state under unix_state_lock() for truly disconencted peer.Kuniyuki Iwashima2024-06-061-2/+8
| |/ /
| * | net: wwan: iosm: Fix tainted pointer delete is case of region creation failAleksandr Mishin2024-06-061-1/+1
| * | Merge branch 'intel-wired-lan-driver-updates-2024-05-29-ice-igc'Jakub Kicinski2024-06-059-104/+244
| |\ \
| | * | igc: Fix Energy Efficient Ethernet support declarationSasha Neftin2024-06-052-2/+11
| | * | ice: map XDP queues to vectors in ice_vsi_map_rings_to_vectors()Larysa Zaremba2024-06-054-46/+68
| | * | ice: add flag to distinguish reset from .ndo_bpf in XDP rings configLarysa Zaremba2024-06-053-14/+24
| | * | ice: remove af_xdp_zc_qps bitmapLarysa Zaremba2024-06-053-26/+27
| | * | ice: fix reads from NVM Shadow RAM on E830 and E825-C devicesJacob Keller2024-06-052-9/+93
| | * | ice: fix iteration of TLVs in Preserved Fields AreaJacob Keller2024-06-051-7/+21
| |/ /
| * | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2024-06-059-35/+34
| |\ \
| | * | Revert "xsk: Document ability to redirect to any socket bound to the same umem"Magnus Karlsson2024-06-051-19/+14
| | * | Revert "xsk: Support redirect to any socket bound to the same umem"Magnus Karlsson2024-06-051-4/+1
| | * | bpf: Set run context for rawtp test_run callbackJiri Olsa2024-06-051-0/+6
| | * | bpf: Fix a potential use-after-free in bpf_link_free()Cong Wang2024-06-031-5/+6
| | * | bpf, devmap: Remove unnecessary if check in for loopThorsten Blum2024-06-031-3/+0
| | * | libbpf: don't close(-1) in multi-uprobe feature detectorAndrii Nakryiko2024-05-311-1/+2
| | * | bpf: Fix bpf_session_cookie BTF_ID in special_kfunc_set listJiri Olsa2024-05-312-2/+4
| | * | selftests/bpf: fix inet_csk_accept prototype in test_sk_storage_tracing.cAndrii Nakryiko2024-05-311-1/+1
| * | | ptp: Fix error message on failed pin verificationKarol Kolacinski2024-06-051-1/+2
| * | | net/sched: taprio: always validate TCA_TAPRIO_ATTR_PRIOMAPEric Dumazet2024-06-051-9/+6
| * | | net/mlx5: Fix tainted pointer delete is case of flow rules creation failAleksandr Mishin2024-06-051-2/+6
| * | | Merge branch 'mlx5-fixes'David S. Miller2024-06-054-0/+19
| |\ \ \
| | * | | net/mlx5: Always stop health timer during driver removalShay Drory2024-06-051-0/+3
| | * | | net/mlx5: Stop waiting for PCI if pci channel is offlineMoshe Shemesh2024-06-053-0/+16
| |/ / /
| * | | net: ethernet: mtk_eth_soc: handle dma buffer size soc specificFrank Wunderlich2024-06-052-36/+77
| * | | rtnetlink: make the "split" NLM_DONE handling genericJakub Kicinski2024-06-054-9/+45