summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2023-12-09bpf: Add some comments to stack representationAndrei Matei1-0/+14
2023-12-07bpf: Use arch_bpf_trampoline_sizeSong Liu1-1/+2
2023-12-07bpf: Add arch_bpf_trampoline_size()Song Liu1-0/+2
2023-12-07bpf: Add helpers for trampoline image managementSong Liu1-0/+5
2023-12-07bpf: Adjust argument names of arch_prepare_bpf_trampoline()Song Liu1-2/+2
2023-12-07bpf: Let bpf_prog_pack_free handle any pointerSong Liu1-1/+1
2023-12-07bpf: rename MAX_BPF_LINK_TYPE into __MAX_BPF_LINK_TYPE for consistencyAndrii Nakryiko1-1/+3
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 Nakryiko2-0/+8
2023-12-06bpf: add BPF token support to BPF_BTF_LOAD commandAndrii Nakryiko1-0/+1
2023-12-06bpf: add BPF token support to BPF_MAP_CREATE commandAndrii Nakryiko2-0/+4
2023-12-06bpf: introduce BPF token objectAndrii Nakryiko2-0/+78
2023-12-06bpf: add BPF token delegation mount options to BPF FSAndrii Nakryiko1-0/+10
2023-12-06bpf: support non-r10 register spill/fill to/from stack in precision trackingAndrii Nakryiko1-4/+27
2023-12-05bpf: Optimize the free of inner mapHou Tao1-0/+2
2023-12-05bpf: Defer the free of inner map when necessaryHou Tao1-1/+6
2023-12-05bpf: 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-12-01net: phy: mdio_device: Reset device only when necessaryAndrew Halaney1-0/+1
2023-12-01Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski9-4/+238
2023-12-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski13-17/+96
2023-12-01Merge tag 'net-6.7-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds6-2/+71
2023-11-30tcp: Factorise cookie-dependent fields initialisation in cookie_v[46]_check()Kuniyuki Iwashima1-3/+10
2023-11-30tcp: Move TCP-AO bits from cookie_v[46]_check() to tcp_ao_syncookie().Kuniyuki Iwashima2-5/+2
2023-11-30tcp: Don't initialise tp->tsoffset in tcp_get_cookie_sock().Kuniyuki Iwashima1-1/+1
2023-11-30tcp: Don't pass cookie to __cookie_v[46]_check().Kuniyuki Iwashima2-8/+6
2023-11-30net: mana: Fix spelling mistake "enforecement" -> "enforcement"Colin Ian King1-1/+1
2023-11-30mptcp: add mptcpi_subflows_total counterGeliang Tang1-0/+1
2023-11-30Merge tag 'wireless-2023-11-29' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski3-1/+68
2023-11-30Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2-0/+2
2023-11-30bpf, sockmap: af_unix stream sockets need to hold ref for pair sockJohn Fastabend2-0/+2
2023-11-30xsk: Add option to calculate TX checksum in SWStanislav Fomichev2-1/+8
2023-11-30xsk: Validate xsk_tx_metadata flagsStanislav Fomichev1-1/+22
2023-11-30xsk: Add TX timestamp and TX checksum offload supportStanislav Fomichev7-1/+198
2023-11-30xsk: Support tx_metadata_lenStanislav Fomichev3-0/+3
2023-11-29bpf: Add link_info support for uprobe multi linkJiri Olsa1-0/+10
2023-11-28net: page_pool: expose page pool stats via netlinkJakub Kicinski2-6/+21
2023-11-28net: page_pool: report when page pool was destroyedJakub Kicinski2-0/+2
2023-11-28net: page_pool: report amount of memory held by page poolsJakub Kicinski1-0/+2
2023-11-28net: page_pool: add netlink notifications for state changesJakub Kicinski1-0/+4
2023-11-28net: page_pool: implement GET in the netlink APIJakub Kicinski1-0/+10
2023-11-28net: page_pool: stash the NAPI ID for easier accessJakub Kicinski1-0/+1
2023-11-28net: page_pool: record pools per netdevJakub Kicinski4-0/+30
2023-11-28net: page_pool: id the page poolsJakub Kicinski1-0/+4
2023-11-28neighbour: Fix __randomize_layout crash in struct neighbourGustavo A. R. Silva1-1/+1