summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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-11Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski181-2562/+5747
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-11Merge branch 'Enhance and rework logging controls in libbpf'Alexei Starovoitov18-174/+683
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-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-10sh_eth: Use dev_err_probe() helperGeert Uytterhoeven1-2/+1
2021-12-10net: x25: drop harmless check of !moreJean Sacren1-1/+1
2021-12-10Merge 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
2021-12-09xfrm: use net device refcount tracker helpersEric Dumazet2-3/+3
2021-12-09Merge tag 'net-5.16-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds100-383/+1370
2021-12-09Merge branch 'net-phylink-introduce-legacy-mode-flag'Jakub Kicinski5-19/+37
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
2021-12-09Merge tag 'mtd/fixes-for-5.16-rc5' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds4-12/+40
2021-12-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid...Linus Torvalds36-36/+146
2021-12-09Merge tag 'netfs-fixes-20211207' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-13/+8
2021-12-09tools/lib/lockdep: drop leftover liblockdep headersSasha Levin7-176/+0
2021-12-09samples/bpf: Remove unneeded variableMinghao Chi1-3/+1