summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Merge branch 'tls-recvmsg-fixes'Jakub Kicinski2024-03-272-2/+39
| |\ \ \ \
| | * | | | tls: get psock ref after taking rxlock to avoid leakSabrina Dubroca2024-03-271-1/+1
| | * | | | selftests: tls: add test with a partially invalid iovSabrina Dubroca2024-03-271-0/+34
| | * | | | tls: adjust recv return with async crypto and failed copy to userspaceSabrina Dubroca2024-03-271-0/+3
| | * | | | tls: recv: process_rx_list shouldn't use an offset with kvecSabrina Dubroca2024-03-271-1/+1
| |/ / / /
| * | | | Merge branch 'there-are-some-bugfix-for-the-hns3-ethernet-driver'Paolo Abeni2024-03-263-3/+22
| |\ \ \ \
| | * | | | net: hns3: mark unexcuted loopback test result as UNEXECUTEDJian Shen2024-03-261-2/+17
| | * | | | net: hns3: fix kernel crash when devlink reload during pf initializationYonglong Liu2024-03-261-0/+4
| | * | | | net: hns3: fix index limit to support all queue statsJie Wang2024-03-261-1/+1
| |/ / / /
| * | | | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Paolo Abeni2024-03-2619-61/+184
| |\ \ \ \
| | * | | | riscv, bpf: Fix kfunc parameters incompatibility between bpf and riscv abiPu Lehui2024-03-251-0/+16
| | * | | | bpf: verifier: reject addr_space_cast insn without arenaPuranjay Mohan2024-03-231-0/+4
| | * | | | selftests/bpf: verifier_arena: fix mmap address for arm64Puranjay Mohan2024-03-231-1/+5
| | * | | | bpf: verifier: fix addr_space_cast from as(1) to as(0)Puranjay Mohan2024-03-231-2/+6
| | * | | | libbpf: Define MFD_CLOEXEC if not availableArnaldo Carvalho de Melo2024-03-211-0/+4
| | * | | | arm64: bpf: fix 32bit unconditional bswapArtem Savkov2024-03-211-1/+1
| | * | | | bpf, arm64: fix bug in BPF_LDX_MEMSXPuranjay Mohan2024-03-201-1/+1
| | * | | | libbpf: fix u64-to-pointer cast on 32-bit archesAndrii Nakryiko2024-03-201-2/+2
| | * | | | s390/bpf: Fix bpf_plt pointer arithmeticIlya Leoshkevich2024-03-201-26/+20
| | * | | | xsk: Don't assume metadata is always requested in TX completionStanislav Fomichev2024-03-191-0/+2
| | * | | | Merge branch 'bpf-arena-followups'Andrii Nakryiko2024-03-1511-23/+109
| | |\ \ \ \
| | | * | | | selftests/bpf: Add arena test case for 4Gbyte corner caseAlexei Starovoitov2024-03-152-0/+70
| | | * | | | selftests/bpf: Remove hard coded PAGE_SIZE macro.Alexei Starovoitov2024-03-152-5/+10
| | | * | | | libbpf, selftests/bpf: Adjust libbpf, bpftool, selftests to match LLVMAlexei Starovoitov2024-03-156-11/+11
| | | * | | | bpf: Clarify bpf_arena comments.Alexei Starovoitov2024-03-151-7/+18
| | |/ / / /
| | * | | | MAINTAINERS: Update email address for Quentin MonnetQuentin Monnet2024-03-152-2/+3
| | * | | | scripts/bpf_doc: Use silent mode when exec make cmdHangbin Liu2024-03-151-2/+2
| | * | | | bpf: Temporarily disable atomic operations in BPF arenaPuranjay Mohan2024-03-141-1/+9
| * | | | | selftests: vxlan_mdb: Fix failures with old libnetIdo Schimmel2024-03-261-77/+128
| * | | | | MAINTAINERS: split Renesas Ethernet drivers entrySergey Shtylyov2024-03-261-4/+25
| * | | | | net: dsa: mt7530: fix improper frames on all 25MHz and 40MHz XTAL MT7530Arınç ÜNAL2024-03-261-2/+3
| * | | | | net: wwan: t7xx: Split 64bit accesses to fix alignment issuesBjørn Mork2024-03-263-10/+11
| * | | | | tcp: properly terminate timers for kernel socketsEric Dumazet2024-03-264-0/+24
| * | | | | net: hsr: hsr_slave: Fix the promiscuous mode in offload modeRavi Gunasekaran2024-03-261-1/+2
| * | | | | net: ll_temac: platform_get_resource replaced by wrong functionClaus Hansen Ries2024-03-261-1/+1
| * | | | | s390/qeth: handle deferred cc1Alexandra Winter2024-03-261-2/+36
| * | | | | dpll: indent DPLL option type by a tabPrasad Pandit2024-03-261-1/+1
| | |/ / / | |/| | |
| * | | | net: mark racy access on sk->sk_rcvbuflinke li2024-03-251-2/+2
| * | | | mlxbf_gige: stop PHY during open() error pathsDavid Thompson2024-03-251-1/+4
| * | | | ipv6: Fix address dump when IPv6 is disabled on an interfaceIdo Schimmel2024-03-231-2/+3
| * | | | nexthop: fix uninitialized variable in nla_put_nh_group_stats()Dan Carpenter2024-03-231-1/+3
| * | | | tools: ynl: fix setting presence bits in simple nestsJakub Kicinski2024-03-231-2/+5
| | |_|/ | |/| |
| * | | nfc: nci: Fix uninit-value in nci_dev_up and nci_ntf_packetRyosuke Yasuoka2024-03-221-0/+5
* | | | Merge tag 'erofs-for-6.9-rc2-fixes' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2024-03-282-1/+1
|\ \ \ \
| * | | | MAINTAINERS: erofs: add myself as reviewerSandeep Dhavale2024-03-251-0/+1
| * | | | erofs: drop experimental warning for FSDAXGao Xiang2024-03-251-1/+0
* | | | | Merge tag '9p-fixes-for-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2024-03-272-11/+11
|\ \ \ \ \
| * | | | | fs/9p: fix uninitialized values during inode evictEric Van Hensbergen2024-03-251-6/+10
| * | | | | fs/9p: remove redundant pointer v9sesColin Ian King2024-03-251-4/+0
| * | | | | fs/9p: fix uaf in in v9fs_stat2inode_dotlLizhi Xu2024-03-251-1/+1
| |/ / / /