aboutsummaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2023-12-15x86/cfi,bpf: Fix bpf_exception_cb() signatureAlexei Starovoitov1-1/+1
2023-12-15cfi: Add CFI_NOSEAL()Peter Zijlstra1-0/+4
2023-12-15x86/cfi,bpf: Fix bpf_struct_ops CFIPeter Zijlstra1-0/+13
2023-12-15x86/cfi,bpf: Fix BPF JIT callPeter Zijlstra2-2/+17
2023-12-15cfi: Flip headersPeter Zijlstra1-0/+1
2023-12-13mlx5: implement VLAN tag XDP hintLarysa Zaremba1-1/+1
2023-12-13net: make vlan_get_tag() return -ENODATA instead of -EINVALLarysa Zaremba1-2/+2
2023-12-13bpf: Support uid and gid when mounting bpffsJie Jiang1-0/+2
2023-12-11bpf: use bitfields for simple per-subprog bool flagsAndrii Nakryiko1-6/+6
2023-12-11bpf: tidy up exception callback management a bitAndrii Nakryiko1-1/+1
2023-12-11net, xdp: Allow metadata > 32Aleksander Lobakin1-5/+8
2023-12-08bpf: Add some comments to stack representationAndrei Matei1-0/+14
2023-12-06bpf: Use arch_bpf_trampoline_sizeSong Liu1-1/+2
2023-12-06bpf: Add arch_bpf_trampoline_size()Song Liu1-0/+2
2023-12-06bpf: Add helpers for trampoline image managementSong Liu1-0/+5
2023-12-06bpf: Adjust argument names of arch_prepare_bpf_trampoline()Song Liu1-2/+2
2023-12-06bpf: Let bpf_prog_pack_free handle any pointerSong Liu1-1/+1
2023-12-06bpf,lsm: add BPF token LSM hooksAndrii Nakryiko3-0/+33
2023-12-06bpf,lsm: refactor bpf_map_alloc/bpf_map_free LSM hooksAndrii Nakryiko2-4/+7
2023-12-06bpf,lsm: refactor bpf_prog_alloc/bpf_prog_free LSM hooksAndrii Nakryiko2-7/+10
2023-12-06bpf: consistently use BPF token throughout BPF verifier logicAndrii Nakryiko2-9/+9
2023-12-06bpf: take into account BPF token when fetching helper protosAndrii Nakryiko1-2/+3
2023-12-06bpf: add BPF token support to BPF_PROG_LOAD commandAndrii Nakryiko1-0/+6
2023-12-06bpf: add BPF token support to BPF_MAP_CREATE commandAndrii Nakryiko1-0/+2
2023-12-06bpf: introduce BPF token objectAndrii Nakryiko1-0/+41
2023-12-06bpf: add BPF token delegation mount options to BPF FSAndrii Nakryiko1-0/+10
2023-12-05bpf: support non-r10 register spill/fill to/from stack in precision trackingAndrii Nakryiko1-4/+27
2023-12-04bpf: Optimize the free of inner mapHou Tao1-0/+2
2023-12-04bpf: Defer the free of inner map when necessaryHou Tao1-1/+6
2023-12-04bpf: Add map and need_defer parameters to .map_fd_put_ptr()Hou Tao1-1/+5
2023-12-02bpf: enforce exact retval range on subprog/callback exitAndrii Nakryiko1-1/+6
2023-12-02bpf: rearrange bpf_func_state fields to save a bit of memoryAndrii Nakryiko1-2/+2
2023-11-30net: phy: mdio_device: Reset device only when necessaryAndrew Halaney1-0/+1
2023-11-30Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski3-1/+17
2023-11-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski7-15/+43
2023-12-01Merge tag 'net-6.7-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds3-1/+23
2023-11-29tcp: Don't pass cookie to __cookie_v[46]_check().Kuniyuki Iwashima1-4/+4
2023-11-29Merge tag 'wireless-2023-11-29' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski2-1/+22
2023-11-30bpf, sockmap: af_unix stream sockets need to hold ref for pair sockJohn Fastabend1-0/+1
2023-11-29xsk: Add TX timestamp and TX checksum offload supportStanislav Fomichev2-1/+15
2023-11-28net: page_pool: record pools per netdevJakub Kicinski3-0/+26
2023-11-27Merge tag 'wireless-next-2023-11-27' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski1-2/+2
2023-11-27net: phy: add possible interfacesRussell King (Oracle)1-0/+3
2023-11-27debugfs: add API to allow debugfs operations cancellationJohannes Berg1-0/+19
2023-11-25Merge tag 'usb-6.7-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-13/+0
2023-11-24Merge branch 'firmware_loader'Jakub Kicinski1-0/+2
2023-11-24firmware_loader: Expand Firmware upload error codes with firmware invalid errorKory Maincent1-0/+2
2023-11-24wifi: ieee80211: fix PV1 frame control field nameLiam Kearney1-2/+2
2023-11-24Merge tag 'vfs-6.7-rc3.fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+17
2023-11-24wifi: avoid offset calculation on NULL pointerMichael-CY Lee1-1/+3