summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-03-08netfilter: move br_nf_check_hbh_len to utilsXin Long3-54/+55
2023-03-08netfilter: bridge: move pskb_trim_rcsum out of br_nf_check_hbh_lenXin Long1-19/+14
2023-03-08netfilter: bridge: check len before accessing more nh dataXin Long1-25/+20
2023-03-08netfilter: bridge: call pskb_may_pull in br_nf_check_hbh_lenXin Long1-5/+9
2023-03-08netfilter: bridge: introduce broute meta statementSriram Yagnaraman2-3/+70
2023-03-08dt-bindings: net: dsa: mediatek,mt7530: change some descriptions to literalArınç ÜNAL1-3/+3
2023-03-08emulex/benet: clean up some inconsistent indentingJiapeng Chong1-13/+14
2023-03-08net/mlx4_en: Replace fake flex-array with flexible-array memberGustavo A. R. Silva1-1/+1
2023-03-08Merge branch 'r8169-disable-ASPM-during-NAPI-poll'David S. Miller1-45/+100
2023-03-08r8169: remove ASPM restrictions now that ASPM is disabled during NAPI pollHeiner Kallweit1-26/+1
2023-03-08r8169: disable ASPM during NAPI pollHeiner Kallweit1-1/+10
2023-03-08r8169: prepare rtl_hw_aspm_clkreq_enable for usage in atomic contextHeiner Kallweit1-2/+3
2023-03-08r8169: enable cfg9346 config register access in atomic contextHeiner Kallweit1-2/+16
2023-03-08r8169: use spinlock to protect access to registers Config2 and Config5Heiner Kallweit1-10/+37
2023-03-08r8169: use spinlock to protect mac ocp register accessHeiner Kallweit1-4/+33
2023-03-08net-timestamp: extend SOF_TIMESTAMPING_OPT_ID to HW timestampsVadim Fedorenko2-2/+2
2023-03-08netxen_nic: Replace fake flex-array with flexible-array memberGustavo A. R. Silva1-1/+1
2023-03-08net: phy: smsc: simplify lan95xx_config_aneg_extHeiner Kallweit1-10/+7
2023-03-08net: remove enum skb_free_reasonEric Dumazet2-22/+16
2023-03-08net: phy: improve phy_read_poll_timeoutHeiner Kallweit1-3/+2
2023-03-07Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski131-1792/+7102
2023-03-06Merge branch 'libbpf: allow users to set kprobe/uprobe attach mode'Andrii Nakryiko6-143/+357
2023-03-06selftests/bpf: Add test for legacy/perf kprobe/uprobe attach modeMenglong Dong3-41/+81
2023-03-06selftests/bpf: Split test_attach_probe into multi subtestsMenglong Dong3-101/+205
2023-03-06libbpf: Add support to set kprobe/uprobe attach modeMenglong Dong2-14/+84
2023-03-06tools/resolve_btfids: Add /libsubcmd to .gitignoreRong Tao1-0/+1
2023-03-04bpf: add support for fixed-size memory pointer returns for kfuncsAndrii Nakryiko1-0/+8
2023-03-04bpf: generalize dynptr_get_spi to be usable for itersAndrii Nakryiko1-6/+12
2023-03-04bpf: mark PTR_TO_MEM as non-null register typeAndrii Nakryiko1-1/+2
2023-03-04bpf: move kfunc_call_arg_meta higher in the fileAndrii Nakryiko1-35/+35
2023-03-04bpf: ensure that r0 is marked scratched after any function callAndrii Nakryiko1-0/+2
2023-03-04bpf: fix visit_insn()'s detection of BPF_FUNC_timer_set_callback helperAndrii Nakryiko1-1/+1
2023-03-04bpf: clean up visit_insn()'s instruction processingAndrii Nakryiko1-13/+12
2023-03-04selftests/bpf: adjust log_fixup's buffer size for proper truncationAndrii Nakryiko1-1/+1
2023-03-04bpf: honor env->test_state_freq flag in is_state_visited()Andrii Nakryiko1-1/+2
2023-03-04selftests/bpf: enhance align selftest's expected log matchingAndrii Nakryiko1-6/+12
2023-03-04bpf: improve regsafe() checks for PTR_TO_{MEM,BUF,TP_BUFFER}Andrii Nakryiko1-1/+5
2023-03-04bpf: improve stack slot state printingAndrii Nakryiko1-26/+49
2023-03-04Merge branch 'bpf: allow ctx writes using BPF_ST_MEM instruction'Alexei Starovoitov9-124/+1069
2023-03-04selftests/bpf: Disassembler tests for verifier.c:convert_ctx_access()Eduard Zingerman4-1/+920
2023-03-04selftests/bpf: test if pointer type is tracked for BPF_ST_MEMEduard Zingerman1-0/+23
2023-03-04bpf: allow ctx writes using BPF_ST_MEM instructionEduard Zingerman4-123/+126
2023-03-03bpf: Use separate RCU callbacks for freeing selemKumar Kartikeya Dwivedi2-36/+49
2023-03-03Merge branch 'bpf-kptr-rcu'Daniel Borkmann31-151/+284
2023-03-03bpf: Refactor RCU enforcement in the verifier.Alexei Starovoitov12-110/+173
2023-03-03selftests/bpf: Tweak cgroup kfunc test.Alexei Starovoitov1-1/+11
2023-03-03selftests/bpf: Add a test case for kptr_rcu.Alexei Starovoitov1-0/+12
2023-03-03bpf: Introduce kptr_rcu.Alexei Starovoitov9-23/+65
2023-03-03bpf: Mark cgroups and dfl_cgrp fields as trusted.Alexei Starovoitov1-0/+6
2023-03-03bpf: Rename __kptr_ref -> __kptr and __kptr -> __kptr_untrusted.Alexei Starovoitov14-30/+30