summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-08-16iavf: fix potential races for FDIR filtersPiotr Gardocki2-4/+12
2023-08-16drivers: vxlan: vnifilter: free percpu vni stats on error pathFedor Pchelkin1-3/+8
2023-08-16drivers: net: prevent tun_build_skb() to exceed the packet size limitAndrew Kanner1-1/+1
2023-08-16dccp: fix data-race around dp->dccps_mss_cacheEric Dumazet2-3/+9
2023-08-16bonding: Fix incorrect deletion of ETH_P_8021AD protocol vid from slavesZiyang Xuan1-1/+3
2023-08-16xsk: fix refcount underflow in error pathMagnus Karlsson1-0/+1
2023-08-16tunnels: fix kasan splat when generating ipv4 pmtu errorFlorian Westphal1-1/+1
2023-08-16tcp: add missing family to tcp_set_ca_state() tracepointEric Dumazet1-1/+4
2023-08-16PCI: move OF status = "disabled" detection to dev->match_driverVladimir Oltean2-6/+3
2023-08-16net/smc: Use correct buffer sizes when switching between TCP and SMCGerd Bayer1-22/+51
2023-08-16net/smc: Fix setsockopt and sysctl to specify same buffer size againGerd Bayer5-20/+25
2023-08-16net/packet: annotate data-races around tp->statusEric Dumazet1-6/+10
2023-08-16ionic: Add missing err handling for queue reconfigNitya Sunkad1-7/+16
2023-08-16igc: Add lock to safeguard global Qbv variablesMuhammad Husaini Zulkifli2-2/+36
2023-08-16mptcp: fix the incorrect judgment for msk->cb_flagsXiang Yang1-1/+1
2023-08-16macsec: use DEV_STATS_INC()Eric Dumazet1-14/+14
2023-08-16mISDN: Update parameter type of dsp_cmx_send()Nathan Chancellor3-3/+3
2023-08-16hwmon: (aquacomputer_d5next) Add selective 200ms delay after sending ctrl reportAleksa Savic1-1/+36
2023-08-16bpf, sockmap: Fix bug that strp_done cannot be calledXu Kuohai2-2/+9
2023-08-16bpf, sockmap: Fix map type error in sock_map_del_linkXu Kuohai1-5/+5
2023-08-16net: core: remove unnecessary frame_sz check in bpf_xdp_adjust_tail()Andrew Kanner1-6/+0
2023-08-16selftests: forwarding: bridge_mdb: Make test more robustIdo Schimmel1-4/+4
2023-08-16selftests: forwarding: bridge_mdb: Fix failing test with old libnetIdo Schimmel1-22/+24
2023-08-16selftests: forwarding: bridge_mdb_max: Fix failing test with old libnetIdo Schimmel1-4/+10
2023-08-16selftests: forwarding: tc_flower: Relax success criterionIdo Schimmel1-4/+4
2023-08-16selftests: forwarding: tc_actions: Use ncat instead of ncIdo Schimmel1-2/+4
2023-08-16selftests: forwarding: Switch off timeoutIdo Schimmel1-0/+1
2023-08-16selftests: forwarding: Skip test when no interfaces are specifiedIdo Schimmel1-0/+5
2023-08-16selftests: forwarding: hw_stats_l3_gre: Skip when using veth pairsIdo Schimmel1-0/+2
2023-08-16selftests: forwarding: ethtool_extended_state: Skip when using veth pairsIdo Schimmel1-0/+2
2023-08-16selftests: forwarding: ethtool: Skip when using veth pairsIdo Schimmel1-0/+2
2023-08-16selftests: forwarding: Add a helper to skip test when using veth pairsIdo Schimmel1-0/+11
2023-08-16selftests/rseq: Fix build with undefined __weakMark Brown2-1/+5
2023-08-16selftests/bpf: fix a CI failure caused by vsock sockmap testXu Kuohai1-1/+1
2023-08-16dmaengine: xilinx: xdma: Fix Judgment of the return valueMinjie Du1-1/+1
2023-08-16dmaengine: xilinx: xdma: Fix typoMiquel Raynal1-1/+1
2023-08-16KVM: arm64: Fix hardware enable/disable flows for pKVMRaghavendra Rao Ananta1-11/+4
2023-08-16selftests: forwarding: bridge_mdb: Check iproute2 versionIdo Schimmel1-0/+5
2023-08-16selftests: forwarding: bridge_mdb_max: Check iproute2 versionIdo Schimmel1-0/+5
2023-08-16selftests: forwarding: ethtool_mm: Skip when MAC Merge is not supportedIdo Schimmel1-5/+13
2023-08-16selftests: forwarding: tc_tunnel_key: Make filters more specificIdo Schimmel1-3/+6
2023-08-16interconnect: qcom: sm8550: add enable_mask for bcm nodesNeil Armstrong1-0/+17
2023-08-16interconnect: qcom: sm8450: add enable_mask for bcm nodesNeil Armstrong1-0/+9
2023-08-16interconnect: qcom: sa8775p: add enable_mask for bcm nodesNeil Armstrong1-0/+1
2023-08-16interconnect: qcom: Add support for mask-based BCMsMike Tipton2-0/+7
2023-08-16iio: light: bu27034: Fix scale formatMatti Vaittinen1-3/+19
2023-08-16iio: core: Prevent invalid memory access when there is no parentMilan Zamazal1-2/+3
2023-08-16iio: imu: lsm6dsx: Fix mount matrix retrievalAlejandro Tafalla1-1/+1
2023-08-16netfilter: nft_set_hash: mark set element as dead when deleting from packet pathPablo Neira Ayuso1-2/+4
2023-08-16netfilter: nf_tables: adapt set backend to use GC transaction APIPablo Neira Ayuso4-103/+173