summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2021-06-17net: mdio: setup of_node for the MDIO deviceIoana Ciornei-0/+1
2021-06-17r8152: store the information of the pipesHayes Wang-5/+13
2021-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller-1247/+4777
2021-06-17Merge branch 'gianfar-64-bit-stats'David S. Miller-25/+125
2021-06-17net: gianfar: Implement rx_missed_errors counterEsben Haabendal-3/+57
2021-06-17net: gianfar: Add definitions for CAR1 and CAM1 register bitsEsben Haabendal-0/+54
2021-06-17net: gianfar: Avoid 16 bytes of memsetEsben Haabendal-1/+1
2021-06-17net: gianfar: Clear CAR registersEsben Haabendal-0/+3
2021-06-17net: gianfar: Extend statistics counters to 64-bitEsben Haabendal-5/+5
2021-06-17net: gianfar: Convert to ndo_get_stats64 interfaceEsben Haabendal-18/+7
2021-06-17net: sched: fix error return code in tcf_del_walker()Yang Yingliang-1/+2
2021-06-17net: ipa: Add missing of_node_put() in ipa_firmware_load()Yang Yingliang-0/+1
2021-06-17net: fix mistake path for netdev_features_stringsJian Shen-3/+3
2021-06-17documentation: networking: devlink: fix prestera.rst formatting that causes b...Oleksandr Mazur-2/+4
2021-06-17net: pcs: xpcs: Fix a less than zero u16 comparison errorColin Ian King-6/+6
2021-06-17selftests/bpf: Fix selftests build with old system-wide headersAndrii Nakryiko-0/+4
2021-06-17bpf: Fix up register-based shifts in interpreter to silence KUBSANDaniel Borkmann-18/+43
2021-06-16libbpf: Fail compilation if target arch is missingLorenz Bauer-4/+42
2021-06-16samples/bpf: Add missing option to xdp_sample_pkts usageWang Hai-1/+2
2021-06-16samples/bpf: Add missing option to xdp_fwd usageWang Hai-0/+2
2021-06-16bpf: Fix typo in kernel/bpf/bpf_lsm.cShuyi Cheng-1/+1
2021-06-16selftests/bpf: Whitelist test_progs.h from .gitignoreDaniel Xu-0/+1
2021-06-16Merge tag 'wireless-drivers-next-2021-06-16' of git://git.kernel.org/pub/scm/...David S. Miller-477/+1380
2021-06-16Merge branch 'marvell-prestera-flower-match-all'David S. Miller-2/+1770
2021-06-16net: marvell: prestera: Add matchall supportSerhiy Boiko-1/+367
2021-06-16net: marvell: Implement TC flower offloadSerhiy Boiko-2/+1404
2021-06-16Merge branch 'net-smc-stats'David S. Miller-21/+917
2021-06-16net/smc: Make SMC statistics network namespace awareGuvenc Gulce-108/+163
2021-06-16net/smc: Add netlink support for SMC fallback statisticsGuvenc Gulce-1/+113
2021-06-16net/smc: Add netlink support for SMC statisticsGuvenc Gulce-0/+355
2021-06-16net/smc: Add SMC statistics supportGuvenc Gulce-21/+395
2021-06-16mlxsw: spectrum_router: remove redundant continue statementColin Ian King-1/+0
2021-06-16Merge branch 'nfp-ct-part-two'David S. Miller-20/+819
2021-06-16nfp: flower-ct: implement action_merge checkLouis Peens-0/+119
2021-06-16nfp: flower-ct: fill ct metadata check functionLouis Peens-5/+32
2021-06-16nfp: flower-ct: fill in ct merge check functionLouis Peens-0/+190
2021-06-16nfp: flower-ct: implement code to save merge of tc and nft flowsLouis Peens-0/+187
2021-06-16nfp: flower-ct: add nft_merge tableLouis Peens-0/+49
2021-06-16nfp: flower-ct: make a full copy of the rule when it is a NFT flowYinjun Zhang-12/+46
2021-06-16nfp: flower-ct: add nft flows to nft listLouis Peens-1/+77
2021-06-16nfp: flower-ct: add nft callback stubsLouis Peens-1/+73
2021-06-16nfp: flower-ct: add delete flow handling for ctLouis Peens-4/+49
2021-06-16Merge branch 'net-phy-cleanups'David S. Miller-65/+78
2021-06-16net: phy: replace if-else statements with switchWeihang Li-4/+9
2021-06-16net: phy: remove unnecessary line continuationWenpeng Liang-6/+6
2021-06-16net: phy: print the function name by __func__ instead of an fixed stringWenpeng Liang-2/+2
2021-06-16net: phy: fix formatting issues with bracesWenpeng Liang-12/+9
2021-06-16net: phy: fix space alignment issuesWenpeng Liang-25/+25
2021-06-16net: phy: delete repeated words of commentsWenpeng Liang-2/+2
2021-06-16net: phy: correct format of block commentsWenpeng Liang-9/+16