summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-11-25docs/bpf: Update btf selftests program and add linkRong Tao1-1/+6
2022-11-25bpf: Don't mark arguments to fentry/fexit programs as trusted.Alexei Starovoitov2-6/+13
2022-11-24Merge branch 'bpf: Add bpf_rcu_read_lock() support'Alexei Starovoitov12-35/+621
2022-11-24selftests/bpf: Add tests for bpf_rcu_read_lock()Yonghong Song4-0/+450
2022-11-24bpf: Add kfunc bpf_rcu_read_lock/unlock()Yonghong Song5-30/+155
2022-11-24bpf: Introduce might_sleep field in bpf_func_protoYonghong Song5-4/+14
2022-11-24compiler_types: Define __rcu as __attribute__((btf_type_tag("rcu")))Yonghong Song1-1/+2
2022-11-24net: use %pS for kfree_skb tracing event locationStanislav Fomichev1-1/+1
2022-11-24Merge branch 'bonding-fix-bond-recovery-in-mode-2'Jakub Kicinski6-3/+210
2022-11-24bonding: fix link recovery in mode 2 when updelay is nonzeroJonathan Toppins1-1/+10
2022-11-24selftests: bonding: up/down delay w/ slave link flappingJonathan Toppins5-2/+200
2022-11-24ethtool: avoiding integer overflow in ethtool_phys_id()Maxim Korotkov1-1/+2
2022-11-24selftests/bpf: Add selftests for bpf_task_from_pid()David Vernet4-0/+91
2022-11-24bpf: Add bpf_task_from_pid() kfuncDavid Vernet1-1/+20
2022-11-24bpf: Unify and simplify btf_func_proto_check error handlingStanislav Fomichev1-9/+5
2022-11-24bpf: Update bpf_{g,s}etsockopt() documentationJi Rongfeng2-19/+25
2022-11-24docs/bpf: Fix sphinx warnings in BPF map docsDonald Hunter5-20/+99
2022-11-24selftests/bpf: Add reproducer for decl_tag in func_proto argumentStanislav Fomichev1-0/+14
2022-11-24bpf: Prevent decl_tag from being referenced in func_proto argStanislav Fomichev1-0/+5
2022-11-24docs/bpf: Document BPF_MAP_TYPE_BLOOM_FILTERDonald Hunter1-0/+174
2022-11-24docs/bpf: Fix sphinx warnings for devmapMaryam Tahhan1-26/+42
2022-11-24docs/bpf: Fix sphinx warnings for cpumapMaryam Tahhan1-22/+34
2022-11-24docs/bpf: Add table of BPF program types to libbpf docsDonald Hunter3-0/+209
2022-11-24bpf: Fix a BTF_ID_LIST bug with CONFIG_DEBUG_INFO_BTF not setYonghong Song1-1/+1
2022-11-23Merge branch 'net-complete-conversion-to-i2c_probe_new'Jakub Kicinski12-36/+25
2022-11-23nfc: st21nfca: i2c: Convert to i2c's .probe_new()Uwe Kleine-König1-3/+2
2022-11-23nfc: st-nci: Convert to i2c's .probe_new()Uwe Kleine-König1-3/+2
2022-11-23nfc: s3fwrn5: Convert to i2c's .probe_new()Uwe Kleine-König1-3/+2
2022-11-23nfc: pn544: Convert to i2c's .probe_new()Uwe Kleine-König1-3/+2
2022-11-23nfc: pn533: Convert to i2c's .probe_new()Uwe Kleine-König1-3/+2
2022-11-23NFC: nxp-nci: Convert to i2c's .probe_new()Uwe Kleine-König1-3/+2
2022-11-23nfc: mrvl: Convert to i2c's .probe_new()Uwe Kleine-König1-3/+2
2022-11-23nfc: microread: Convert to i2c's .probe_new()Uwe Kleine-König1-3/+2
2022-11-23net/mlxsw: Convert to i2c's .probe_new()Uwe Kleine-König1-3/+3
2022-11-23net: dsa: xrs700x: Convert to i2c's .probe_new()Uwe Kleine-König1-3/+2
2022-11-23net: dsa: microchip: ksz9477: Convert to i2c's .probe_new()Uwe Kleine-König1-3/+2
2022-11-23net: dsa: lan9303: Convert to i2c's .probe_new()Uwe Kleine-König1-3/+2
2022-11-23selftests/bpf: Mount debugfs in setns_by_fdStanislav Fomichev4-3/+7
2022-11-23bpf: Don't use idx variable when registering kfunc dtorsDavid Vernet1-5/+5
2022-11-23ice: Use ICE_RLAN_BASE_S instead of magic numberAnatolii Gerasymenko1-1/+1
2022-11-23ice: Fix configuring VIRTCHNL_OP_CONFIG_VSI_QUEUES with unbalanced queuesMarcin Szycik1-20/+17
2022-11-23ice: Accumulate ring statistics over resetBenjamin Mikailenko9-61/+351
2022-11-23ice: Accumulate HW and Netdev statistics over resetBenjamin Mikailenko4-4/+37
2022-11-23ice: Remove and replace ice speed defines with ethtool.h versionsBrett Creeley5-109/+69
2022-11-23ice: Check for PTP HW lock more frequentlyKarol Kolacinski1-5/+7
2022-11-23sfc: ensure type is valid before updating seen_genEdward Cree1-7/+9
2022-11-23ppp: associate skb with a device at txStanislav Fomichev1-0/+2
2022-11-23Documentation: devlink: Add blank line padding on numbered lists in Devlink P...Bagas Sanjaya1-4/+9
2022-11-23Merge branch 'revert-veth-avoid-drop-packets-when-xdp_redirect-performs-and-i...Jakub Kicinski1-76/+12
2022-11-23Revert "veth: Avoid drop packets when xdp_redirect performs"Heng Qi1-76/+12