summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-12-11bpf: Use kmemdup() to replace kmalloc + memcpyJiapeng Chong1-2/+1
2021-12-11Merge branch 'introduce bpf_strncmp() helper'Alexei Starovoitov16-34/+526
2021-12-11selftests/bpf: Add test cases for bpf_strncmp()Hou Tao2-0/+221
2021-12-11selftests/bpf: Add benchmark for bpf_strncmp() helperHou Tao5-1/+232
2021-12-11selftests/bpf: Fix checkpatch error on empty function parameterHou Tao6-33/+34
2021-12-11bpf: Add bpf_strncmp helperHou Tao4-0/+39
2021-12-11libbpf: Fix gen_loader assumption on number of programs.Alexei Starovoitov1-2/+3
2021-12-10Merge branch 'add-fdma-support-on-ocelot-switch-driver'Jakub Kicinski8-26/+1151
2021-12-10net: ocelot: add FDMA supportClément Léger6-4/+1095
2021-12-10net: ocelot: add support for ndo_change_mtuClément Léger2-0/+16
2021-12-10net: ocelot: add and export ocelot_ptp_rx_timestamp()Clément Léger2-17/+26
2021-12-10net: ocelot: export ocelot_ifh_port_set() to setup IFHClément Léger2-5/+14
2021-12-10Merge branch 'net-wwan-iosm-improvements'Jakub Kicinski7-33/+30
2021-12-10net: wwan: iosm: correct open parenthesis alignmentM Chetan Kumar1-1/+1
2021-12-10net: wwan: iosm: removed unused function declM Chetan Kumar1-10/+0
2021-12-10net: wwan: iosm: release data channel in case no active IP sessionM Chetan Kumar4-21/+27
2021-12-10net: wwan: iosm: set tx queue lenM Chetan Kumar1-1/+2
2021-12-10net: ocelot: fix missed include in the vsc7514_regs.h fileColin Foster1-0/+2
2021-12-10net: bna: Update supported link modesErik Ekman1-11/+11
2021-12-10sock: Use sock_owned_by_user_nocheck() instead of sk_lock.owned.Kuniyuki Iwashima3-14/+15
2021-12-10Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski181-2562/+5747
2021-12-10libbpf: Add "bool skipped" to struct bpf_mapShuyi Cheng1-3/+8
2021-12-10libbpf: Fix typo in btf__dedup@LIBBPF_0.0.2 definitionVincent Minet1-1/+1
2021-12-10Merge branch 'Enhance and rework logging controls in libbpf'Alexei Starovoitov18-174/+683
2021-12-10bpftool: Switch bpf_object__load_xattr() to bpf_object__load()Andrii Nakryiko3-29/+21
2021-12-10selftests/bpf: Remove the only use of deprecated bpf_object__load_xattr()Andrii Nakryiko1-5/+5
2021-12-10selftests/bpf: Add test for libbpf's custom log_buf behaviorAndrii Nakryiko2-0/+300
2021-12-10selftests/bpf: Replace all uses of bpf_load_btf() with bpf_btf_load()Andrii Nakryiko3-22/+32
2021-12-10libbpf: Deprecate bpf_object__load_xattr()Andrii Nakryiko2-13/+11
2021-12-10libbpf: Add per-program log buffer setter and getterAndrii Nakryiko3-17/+84
2021-12-10libbpf: Preserve kernel error code and remove kprobe prog type guessingAndrii Nakryiko1-17/+2
2021-12-10libbpf: Improve logging around BPF program loadingAndrii Nakryiko2-21/+23
2021-12-10libbpf: Allow passing user log setting through bpf_object_open_optsAndrii Nakryiko3-3/+65
2021-12-10libbpf: Allow passing preallocated log_buf when loading BTF into kernelAndrii Nakryiko2-23/+56
2021-12-10libbpf: Add OPTS-based bpf_btf_load() APIAndrii Nakryiko4-12/+69
2021-12-10libbpf: 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-10Merge branch 'net-netns-refcount-tracking-base-series'Jakub Kicinski12-23/+102
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-09sh_eth: Use dev_err_probe() helperGeert Uytterhoeven1-2/+1
2021-12-09net: x25: drop harmless check of !moreJean Sacren1-1/+1
2021-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski294-1243/+2603
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