summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet
AgeCommit message (Expand)AuthorFilesLines
2022-04-12net: ethernet: ti: am65-cpsw: Fix build error without PHYLINKYueHaibing1-0/+1
2022-04-12Merge branch 'mlx5-next' of https://git.kernel.org/pub/scm/linux/kernel/git/m...Jakub Kicinski45-4476/+344
2022-04-12net: stmmac: using pm_runtime_resume_and_get instead of pm_runtime_get_syncMinghao Chi1-16/+8
2022-04-12net: marvell: prestera: Use dscp_t in struct prestera_kern_fib_cacheGuillaume Nault1-3/+3
2022-04-12mlxsw: Use dscp_t in struct mlxsw_sp_fib4_entryGuillaume Nault1-6/+6
2022-04-12ipv4: Use dscp_t in struct fib_entry_notifier_infoGuillaume Nault2-6/+6
2022-04-12ipv4: Use dscp_t in struct fib_rt_infoGuillaume Nault2-4/+6
2022-04-11net: ethernet: ti: cpsw: drop CPSW_HEADROOM defineGrygorii Strashko3-3/+2
2022-04-11bnx2x: Fix spelling mistake "regiser" -> "register"Lv Ruyi1-4/+4
2022-04-11net: ethernet: mtk_eth_soc/wed: fix sparse endian warningsFelix Fietkau1-9/+12
2022-04-11net: ethernet: mtk_eth_soc: fix return value check in mtk_wed_add_hw()Yang Yingliang1-1/+1
2022-04-09net/mlx5: Remove not-implemented IPsec capabilitiesLeon Romanovsky1-3/+1
2022-04-09net/mlx5: Remove ipsec_ops function tableLeon Romanovsky4-154/+8
2022-04-09net/mlx5: Reduce kconfig complexity while building crypto supportLeon Romanovsky2-8/+1
2022-04-09net/mlx5: Move IPsec file to relevant directoryLeon Romanovsky12-11/+11
2022-04-09net/mlx5: Remove not-needed IPsec configLeon Romanovsky3-33/+5
2022-04-09net/mlx5: Align flow steering allocation namespace to common styleLeon Romanovsky2-8/+0
2022-04-09net/mlx5: Unify device IPsec capabilities checkLeon Romanovsky5-55/+27
2022-04-09net/mlx5: Remove useless IPsec device checksLeon Romanovsky3-35/+20
2022-04-09net/mlx5: Remove ipsec vs. ipsec offload file separationLeon Romanovsky11-285/+205
2022-04-09RDMA/mlx5: Drop crypto flow steering APILeon Romanovsky2-6/+3
2022-04-09net/mlx5: Remove FPGA ipsec specific statisticsLeon Romanovsky5-68/+0
2022-04-09net/mlx5: Remove XFRM no_trailer flagLeon Romanovsky3-5/+0
2022-04-09net/mlx5: Remove not-used IDA field from IPsec structLeon Romanovsky2-4/+1
2022-04-09net/mlx5: Delete metadata handling logicLeon Romanovsky5-245/+0
2022-04-09net/mlx5_fpga: Drop INNOVA IPsec supportLeon Romanovsky12-1758/+5
2022-04-09sfc: use hardware tx timestamps for more than PTPBert Kenward1-1/+2
2022-04-08Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/nexDavid S. Miller2-290/+211
2022-04-08bnxt: XDP multibuffer enablementAndy Gospodarek2-4/+4
2022-04-08bnxt: support transmit and free of aggregation buffersAndy Gospodarek5-23/+126
2022-04-08bnxt: adding bnxt_xdp_build_skb to build skb from multibuffer xdp_buffAndy Gospodarek3-7/+85
2022-04-08bnxt: add page_pool support for aggregation ring when using xdpAndy Gospodarek1-30/+47
2022-04-08bnxt: change receive ring space parametersAndy Gospodarek2-15/+28
2022-04-08bnxt: set xdp_buff pfmemalloc flag if neededAndy Gospodarek1-5/+9
2022-04-08bnxt: adding bnxt_rx_agg_pages_xdp for aggregated xdpAndy Gospodarek1-0/+31
2022-04-08bnxt: rename bnxt_rx_pages to bnxt_rx_agg_pages_skbAndy Gospodarek1-11/+11
2022-04-08bnxt: refactor bnxt_rx_pages operate on skb_shared_infoAndy Gospodarek1-17/+33
2022-04-08bnxt: add flag to denote that an xdp program is currently attachedAndy Gospodarek1-0/+7
2022-04-08bnxt: refactor bnxt_rx_xdp to separate xdp_init_buff/xdp_prepare_buffAndy Gospodarek4-19/+53
2022-04-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski25-145/+289
2022-04-08qed: remove an unneed NULL check on list iteratorXiaomeng Tong1-2/+2
2022-04-08sfc: Stop using iommu_present()Robin Murphy1-1/+3
2022-04-07ice: switch: convert packet template match code to rodataAlexander Lobakin1-107/+108
2022-04-07ice: switch: use convenience macros to declare dummy pkt templatesAlexander Lobakin1-71/+62
2022-04-07ice: switch: use a struct to pass packet template paramsAlexander Lobakin1-174/+94
2022-04-07ice: switch: unobscurify bitops loop in ice_fill_adv_dummy_packet()Alexander Lobakin1-7/+9
2022-04-07ice: switch: add and use u16[] aliases to ice_adv_lkup_elem::{h, m}_uAlexander Lobakin2-10/+17
2022-04-07prestera: acl: add action hw_stats supportVolodymyr Mytnyk2-7/+18
2022-04-06bnx2x: Fix undefined behavior due to shift overflowing the constantBorislav Petkov1-1/+1
2022-04-06myri10ge: fix an incorrect free for skb in myri10ge_sw_tsoXiaomeng Tong1-4/+2