summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-05-28Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski18-55/+583
2024-05-27selftests/bpf: Cover verifier checks for mutating sockmap/sockhashJakub Sitnicki2-0/+189
2024-05-27Revert "bpf, sockmap: Prevent lock inversion deadlock in map delete elem"Jakub Sitnicki1-6/+0
2024-05-27bpf: Allow delete from sockmap/sockhash only if update is allowedJakub Sitnicki1-3/+7
2024-05-27net: usb: smsc95xx: fix changing LED_SEL bit value updated from EEPROMParthiban Veerasooran1-4/+7
2024-05-27Octeontx2-pf: Free send queue buffers incase of leaf to innerHariprasad Kelam1-0/+4
2024-05-27af_unix: Read sk->sk_hash under bindlock during bind().Kuniyuki Iwashima1-3/+6
2024-05-27af_unix: Annotate data-race around unix_sk(sk)->addr.Kuniyuki Iwashima1-4/+6
2024-05-27selftests: hsr: Fix "File exists" errors for hsr_pingGeliang Tang1-0/+2
2024-05-27enic: Validate length of nl attributes in enic_set_vf_portRoded Zats1-0/+12
2024-05-25selftests/bpf: Add netkit test for pkt_typeDaniel Borkmann2-1/+118
2024-05-25selftests/bpf: Add netkit tests for mac addressDaniel Borkmann1-0/+10
2024-05-25netkit: Fix pkt_type override upon netkit pass verdictDaniel Borkmann3-4/+12
2024-05-25netkit: Fix setting mac address in l2 modeDaniel Borkmann1-5/+21
2024-05-25ARC, bpf: Fix issues reported by the static analyzersShahab Vahedi3-16/+18
2024-05-25Merge branch 'fix-bpf-multi-uprobe-pid-filtering-logic'Alexei Starovoitov4-19/+206
2024-05-25selftests/bpf: extend multi-uprobe tests with USDTsAndrii Nakryiko2-2/+56
2024-05-25selftests/bpf: extend multi-uprobe tests with child thread caseAndrii Nakryiko2-9/+115
2024-05-25libbpf: detect broken PID filtering logic for multi-uprobeAndrii Nakryiko1-1/+30
2024-05-25bpf: remove unnecessary rcu_read_{lock,unlock}() in multi-uprobe attach logicAndrii Nakryiko1-2/+0
2024-05-25bpf: fix multi-uprobe PID filtering logicAndrii Nakryiko2-5/+5
2024-05-24bpf: Fix potential integer overflow in resolve_btfidsFriedrich Vock1-1/+1
2024-05-24Merge branch 'mlx5-fixes'David S. Miller9-25/+43
2024-05-24net/mlx5e: Fix UDP GSO for encapsulated packetsGal Pressman2-2/+12
2024-05-24net/mlx5e: Use rx_missed_errors instead of rx_dropped for reporting buffer ex...Carolina Jubran1-1/+1
2024-05-24net/mlx5e: Do not use ptp structure for tx ts stats when not initializedRahul Rameshbabu1-0/+4
2024-05-24net/mlx5e: Fix IPsec tunnel mode offload feature checkRahul Rameshbabu1-12/+5
2024-05-24net/mlx5: Use mlx5_ipsec_rx_status_destroy to correctly delete status rulesRahul Rameshbabu1-2/+1
2024-05-24net/mlx5: Fix MTMP register capability offset in MCAM registerGal Pressman1-2/+2
2024-05-24net/mlx5: Do not query MPIR on embedded CPU functionTariq Toukan1-4/+8
2024-05-24net/mlx5: Lag, do bond only if slaves agree on roce stateMaher Sanalla1-2/+10
2024-05-24net: phy: micrel: set soft_reset callback to genphy_soft_reset for KSZ8061Mathieu Othacehe1-0/+1
2024-05-24connector: Fix invalid conversion in cn_proc.hMatt Jan1-2/+1
2024-05-23Merge tag 'net-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds26-245/+243
2024-05-23Merge tag 'trace-fixes-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-13/+15
2024-05-23Merge tag 'trace-tools-v6.10-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-4/+4
2024-05-23Merge tag 'trace-assign-str-v6.10' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds147-808/+794
2024-05-23Merge tag 'sparc-for-6.10-tag1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds24-114/+76
2024-05-23Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds12-25/+125
2024-05-23Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds40-175/+353
2024-05-23tools/latency-collector: Fix -Wformat-security compile warnsShuah Khan1-4/+4
2024-05-23r8169: Fix possible ring buffer corruption on fragmented Tx packets.Ken Milmore1-1/+2
2024-05-23Merge branch 'intel-interpret-set_channels-input-differently'Paolo Abeni2-32/+8
2024-05-23idpf: Interpret .set_channels() input differentlyLarysa Zaremba1-15/+6
2024-05-23ice: Interpret .set_channels() input differentlyLarysa Zaremba1-17/+2
2024-05-23nfc: nci: Fix handling of zero-length payload packets in nci_rx_work()Ryosuke Yasuoka1-2/+1
2024-05-23net: relax socket state check at accept time.Paolo Abeni1-1/+3
2024-05-23tcp: remove 64 KByte limit for initial tp->rcv_wnd valueJason Xing1-1/+1
2024-05-23net: ti: icssg_prueth: Fix NULL pointer dereference in prueth_probe()Romain Gantois1-2/+12
2024-05-23tls: fix missing memory barrier in tls_initDae R. Jeong1-1/+9