summaryrefslogtreecommitdiffstats
path: root/lib/logic_pio.c (unfollow)
Commit message (Expand)AuthorFilesLines
2022-02-28bpf, arm64: Feed byte-offset into bpf line infoHou Tao1-0/+5
2022-02-28bpf, arm64: Call build_prologue() first in first JIT passHou Tao1-5/+8
2022-02-25bpf: Fix issue with bpf preload module taking over stdout/stdin of kernel.Yucong Sun1-0/+7
2022-02-24bpftool: Bpf skeletons assert type sizesDelyan Kratunov1-22/+105
2022-02-24bpf: Cleanup commentsTom Rix9-14/+14
2022-02-23libbpf: Simplify the find_elf_sec_sz() functionYuntao Wang1-4/+2
2022-02-23bpftool: Remove usage of reallocarray()Mauricio Vásquez4-11/+9
2022-02-22scripts/pahole-flags.sh: Parse DWARF and generate BTF with multithreading.Kui-Feng Lee1-0/+3
2022-02-22libbpf: Remove redundant check in btf_fixup_datasec()Yuntao Wang1-1/+1
2022-02-22selftests/bpf: Add test for reg2btf_ids out of bounds accessKumar Kartikeya Dwivedi1-0/+19
2022-02-20selftests/bpf: Fix btfgen testsAndrii Nakryiko3-7/+14
2022-02-20bpf: Initialize ret to 0 inside btf_populate_kfunc_set()Souptick Joarder (HPE)1-1/+1
2022-02-20selftests/bpf: Fix a clang deprecated-declarations compilation errorYonghong Song1-0/+3
2022-02-18bpf: Call maybe_wait_bpf_programs() only once from generic_map_delete_batch()Eric Dumazet1-1/+2
2022-02-18ipv6: annotate some data-races around sk->sk_protEric Dumazet2-8/+22
2022-02-18net/ibmvnic: Cleanup workaround doing an EOI after partition migrationCédric Le Goater1-9/+26
2022-02-18teaming: deliver link-local packets with the link they arrive onjeffreyji1-0/+5
2022-02-18net: dsa: qca8k: mark as non-legacyRussell King (Oracle)1-0/+2
2022-02-18net: dsa: qca8k: move pcs configurationRussell King (Oracle)1-66/+84
2022-02-18net: dsa: qca8k: convert to use phylink_pcsRussell King (Oracle)2-12/+81
2022-02-18net: dsa: qca8k: move qca8k_phylink_mac_link_state()Russell King (Oracle)1-42/+42
2022-02-18net: dsa: qca8k: move qca8k_setup()Russell King (Oracle)1-214/+214
2022-02-18net: dsa: add support for phylink mac_select_pcs()Russell King (Oracle)2-0/+18
2022-02-18net: ethernet: xilinx: cleanup commentsTom Rix5-6/+6
2022-02-18net: gro: Fix a 'directive in macro's argument list' sparse warningGal Pressman1-2/+3
2022-02-18s390/qeth: Remove redundant 'flush_workqueue()' callsXu Wang1-1/+0
2022-02-18net: dsa: delete unused exported symbols for ethtool PHY statsVladimir Oltean2-60/+0
2022-02-18net: add sanity check in proto_register()Eric Dumazet1-0/+4
2022-02-18net: ll_temac: Use GFP_KERNEL instead of GFP_ATOMIC when possibleChristophe JAILLET1-2/+3
2022-02-18net: nixge: Use GFP_KERNEL instead of GFP_ATOMIC when possibleChristophe JAILLET1-2/+3
2022-02-18selftests: mptcp: add csum mib check for mptcp_connectGeliang Tang1-0/+19
2022-02-18selftests: mptcp: join: check for tools only if neededMatthieu Baerts1-18/+20
2022-02-18selftests: mptcp: join: create tmp files only if neededMatthieu Baerts1-13/+24
2022-02-18selftests: mptcp: join: remove unused varsMatthieu Baerts1-4/+1
2022-02-18selftests: mptcp: join: exit after usage()Matthieu Baerts1-1/+12
2022-02-18selftests: mptcp: simplify pm_nl_change_endpointGeliang Tang1-29/+8
2022-02-18selftests: mptcp: increase timeout to 20 minutesMatthieu Baerts1-1/+1
2022-02-17bpf: bpf_prog_pack: Set proper size before freeing ro_headerSong Liu1-0/+1
2022-02-17net: marvell: prestera: handle fib notificationsYevhen Orlov3-0/+427
2022-02-17net: marvell: prestera: add hardware router objects accounting for lpmYevhen Orlov3-7/+170
2022-02-17net: marvell: prestera: Add router LPM ABIYevhen Orlov2-0/+55
2022-02-17selftests/bpf: Fix crash in core_reloc when bpftool btfgen failsYucong Sun1-2/+2
2022-02-17selftests/bpf: Fix vmtest.sh to launch smp vm.Yucong Sun1-1/+1
2022-02-17bonding: force carrier update when releasing slaveZhang Changzhong1-3/+2
2022-02-17bpf: Add schedule points in batch opsEric Dumazet1-0/+3
2022-02-17fs/file_table: fix adding missing kmemleak_not_leak()Luis Chamberlain1-2/+6
2022-02-17nfp: flower: netdev offload check for ip6gretapDanie du Toit1-0/+2
2022-02-17ipv6: fix data-race in fib6_info_hw_flags_set / fib6_purge_rtEric Dumazet3-15/+18
2022-02-17ipv4: fix data races in fib_alias_hw_flags_setEric Dumazet4-18/+21
2022-02-17net: dsa: lan9303: add VLAN IDs to master deviceMans Rullgard2-2/+10