summaryrefslogtreecommitdiffstats
path: root/kernel (unfollow)
Commit message (Expand)AuthorFilesLines
2021-12-12bpf: Silence coverity false positive warning.Alexei Starovoitov1-4/+4
2021-12-12bpf: Use kmemdup() to replace kmalloc + memcpyJiapeng Chong1-2/+1
2021-12-12selftests/bpf: Add test cases for bpf_strncmp()Hou Tao2-0/+221
2021-12-12selftests/bpf: Add benchmark for bpf_strncmp() helperHou Tao5-1/+232
2021-12-12selftests/bpf: Fix checkpatch error on empty function parameterHou Tao6-33/+34
2021-12-12bpf: Add bpf_strncmp helperHou Tao4-0/+39
2021-12-12libbpf: Fix gen_loader assumption on number of programs.Alexei Starovoitov1-2/+3
2021-12-11net: ocelot: add FDMA supportClément Léger6-4/+1095
2021-12-11net: ocelot: add support for ndo_change_mtuClément Léger2-0/+16
2021-12-11net: ocelot: add and export ocelot_ptp_rx_timestamp()Clément Léger2-17/+26
2021-12-11net: ocelot: export ocelot_ifh_port_set() to setup IFHClément Léger2-5/+14
2021-12-11net: wwan: iosm: correct open parenthesis alignmentM Chetan Kumar1-1/+1
2021-12-11net: wwan: iosm: removed unused function declM Chetan Kumar1-10/+0
2021-12-11net: wwan: iosm: release data channel in case no active IP sessionM Chetan Kumar4-21/+27
2021-12-11net: wwan: iosm: set tx queue lenM Chetan Kumar1-1/+2
2021-12-11net: ocelot: fix missed include in the vsc7514_regs.h fileColin Foster1-0/+2
2021-12-11net: bna: Update supported link modesErik Ekman1-11/+11
2021-12-11sock: Use sock_owned_by_user_nocheck() instead of sk_lock.owned.Kuniyuki Iwashima3-14/+15
2021-12-11libbpf: Add "bool skipped" to struct bpf_mapShuyi Cheng1-3/+8
2021-12-11libbpf: Fix typo in btf__dedup@LIBBPF_0.0.2 definitionVincent Minet1-1/+1
2021-12-11bpftool: Switch bpf_object__load_xattr() to bpf_object__load()Andrii Nakryiko3-29/+21
2021-12-11selftests/bpf: Remove the only use of deprecated bpf_object__load_xattr()Andrii Nakryiko1-5/+5
2021-12-11selftests/bpf: Add test for libbpf's custom log_buf behaviorAndrii Nakryiko2-0/+300
2021-12-11selftests/bpf: Replace all uses of bpf_load_btf() with bpf_btf_load()Andrii Nakryiko3-22/+32
2021-12-11libbpf: Deprecate bpf_object__load_xattr()Andrii Nakryiko2-13/+11
2021-12-11libbpf: Add per-program log buffer setter and getterAndrii Nakryiko3-17/+84
2021-12-11libbpf: Preserve kernel error code and remove kprobe prog type guessingAndrii Nakryiko1-17/+2
2021-12-11libbpf: Improve logging around BPF program loadingAndrii Nakryiko2-21/+23
2021-12-11libbpf: Allow passing user log setting through bpf_object_open_optsAndrii Nakryiko3-3/+65
2021-12-11libbpf: Allow passing preallocated log_buf when loading BTF into kernelAndrii Nakryiko2-23/+56
2021-12-11libbpf: Add OPTS-based bpf_btf_load() APIAndrii Nakryiko4-12/+69
2021-12-11libbpf: Fix bpf_prog_load() log_buf logic for log_level 0Andrii Nakryiko1-13/+16
2021-12-10selftests: mptcp: remove duplicate include in mptcp_inq.cYe Guojin1-1/+0
2021-12-10xfrm: add net device refcount tracker to struct xfrm_state_offloadEric Dumazet2-2/+4
2021-12-10ppp: add netns refcount trackerEric Dumazet1-2/+3
2021-12-10l2tp: add netns refcount tracker to l2tp_dfs_seq_dataEric Dumazet1-4/+5
2021-12-10net: sched: add netns refcount tracker to struct tcf_extsEric Dumazet1-2/+6
2021-12-10net: add netns refcount tracker to struct seq_net_privateEric Dumazet2-4/+18
2021-12-10net: add netns refcount tracker to struct sockEric Dumazet2-3/+5
2021-12-10net: add networking namespace refcount trackerEric Dumazet5-8/+65
2021-12-10sh_eth: Use dev_err_probe() helperGeert Uytterhoeven1-2/+1
2021-12-10net: x25: drop harmless check of !moreJean Sacren1-1/+1
2021-12-09skbuff: Extract list pointers to silence compiler warningsKees Cook1-8/+10
2021-12-09net: phy: prefer 1000baseT over 1000baseKXRussell King (Oracle)1-1/+1
2021-12-09xfrm: use net device refcount tracker helpersEric Dumazet2-3/+3
2021-12-09net: ag71xx: remove unnecessary legacy methodsRussell King (Oracle)1-13/+0
2021-12-09net: phylink: use legacy_pre_march2020Russell King (Oracle)2-6/+23
2021-12-09net: mtk_eth_soc: mark as a legacy_pre_march2020 driverRussell King (Oracle)1-0/+4
2021-12-09net: dsa: mark DSA phylink as legacy_pre_march2020Russell King (Oracle)1-0/+7
2021-12-09net: phylink: add legacy_pre_march2020 indicatorRussell King (Oracle)1-0/+3