summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-06-06Merge branch 'intel-wired-lan-driver-updates-2024-05-29-ice-igc'Jakub Kicinski9-104/+244
2024-06-06igc: Fix Energy Efficient Ethernet support declarationSasha Neftin2-2/+11
2024-06-06ice: map XDP queues to vectors in ice_vsi_map_rings_to_vectors()Larysa Zaremba4-46/+68
2024-06-06ice: add flag to distinguish reset from .ndo_bpf in XDP rings configLarysa Zaremba3-14/+24
2024-06-06ice: remove af_xdp_zc_qps bitmapLarysa Zaremba3-26/+27
2024-06-06ice: fix reads from NVM Shadow RAM on E830 and E825-C devicesJacob Keller2-9/+93
2024-06-06ice: fix iteration of TLVs in Preserved Fields AreaJacob Keller1-7/+21
2024-06-06Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski9-35/+34
2024-06-06ptp: Fix error message on failed pin verificationKarol Kolacinski1-1/+2
2024-06-06net/sched: taprio: always validate TCA_TAPRIO_ATTR_PRIOMAPEric Dumazet1-9/+6
2024-06-05net/mlx5: Fix tainted pointer delete is case of flow rules creation failAleksandr Mishin1-2/+6
2024-06-05Merge branch 'mlx5-fixes'David S. Miller4-0/+19
2024-06-05net/mlx5: Always stop health timer during driver removalShay Drory1-0/+3
2024-06-05net/mlx5: Stop waiting for PCI if pci channel is offlineMoshe Shemesh3-0/+16
2024-06-05net: ethernet: mtk_eth_soc: handle dma buffer size soc specificFrank Wunderlich2-36/+77
2024-06-05rtnetlink: make the "split" NLM_DONE handling genericJakub Kicinski4-9/+45
2024-06-05Merge branch 'tcp-mptcp-close-wait'David S. Miller2-3/+12
2024-06-05mptcp: count CLOSE-WAIT sockets for MPTCP_MIB_CURRESTABJason Xing1-2/+7
2024-06-05tcp: count CLOSE-WAIT sockets for TCP_MIB_CURRESTABJason Xing1-1/+5
2024-06-05selftests: hsr: add missing config for CONFIG_BRIDGEHangbin Liu1-0/+1
2024-06-05vxlan: Fix regression when dropping packets due to invalid src addressesDaniel Borkmann1-4/+4
2024-06-05net: sched: sch_multiq: fix possible OOB write in multiq_tune()Hangyu Hua1-1/+1
2024-06-05ionic: fix kernel panic in XDP_TX actionTaehee Yoo1-0/+1
2024-06-05net: phy: Micrel KSZ8061: fix errata solution not taking effect problemTristram Ha1-1/+41
2024-06-05net/smc: avoid overwriting when adjusting sock bufsizesWen Gu1-20/+2
2024-06-05octeontx2-af: Always allocate PF entries from low prioriy zoneSubbaraya Sundeep1-11/+22
2024-06-05Revert "xsk: Document ability to redirect to any socket bound to the same umem"Magnus Karlsson1-19/+14
2024-06-05Revert "xsk: Support redirect to any socket bound to the same umem"Magnus Karlsson1-4/+1
2024-06-05bpf: Set run context for rawtp test_run callbackJiri Olsa1-0/+6
2024-06-04net: tls: fix marking packets as decryptedJakub Kicinski1-0/+3
2024-06-04Merge tag 'wireless-2024-06-03' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski41-166/+322
2024-06-04lib/test_rhashtable: add missing MODULE_DESCRIPTION() macroJeff Johnson1-0/+1
2024-06-04Merge branch 'dst_cache-fix-possible-races'Jakub Kicinski5-21/+24
2024-06-04net: dst_cache: add two DEBUG_NET warningsEric Dumazet1-0/+2
2024-06-04ila: block BH in ila_output()Eric Dumazet1-1/+6
2024-06-04ipv6: sr: block BH in seg6_output_core() and seg6_input_core()Eric Dumazet1-8/+6
2024-06-04net: ipv6: rpl_iptunnel: block BH in rpl_output() and rpl_input()Eric Dumazet1-8/+6
2024-06-04ipv6: ioam: block BH from ioam6_output()Eric Dumazet1-4/+4
2024-06-04vmxnet3: disable rx data ring on dma allocation failureMatthias Stocker1-1/+1
2024-06-03bpf: Fix a potential use-after-free in bpf_link_free()Cong Wang1-5/+6
2024-06-03bpf, devmap: Remove unnecessary if check in for loopThorsten Blum1-3/+0
2024-06-03net: phy: micrel: fix KSZ9477 PHY issues after suspend/resumeTristram Ha1-6/+56
2024-06-02net/tcp: Don't consider TCP_CLOSE in TCP_AO_ESTABLISHEDDmitry Safonov2-7/+13
2024-06-02net/ncsi: Fix the multi thread manner of NCSI driverDelphineCCChiu3-38/+41
2024-06-02net: rps: fix error when CONFIG_RFS_ACCEL is offJason Xing1-1/+2
2024-06-02ax25: Replace kfree() in ax25_dev_free() with ax25_dev_put()Duoming Zhou1-1/+1
2024-06-02ax25: Fix refcount imbalance on inbound connectionsLars Kellogg-Stedman1-0/+6
2024-06-02Merge branch 'virtio_net-fix-lock-warning-and-unrecoverable-state'Jakub Kicinski1-21/+17
2024-06-02virtio_net: fix a spurious deadlock issueHeng Qi1-20/+16
2024-06-02virtio_net: fix possible dim status unrecoverableHeng Qi1-1/+1