summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-06-17ice: remove redundant continue statement in a for-loopColin Ian King1-6/+4
2021-06-17net: ice: ptp: fix compilation warning if PTP_1588_CLOCK is disabledLorenzo Bianconi1-1/+1
2021-06-17ice: remove unnecessary NULL checks before ptp_read_system_*Jacob Keller1-8/+4
2021-06-17ice: Remove the repeated declarationShaokun Zhang1-1/+0
2021-06-17ice: remove local variablePaul M Stillwell Jr1-2/+1
2021-06-17ice: reduce scope of variablesPaul M Stillwell Jr2-6/+6
2021-06-17ice: mark PTYPE 2 as reservedJacob Keller1-1/+1
2021-06-17ice: fix incorrect payload indicator on PTYPEJacob Keller1-1/+1
2021-06-17selftests/bpf: Fix selftests build with old system-wide headersAndrii Nakryiko1-0/+4
2021-06-17bpf: Fix up register-based shifts in interpreter to silence KUBSANDaniel Borkmann1-18/+43
2021-06-16libbpf: Fail compilation if target arch is missingLorenz Bauer1-4/+42
2021-06-16samples/bpf: Add missing option to xdp_sample_pkts usageWang Hai1-1/+2
2021-06-16samples/bpf: Add missing option to xdp_fwd usageWang Hai1-0/+2
2021-06-16bpf: Fix typo in kernel/bpf/bpf_lsm.cShuyi Cheng1-1/+1
2021-06-16selftests/bpf: Whitelist test_progs.h from .gitignoreDaniel Xu1-0/+1
2021-06-16Merge tag 'wireless-drivers-next-2021-06-16' of git://git.kernel.org/pub/scm/...David S. Miller87-477/+1380
2021-06-16Merge branch 'marvell-prestera-flower-match-all'David S. Miller13-2/+1770
2021-06-16net: marvell: prestera: Add matchall supportSerhiy Boiko10-1/+367
2021-06-16net: marvell: Implement TC flower offloadSerhiy Boiko11-2/+1404
2021-06-16Merge branch 'net-smc-stats'David S. Miller12-21/+917
2021-06-16net/smc: Make SMC statistics network namespace awareGuvenc Gulce8-108/+163
2021-06-16net/smc: Add netlink support for SMC fallback statisticsGuvenc Gulce5-1/+113
2021-06-16net/smc: Add netlink support for SMC statisticsGuvenc Gulce4-0/+355
2021-06-16net/smc: Add SMC statistics supportGuvenc Gulce7-21/+395
2021-06-16mlxsw: spectrum_router: remove redundant continue statementColin Ian King1-1/+0
2021-06-16Merge branch 'nfp-ct-part-two'David S. Miller4-20/+819
2021-06-16nfp: flower-ct: implement action_merge checkLouis Peens1-0/+119
2021-06-16nfp: flower-ct: fill ct metadata check functionLouis Peens1-5/+32
2021-06-16nfp: flower-ct: fill in ct merge check functionLouis Peens2-0/+190
2021-06-16nfp: flower-ct: implement code to save merge of tc and nft flowsLouis Peens1-0/+187
2021-06-16nfp: flower-ct: add nft_merge tableLouis Peens3-0/+49
2021-06-16nfp: flower-ct: make a full copy of the rule when it is a NFT flowYinjun Zhang1-12/+46
2021-06-16nfp: flower-ct: add nft flows to nft listLouis Peens3-1/+77
2021-06-16nfp: flower-ct: add nft callback stubsLouis Peens2-1/+73
2021-06-16nfp: flower-ct: add delete flow handling for ctLouis Peens3-4/+49
2021-06-16Merge branch 'net-phy-cleanups'David S. Miller21-65/+78
2021-06-16net: phy: replace if-else statements with switchWeihang Li1-4/+9
2021-06-16net: phy: remove unnecessary line continuationWenpeng Liang2-6/+6
2021-06-16net: phy: print the function name by __func__ instead of an fixed stringWenpeng Liang1-2/+2
2021-06-16net: phy: fix formatting issues with bracesWenpeng Liang4-12/+9
2021-06-16net: phy: fix space alignment issuesWenpeng Liang4-25/+25
2021-06-16net: phy: delete repeated words of commentsWenpeng Liang2-2/+2
2021-06-16net: phy: correct format of block commentsWenpeng Liang5-9/+16
2021-06-16net: phy: change format of some declarationsWenpeng Liang5-5/+9
2021-06-16net: qualcomm: rmnet: Remove some unneeded castsSubash Abhinov Kasiviswanathan1-6/+5
2021-06-16net: iosm: remove the repeated declaration and commentShaokun Zhang1-10/+0
2021-06-16net: dsa: xrs700x: forward HSR supervision framesGeorge McCollister1-8/+19
2021-06-16net: qualcomm: rmnet: Allow partial updates of IFLA_FLAGSBjorn Andersson1-2/+4
2021-06-16net: hsr: don't check sequence number if tag removal is offloadedGeorge McCollister1-1/+2
2021-06-16net: stmmac: Fix error return code in ingenic_mac_probe()Wei Yongjun1-0/+1