summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* net: Don't include filter.h from net/sock.hJakub Kicinski2021-12-296-1/+7
* bpf: Add MEM_RDONLY for helper args that are pointers to rdonly mem.Hao Luo2021-12-181-1/+3
* bpf: Convert PTR_TO_MEM_OR_NULL to composable types.Hao Luo2021-12-181-1/+0
* bpf: Introduce MEM_RDONLY flagHao Luo2021-12-181-3/+5
* bpf: Replace PTR_TO_XXX_OR_NULL with PTR_TO_XXX | PTR_MAYBE_NULLHao Luo2021-12-182-9/+13
* bpf: Replace RET_XXX_OR_NULL with RET_XXX | PTR_MAYBE_NULLHao Luo2021-12-181-7/+12
* bpf: Replace ARG_XXX_OR_NULL with ARG_XXX | PTR_MAYBE_NULLHao Luo2021-12-181-6/+9
* bpf: Introduce composable reg, ret and arg types.Hao Luo2021-12-182-0/+55
* bpf: Right align verifier states in verifier logs.Christy Lee2021-12-161-0/+3
* bpf: Only print scratched registers and stack slots to verifier logs.Christy Lee2021-12-161-0/+7
* bpf: Remove the cgroup -> bpf header dependecyJakub Kicinski2021-12-163-57/+72
* add includes masked by cgroup -> bpf dependencyJakub Kicinski2021-12-161-0/+1
* xsk: Wipe out dead zero_copy_allocator declarationsMaciej Fijalkowski2021-12-141-1/+0
* bpf: Let bpf_warn_invalid_xdp_action() report more infoPaolo Abeni2021-12-131-1/+1
* bpf: Add get_func_[arg|ret|arg_cnt] helpersJiri Olsa2021-12-132-0/+33
* bpf: Add bpf_strncmp helperHou Tao2021-12-112-0/+12
* net: ocelot: add FDMA supportClément Léger2021-12-101-0/+3
* net: ocelot: add and export ocelot_ptp_rx_timestamp()Clément Léger2021-12-101-0/+2
* net: ocelot: export ocelot_ifh_port_set() to setup IFHClément Léger2021-12-101-0/+1
* net: ocelot: fix missed include in the vsc7514_regs.h fileColin Foster2021-12-101-0/+2
* sock: Use sock_owned_by_user_nocheck() instead of sk_lock.owned.Kuniyuki Iwashima2021-12-101-11/+12
* Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2021-12-104-7/+205
|\
| * bpf: Disallow BPF_LOG_KERNEL log level for bpf(BPF_BTF_LOAD)Hou Tao2021-12-041-0/+7
| * bpf: Pass a set of bpf_core_relo-s to prog_load command.Alexei Starovoitov2021-12-022-1/+66
| * bpf: Define enum bpf_core_relo_kind as uapi.Alexei Starovoitov2021-12-021-0/+19
| * bpf: Prepare relo_core.c for kernel duty.Alexei Starovoitov2021-12-021-0/+81
| * bpf: Rename btf_member accessors.Alexei Starovoitov2021-12-021-4/+4
| * bpf: Add bpf_loop helperJoanne Koong2021-11-302-0/+26
| * bpf: Change value of MAX_TAIL_CALL_CNT from 32 to 33Tiezhu Yang2021-11-162-2/+2
* | xfrm: add net device refcount tracker to struct xfrm_state_offloadEric Dumazet2021-12-101-1/+2
* | net: sched: add netns refcount tracker to struct tcf_extsEric Dumazet2021-12-101-2/+6
* | net: add netns refcount tracker to struct seq_net_privateEric Dumazet2021-12-101-1/+2
* | net: add netns refcount tracker to struct sockEric Dumazet2021-12-101-0/+2
* | net: add networking namespace refcount trackerEric Dumazet2021-12-103-8/+53
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-12-0913-40/+61
|\ \
| * \ Merge tag 'net-5.16-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-12-099-32/+38
| |\ \
| | * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfJakub Kicinski2021-12-081-3/+3
| | |\ \
| | | * | netfilter: conntrack: annotate data-races around ct->timeoutEric Dumazet2021-12-081-3/+3
| | * | | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2021-12-085-23/+15
| | |\ \ \
| | | * | | treewide: Add missing includes masked by cgroup -> bpf dependencyJakub Kicinski2021-12-033-2/+2
| | | * | | bpf: Make CONFIG_DEBUG_INFO_BTF depend upon CONFIG_BPF_SYSCALLKumar Kartikeya Dwivedi2021-12-021-4/+10
| | | * | | bpf: Make sure bpf_disable_instrumentation() is safe vs preemption.Sebastian Andrzej Siewior2021-11-302-17/+2
| | | * | | bpf, x86: Fix "no previous prototype" warningBjörn Töpel2021-11-171-0/+1
| | * | | | net: phy: Remove unnecessary indentation in the comments of phy_deviceYanteng Si2021-12-071-5/+6
| | * | | | bonding: make tx_rebalance_counter an atomicEric Dumazet2021-12-031-1/+1
| | * | | | tcp: fix another uninit-value (sk_rx_queue_mapping)Eric Dumazet2021-12-031-0/+13
| * | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid...Linus Torvalds2021-12-091-0/+5
| |\ \ \ \ \
| | * | | | | HID: add hid_is_usb() function to make it simpler for USB detectionGreg Kroah-Hartman2021-12-021-0/+5
| * | | | | | Merge tag 'regulator-fix-v5.16-rc4' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2021-12-061-6/+8
| |\ \ \ \ \ \
| | * | | | | | regulator: Update protection IRQ helper docsMatti Vaittinen2021-11-181-6/+8