summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2022-09-23net/mlx5e: Support MACsec offload replay windowEmeel Hakim1-8/+39
2022-09-23net/mlx5e: Support MACsec offload extended packet number (EPN)Emeel Hakim5-7/+443
2022-09-23net/mlx5e: Move MACsec initialization from profile init stage to profile enab...Emeel Hakim1-5/+6
2022-09-23net/mlx5e: Create advanced steering operation (ASO) object for MACsecEmeel Hakim1-19/+130
2022-09-23net/mlx5e: Expose memory key creation (mkey) functionEmeel Hakim2-2/+2
2022-09-23net/mlx5e: Fix MACsec initial packet numberEmeel Hakim1-3/+2
2022-09-23net/mlx5e: Fix MACsec initialization error pathEmeel Hakim1-1/+3
2022-09-23net: macsec: Expose extended packet number (EPN) properties to macsec offloadEmeel Hakim1-12/+12
2022-09-23net: hinic: remove the unused input parameter prod_idx in sq_prepare_ctrl()Zhengchao Shao3-12/+8
2022-09-23net: hinic: replace magic numbers with macroZhengchao Shao1-1/+2
2022-09-23net: hinic: remove unused enumerated valueZhengchao Shao3-35/+0
2022-09-23net: hinic: change hinic_deinit_vf_hw() to voidZhengchao Shao1-4/+2
2022-09-23net: hinic: simplify code logicZhengchao Shao1-2/+2
2022-09-23net: hinic: remove duplicate macro definitionZhengchao Shao1-2/+0
2022-09-23net: hinic: remove unused macroZhengchao Shao5-9/+0
2022-09-23net: hinic: remove unused functionsZhengchao Shao4-51/+0
2022-09-23net: hinic: change type of function to be staticZhengchao Shao12-25/+9
2022-09-23net: hinic: modify kernel doc commentsZhengchao Shao3-6/+0
2022-09-23net/mlx5e: Support 256 bit keys with kTLS device offloadGal Pressman5-17/+111
2022-09-23bnxt_en: replace reset with config timestampsVadim Fedorenko1-3/+7
2022-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski207-1830/+2167
2022-09-22net: phy: micrel: Fix double spaces inside lan8814_config_intrHoratiu Vultur1-2/+2
2022-09-22Merge tag 'net-6.0-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds55-341/+455
2022-09-22Merge tag 'efi-urgent-for-v6.0-2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds3-4/+14
2022-09-22Merge tag 'gpio-fixes-for-v6.0-rc7' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds4-15/+22
2022-09-22bnxt: prevent skb UAF after handing over to PTP workerJakub Kicinski1-5/+5
2022-09-22net: marvell: Fix refcounting bugs in prestera_port_sfp_bind()Liang He1-0/+2
2022-09-22net: ethernet: adi: Fix invalid parent name lengthAlexandru Tachici1-1/+1
2022-09-22net: sunhme: Fix packet reception for len < RX_COPY_THRESHOLDSean Anderson1-2/+2
2022-09-22bonding: fix NULL deref in bond_rr_gen_slave_idJonathan Toppins1-9/+6
2022-09-22net: phy: micrel: fix shared interrupt on LAN8814Michael Walle1-6/+12
2022-09-22net: ethernet: mtk_eth_soc: introduce flow offloading support for mt7986Lorenzo Bianconi6-116/+289
2022-09-22net: ethernet: mtk_eth_wed: add axi bus supportLorenzo Bianconi2-31/+75
2022-09-22net: ethernet: mtk_eth_wed: add wed support for mt7986 chipsetLorenzo Bianconi5-97/+393
2022-09-22net: ethernet: mtk_eth_wed: add mtk_wed_configure_irq and mtk_wed_dma_{enable...Lorenzo Bianconi2-29/+64
2022-09-22net: ethernet: mtk_eth_soc: add foe_entry_size to mtk_eth_socLorenzo Bianconi5-24/+48
2022-09-22net: ethernet: mtk_eth_soc: move wdma_base definitions in mtk register mapLorenzo Bianconi2-9/+11
2022-09-22net: ethernet: mtk_eth_soc: add the capability to run multiple ppeLorenzo Bianconi6-33/+48
2022-09-22net: ethernet: mtk_eth_soc: move ppe table hash offset to mtk_soc_data structureLorenzo Bianconi4-7/+25
2022-09-22net: ethernet: mtk_eth_soc: move gdma_to_ppe and ppe_base definitions in mtk ...Lorenzo Bianconi3-7/+13
2022-09-22net: ethernet: altera: TSE: fix error return code in altera_tse_probe()Sun Ke1-0/+1
2022-09-22efi: libstub: check Shim mode using MokSBStateRTArd Biesheuvel1-4/+4
2022-09-22efi: x86: Wipe setup_data on pure EFI bootArd Biesheuvel1-0/+7
2022-09-22Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski1-9/+14
2022-09-22ethernet: tundra: Drop forward declaration of static functionsUwe Kleine-König1-13/+10
2022-09-22net: mscc: ocelot: check return values of writes during resetColin Foster1-5/+11
2022-09-22net: mscc: ocelot: utilize readx_poll_timeout() for chip resetColin Foster1-9/+23
2022-09-22net: ll_temac: axienet: delete unnecessary blank lines and spaceshuangjunxian3-4/+3
2022-09-22net: ll_temac: move trailing statements to next linehuangjunxian1-3/+9
2022-09-22net: ll_temac: fix the missing spaces around '='huangjunxian1-11/+11