summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* mlx5: implement VLAN tag XDP hintLarysa Zaremba2023-12-131-1/+1
* net: make vlan_get_tag() return -ENODATA instead of -EINVALLarysa Zaremba2023-12-131-2/+2
* xdp: Add VLAN tag hintLarysa Zaremba2023-12-132-0/+9
* xsk: add functions to fill control bufferMaciej Fijalkowski2023-12-132-0/+19
* ice: Support RX hash XDP hintLarysa Zaremba2023-12-131-0/+3
* bpf: Support uid and gid when mounting bpffsJie Jiang2023-12-131-0/+2
* bpf: use bitfields for simple per-subprog bool flagsAndrii Nakryiko2023-12-111-6/+6
* bpf: tidy up exception callback management a bitAndrii Nakryiko2023-12-111-1/+1
* net, xdp: Allow metadata > 32Aleksander Lobakin2023-12-112-6/+14
* bpf: Add some comments to stack representationAndrei Matei2023-12-081-0/+14
* bpf: Use arch_bpf_trampoline_sizeSong Liu2023-12-061-1/+2
* bpf: Add arch_bpf_trampoline_size()Song Liu2023-12-061-0/+2
* bpf: Add helpers for trampoline image managementSong Liu2023-12-061-0/+5
* bpf: Adjust argument names of arch_prepare_bpf_trampoline()Song Liu2023-12-061-2/+2
* bpf: Let bpf_prog_pack_free handle any pointerSong Liu2023-12-061-1/+1
* bpf: rename MAX_BPF_LINK_TYPE into __MAX_BPF_LINK_TYPE for consistencyAndrii Nakryiko2023-12-061-1/+3
* bpf,lsm: add BPF token LSM hooksAndrii Nakryiko2023-12-063-0/+33
* bpf,lsm: refactor bpf_map_alloc/bpf_map_free LSM hooksAndrii Nakryiko2023-12-062-4/+7
* bpf,lsm: refactor bpf_prog_alloc/bpf_prog_free LSM hooksAndrii Nakryiko2023-12-062-7/+10
* bpf: consistently use BPF token throughout BPF verifier logicAndrii Nakryiko2023-12-062-9/+9
* bpf: take into account BPF token when fetching helper protosAndrii Nakryiko2023-12-061-2/+3
* bpf: add BPF token support to BPF_PROG_LOAD commandAndrii Nakryiko2023-12-062-0/+8
* bpf: add BPF token support to BPF_BTF_LOAD commandAndrii Nakryiko2023-12-061-0/+1
* bpf: add BPF token support to BPF_MAP_CREATE commandAndrii Nakryiko2023-12-062-0/+4
* bpf: introduce BPF token objectAndrii Nakryiko2023-12-062-0/+78
* bpf: add BPF token delegation mount options to BPF FSAndrii Nakryiko2023-12-061-0/+10
* bpf: support non-r10 register spill/fill to/from stack in precision trackingAndrii Nakryiko2023-12-051-4/+27
* bpf: Optimize the free of inner mapHou Tao2023-12-041-0/+2
* bpf: Defer the free of inner map when necessaryHou Tao2023-12-041-1/+6
* bpf: Add map and need_defer parameters to .map_fd_put_ptr()Hou Tao2023-12-041-1/+5
* bpf: enforce exact retval range on subprog/callback exitAndrii Nakryiko2023-12-021-1/+6
* bpf: rearrange bpf_func_state fields to save a bit of memoryAndrii Nakryiko2023-12-021-2/+2
* net: phy: mdio_device: Reset device only when necessaryAndrew Halaney2023-11-301-0/+1
* Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-11-309-4/+238
|\
| * xsk: Add option to calculate TX checksum in SWStanislav Fomichev2023-11-292-1/+8
| * xsk: Validate xsk_tx_metadata flagsStanislav Fomichev2023-11-291-1/+22
| * xsk: Add TX timestamp and TX checksum offload supportStanislav Fomichev2023-11-297-1/+198
| * xsk: Support tx_metadata_lenStanislav Fomichev2023-11-293-0/+3
| * bpf: Add link_info support for uprobe multi linkJiri Olsa2023-11-281-0/+10
| * bpf: Validate global subprogs lazilyAndrii Nakryiko2023-11-241-0/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-11-3013-17/+96
|\ \
| * \ Merge tag 'net-6.7-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-12-016-2/+71
| |\ \
| | * \ Merge tag 'wireless-2023-11-29' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski2023-11-293-1/+68
| | |\ \
| | | * | wifi: cfg80211: add locked debugfs wrappersJohannes Berg2023-11-271-0/+46
| | | * | debugfs: add API to allow debugfs operations cancellationJohannes Berg2023-11-271-0/+19
| | | * | wifi: avoid offset calculation on NULL pointerMichael-CY Lee2023-11-241-1/+3
| | * | | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-11-292-0/+2
| | |\ \ \
| | | * | | bpf, sockmap: af_unix stream sockets need to hold ref for pair sockJohn Fastabend2023-11-302-0/+2
| | * | | | neighbour: Fix __randomize_layout crash in struct neighbourGustavo A. R. Silva2023-11-281-1/+1
| | |/ / /
| * | | | Merge tag 'media/v6.7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds2023-11-271-1/+1
| |\ \ \ \