aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2022-09-09net: dsa: felix: use ocelot's ndo_get_stats64 methodVladimir Oltean3-61/+76
2022-09-09net: mscc: ocelot: move more PTP code from the lib to ocelot_ptp.cVladimir Oltean2-478/+481
2022-09-09net: mscc: ocelot: unexport ocelot_port_fdb_do_dump from the common libVladimir Oltean3-53/+50
2022-09-09net: mscc: ocelot: move stats code to ocelot_stats.cVladimir Oltean4-207/+237
2022-09-09net: mscc: ocelot: sort Makefile files alphabeticallyVladimir Oltean1-5/+5
2022-09-09net: mscc: ocelot: report FIFO drop counters through stats->rx_droppedVladimir Oltean1-1/+26
2022-09-09net: dsa: felix: check the 32-bit PSFP stats against overflowVladimir Oltean2-43/+91
2022-09-09net: mscc: ocelot: make access to STAT_VIEW sleepable againVladimir Oltean2-13/+39
2022-09-09net: dsa: felix: add definitions for the stream filter countersVladimir Oltean3-7/+10
2022-09-09net: lan743x: Add support for Rx IP & TCP checksum offloadRaju Lakkaraju2-1/+18
2022-09-09net: lan743x: Fix to use multiqueue start/stop APIsRaju Lakkaraju2-28/+27
2022-09-09mfd: ocelot: Add support for the vsc7512 chip via spiColin Foster5-0/+533
2022-09-09pinctrl: microchip-sgpio: add ability to be used in a non-mmio configurationColin Foster1-6/+2
2022-09-09pinctrl: microchip-sgpio: allow sgpio driver to be used as a moduleColin Foster2-2/+9
2022-09-09pinctrl: ocelot: add ability to be used in a non-mmio configurationColin Foster1-11/+5
2022-09-09net: mdio: mscc-miim: add ability to be used in a non-mmio configurationColin Foster1-30/+12
2022-09-08igc: Remove IGC_MDIC_INT_EN definitionSasha Neftin1-1/+0
2022-09-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni182-876/+1639
2022-09-08drivers/net/ethernet/e1000e: check return value of e1e_rphy()Li Zhong1-3/+17
2022-09-08net: sparx5: fix function return type to match actual typeCasper Andersson2-4/+4
2022-09-08Merge tag 'net-6.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds29-143/+402
2022-09-08Merge tag 'efi-urgent-for-v6.0-1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds3-25/+14
2022-09-08r8169: merge support for chip versions 10, 13, 16Heiner Kallweit3-13/+4
2022-09-08net: phy: lan87xx: change interrupt src of link_up to comm_readyArun Ramadoss1-4/+54
2022-09-08net: stmmac: Disable automatic FCS/Pad strippingKurt Kanzenbach6-40/+6
2022-09-07efi: capsule-loader: Fix use-after-free in efi_capsule_writeHyunwoo Kim1-24/+7
2022-09-07net: hns3: add support to query and set lane number by ethtoolHao Chen10-23/+50
2022-09-07net: hns3: add querying fec statisticsHao Lan8-0/+218
2022-09-07net: hns3: debugfs add dump dscp map infoGuangbin Huang3-1/+67
2022-09-07net: hns3: support ndo_select_queue()Guangbin Huang1-0/+46
2022-09-07net: hns3: add support config dscp map to tcGuangbin Huang7-1/+204
2022-09-07Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...David S. Miller5-58/+175
2022-09-07Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...David S. Miller5-119/+136
2022-09-07net: ethernet: mtk_eth_soc: remove mtk_foe_entry_timestampLorenzo Bianconi1-11/+0
2022-09-07net: ethernet: mtk_eth_soc: check max allowed hash in mtk_ppe_check_skbLorenzo Bianconi1-0/+3
2022-09-07net: ethernet: mtk_eth_soc: fix typo in __mtk_foe_entry_clearLorenzo Bianconi1-1/+1
2022-09-07net/mlx5e: Add support to configure more than one macsec offload deviceLior Nahmanson1-46/+175
2022-09-07net/mlx5e: Add MACsec stats support for Rx/Tx flowsLior Nahmanson8-2/+136
2022-09-07net/mlx5e: Add MACsec offload SecY supportLior Nahmanson1-0/+229
2022-09-07net/mlx5e: Implement MACsec Rx data path using MACsec skb_metadata_dstLior Nahmanson4-3/+68
2022-09-07net/mlx5e: Add MACsec RX steering rulesLior Nahmanson3-95/+823
2022-09-07net/mlx5: Add MACsec Rx tables support to fs_coreLior Nahmanson2-2/+12
2022-09-07net/mlx5e: Add MACsec offload Rx command supportLior Nahmanson1-6/+377
2022-09-07net/mlx5e: Implement MACsec Tx data path using MACsec skb_metadata_dstLior Nahmanson6-8/+119
2022-09-07net/mlx5e: Add MACsec TX steering rulesLior Nahmanson4-15/+769
2022-09-07net/mlx5: Add MACsec Tx tables support to fs_coreLior Nahmanson3-6/+17
2022-09-07net/mlx5: Add MACsec offload Tx command supportLior Nahmanson9-0/+440
2022-09-07net/mlx5: Generalize Flow Context for new crypto fieldsLior Nahmanson2-4/+8
2022-09-07net/macsec: Move some code for sharing with various drivers that implements o...Lior Nahmanson1-27/+6
2022-09-07net/macsec: Add MACsec skb_metadata_dst Rx Data path supportLior Nahmanson1-0/+6