summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* net: change netdev_unregister_timeout_secs min value to 1Dmitry Vyukov2021-03-263-3/+3
* Merge branch 'ipa-reg-versions'David S. Miller2021-03-266-123/+364
|\
| * net: ipa: expand GSI channel typesAlex Elder2021-03-262-8/+32
| * net: ipa: update GSI ring size registersAlex Elder2021-03-262-4/+20
| * net: ipa: GSI register cleanupAlex Elder2021-03-261-5/+9
| * net: ipa: support IPA interrupt addresses for IPA v4.7Alex Elder2021-03-263-52/+150
| * net: ipa: update component config registerAlex Elder2021-03-262-4/+30
| * net: ipa: update IPA register commentsAlex Elder2021-03-261-56/+129
|/
* net: ethernet: mtk_eth_soc: remove unused variable 'count'Qiheng Lin2021-03-261-2/+2
* r8169: remove rtl_hw_start_8168c_3Heiner Kallweit2021-03-261-6/+1
* net: dsa: b53: spi: add missing MODULE_DEVICE_TABLEQinglang Miao2021-03-261-0/+1
* Merge branch 'gve-cleanups'David S. Miller2021-03-261-4/+4
|\
| * net: gve: remove duplicated allowedDaode Huang2021-03-261-1/+1
| * net: gve: convert strlcpy to strscpyDaode Huang2021-03-261-3/+3
|/
* net: ipv4: Fix some typosLu Wei2021-03-261-2/+2
* net: dsa: Fix a typo in tag_rtl4_a.cLu Wei2021-03-261-1/+1
* net: decnet: Fix a typo in dn_nsp_in.cLu Wei2021-03-261-1/+1
* net: core: Fix a typo in dev_addr_lists.cLu Wei2021-03-261-1/+1
* net: ceph: Fix a typo in osdmap.cLu Wei2021-03-261-1/+1
* drivers: net: ethernet: struct sk_buff is declared duplicatelyWan Jiabing2021-03-261-1/+0
* net: bcmgenet: remove unused including <linux/version.h>Zheng Yongjun2021-03-261-1/+0
* qede: remove unused including <linux/version.h>Zheng Yongjun2021-03-261-1/+0
* net: Fix a misspell in socket.cLu Wei2021-03-261-1/+1
* net: usb: lan78xx: remove unused including <linux/version.h>Zheng Yongjun2021-03-261-1/+0
* tipc: add extack messages for bearer/media failureHoang Le2021-03-261-10/+40
* Merge branch 'ethtool-FEC'David S. Miller2021-03-262-10/+38
|\
| * ethtool: clarify the ethtool FEC interfaceJakub Kicinski2021-03-261-7/+30
| * ethtool: fec: sanitize ethtool_fecparam->fecJakub Kicinski2021-03-261-0/+3
| * ethtool: fec: sanitize ethtool_fecparam->active_fecJakub Kicinski2021-03-262-1/+2
| * ethtool: fec: sanitize ethtool_fecparam->reservedJakub Kicinski2021-03-262-1/+6
| * ethtool: fec: remove long structure descriptionJakub Kicinski2021-03-261-4/+0
| * ethtool: fec: fix typo in kdocJakub Kicinski2021-03-261-1/+1
|/
* Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2021-03-2665-738/+3200
|\
| * bpf: Avoid old-style declaration warningsArnd Bergmann2021-03-241-2/+2
| * libbpf: Skip BTF fixup if object file has no BTFAndrii Nakryiko2021-03-231-0/+3
| * bpf: Remove insn_buf[] declaration in inner blockJianlin Lv2021-03-191-1/+0
| * libbpf: Add explicit padding to btf_dump_emit_type_decl_optsKP Singh2021-03-191-0/+1
| * Merge branch 'BPF static linking'Alexei Starovoitov2021-03-1918-424/+2806
| |\
| | * selftests/bpf: Add multi-file statically linked BPF object file testAndrii Nakryiko2021-03-194-3/+119
| | * selftests/bpf: Pass all BPF .o's through BPF static linkerAndrii Nakryiko2021-03-191-5/+6
| | * selftests/bpf: Re-generate vmlinux.h and BPF skeletons if bpftool changedAndrii Nakryiko2021-03-191-2/+3
| | * bpftool: Add `gen object` command to perform BPF static linkingAndrii Nakryiko2021-03-193-16/+100
| | * bpftool: Add ability to specify custom skeleton object nameAndrii Nakryiko2021-03-193-9/+44
| | * libbpf: Add BPF static linker BTF and BTF.ext supportAndrii Nakryiko2021-03-191-2/+767
| | * libbpf: Add BPF static linker APIsAndrii Nakryiko2021-03-196-11/+1215
| | * libbpf: Add generic BTF type shallow copy APIAndrii Nakryiko2021-03-193-0/+51
| | * libbpf: Extract internal set-of-strings datastructure APIsAndrii Nakryiko2021-03-194-195/+259
| | * libbpf: Rename internal memory-management helpersAndrii Nakryiko2021-03-194-21/+21
| | * libbpf: Generalize BTF and BTF.ext type ID and strings iterationAndrii Nakryiko2021-03-192-172/+228
| | * libbpf: Expose btf_type_by_id() internallyAndrii Nakryiko2021-03-192-1/+6
| |/