summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2023-12-08bpf: Add some comments to stack representationAndrei Matei
2023-12-06bpf: Use arch_bpf_trampoline_sizeSong Liu
2023-12-06bpf: Add arch_bpf_trampoline_size()Song Liu
2023-12-06bpf: Add helpers for trampoline image managementSong Liu
2023-12-06bpf: Adjust argument names of arch_prepare_bpf_trampoline()Song Liu
2023-12-06bpf: Let bpf_prog_pack_free handle any pointerSong Liu
2023-12-06bpf: rename MAX_BPF_LINK_TYPE into __MAX_BPF_LINK_TYPE for consistencyAndrii Nakryiko
2023-12-06bpf,lsm: add BPF token LSM hooksAndrii Nakryiko
2023-12-06bpf,lsm: refactor bpf_map_alloc/bpf_map_free LSM hooksAndrii Nakryiko
2023-12-06bpf,lsm: refactor bpf_prog_alloc/bpf_prog_free LSM hooksAndrii Nakryiko
2023-12-06bpf: consistently use BPF token throughout BPF verifier logicAndrii Nakryiko
2023-12-06bpf: take into account BPF token when fetching helper protosAndrii Nakryiko
2023-12-06bpf: add BPF token support to BPF_PROG_LOAD commandAndrii Nakryiko
2023-12-06bpf: add BPF token support to BPF_BTF_LOAD commandAndrii Nakryiko
2023-12-06bpf: add BPF token support to BPF_MAP_CREATE commandAndrii Nakryiko
2023-12-06bpf: introduce BPF token objectAndrii Nakryiko
2023-12-06bpf: add BPF token delegation mount options to BPF FSAndrii Nakryiko
2023-12-05bpf: support non-r10 register spill/fill to/from stack in precision trackingAndrii Nakryiko
2023-12-04bpf: Optimize the free of inner mapHou Tao
2023-12-04bpf: Defer the free of inner map when necessaryHou Tao
2023-12-04bpf: Add map and need_defer parameters to .map_fd_put_ptr()Hou Tao
2023-12-02bpf: enforce exact retval range on subprog/callback exitAndrii Nakryiko
2023-12-02bpf: rearrange bpf_func_state fields to save a bit of memoryAndrii Nakryiko
2023-11-30net: phy: mdio_device: Reset device only when necessaryAndrew Halaney
2023-11-30Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2023-11-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-12-01Merge tag 'net-6.7-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2023-11-29tcp: Factorise cookie-dependent fields initialisation in cookie_v[46]_check()Kuniyuki Iwashima
2023-11-29tcp: Move TCP-AO bits from cookie_v[46]_check() to tcp_ao_syncookie().Kuniyuki Iwashima
2023-11-29tcp: Don't initialise tp->tsoffset in tcp_get_cookie_sock().Kuniyuki Iwashima
2023-11-29tcp: Don't pass cookie to __cookie_v[46]_check().Kuniyuki Iwashima
2023-11-29net: mana: Fix spelling mistake "enforecement" -> "enforcement"Colin Ian King
2023-11-29mptcp: add mptcpi_subflows_total counterGeliang Tang
2023-11-29Merge tag 'wireless-2023-11-29' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski
2023-11-29Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2023-11-30bpf, sockmap: af_unix stream sockets need to hold ref for pair sockJohn Fastabend
2023-11-29xsk: Add option to calculate TX checksum in SWStanislav Fomichev
2023-11-29xsk: Validate xsk_tx_metadata flagsStanislav Fomichev
2023-11-29xsk: Add TX timestamp and TX checksum offload supportStanislav Fomichev
2023-11-29xsk: Support tx_metadata_lenStanislav Fomichev
2023-11-28bpf: Add link_info support for uprobe multi linkJiri Olsa
2023-11-28net: page_pool: expose page pool stats via netlinkJakub Kicinski
2023-11-28net: page_pool: report when page pool was destroyedJakub Kicinski
2023-11-28net: page_pool: report amount of memory held by page poolsJakub Kicinski
2023-11-28net: page_pool: add netlink notifications for state changesJakub Kicinski
2023-11-28net: page_pool: implement GET in the netlink APIJakub Kicinski
2023-11-28net: page_pool: stash the NAPI ID for easier accessJakub Kicinski
2023-11-28net: page_pool: record pools per netdevJakub Kicinski
2023-11-28net: page_pool: id the page poolsJakub Kicinski
2023-11-28neighbour: Fix __randomize_layout crash in struct neighbourGustavo A. R. Silva