summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | can: gs_usb: add RX and TX hardware timestamp supportJohn Whittington2022-09-061-7/+186
| * | can: gs_usb: use common spelling of GS_USB in macrosMarc Kleine-Budde2022-09-061-11/+11
| * | can: kvaser_pciefd: remove redundant variable retJinpeng Cui2022-09-051-5/+2
| * | can: sja1000: remove redundant variable retJinpeng Cui2022-09-051-5/+1
| * | can: sja1000: Add support for RZ/N1 SJA1000 CAN ControllerBiju Das2022-09-051-5/+33
| * | can: kvaser_usb: kvaser_usb_hydra: Use kzalloc for allocating only one elementKenneth Lee2022-09-051-10/+10
| * | can: rcar_canfd: Use dev_err_probe() to simplify code and better handle -EPRO...Christophe JAILLET2022-09-051-16/+10
| * | can: flexcan: fix typo: FLEXCAN_QUIRK_SUPPPORT_* -> FLEXCAN_QUIRK_SUPPORT_*Marc Kleine-Budde2022-09-052-38/+38
| * | can: rx-offload: can_rx_offload_init_queue(): fix typoMarc Kleine-Budde2022-09-051-1/+1
* | | net: dsa: microchip: add the support for set_ageing_timeArun Ramadoss2022-09-168-1/+67
* | | Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/ne...David S. Miller2022-09-162-4/+17
|\ \ \
| * | | igc: Remove IGC_MDIC_INT_EN definitionSasha Neftin2022-09-081-1/+0
| * | | drivers/net/ethernet/e1000e: check return value of e1e_rphy()Li Zhong2022-09-081-3/+17
* | | | net: fs_enet: Fix wrong check in do_pd_setupZheng Yongjun2022-09-161-1/+1
* | | | mellanox/mlxsw: fix repeated words in commentswangjianli2022-09-161-1/+1
* | | | net: amd: Switch and case should be at the same indentGuofeng Yue2022-09-163-28/+27
* | | | net: amd: Correct spelling errorsGuofeng Yue2022-09-162-4/+4
* | | | net: amd: Unified the comparison between pointers and NULL to the same writingGuofeng Yue2022-09-1610-24/+24
* | | | net: fec: add pm runtime force suspend and resume supportWei Fang2022-09-162-0/+14
* | | | net: ftgmac100: support fixed linkTao Ren2022-09-151-0/+24
* | | | net: phy: spi_ks8895: switch to using gpiod APIDmitry Torokhov2022-09-151-55/+14
* | | | net: ks8851: switch to using gpiod APIDmitry Torokhov2022-09-152-22/+20
* | | | net: davicom: dm9000: switch to using gpiod APIDmitry Torokhov2022-09-151-12/+14
* | | | r8169: remove rtl_wol_shutdown_quirk()Heiner Kallweit2022-09-131-19/+0
* | | | sfc: introduce shutdown entry point in efx pci driverPieter Jansen van Vuuren2022-09-132-0/+24
* | | | net: ipa: don't have gsi_channel_update() return a valueAlex Elder2022-09-093-10/+11
* | | | net: ipa: update channel in gsi_channel_trans_complete()Alex Elder2022-09-093-5/+10
* | | | net: ipa: kill all other transaction listsAlex Elder2022-09-093-74/+6
* | | | net: ipa: kill the allocated transaction listAlex Elder2022-09-092-10/+3
* | | | net: ipa: always use transaction IDs instead of listsAlex Elder2022-09-092-56/+16
* | | | net: mscc: ocelot: share the common stat definitions between all driversVladimir Oltean2022-09-093-279/+3
* | | | net: mscc: ocelot: minimize definitions for statsVladimir Oltean2022-09-093-1116/+279
* | | | net: mscc: ocelot: harmonize names of SYS_COUNT_TX_AGING and OCELOT_STAT_TX_AGEDVladimir Oltean2022-09-094-6/+6
* | | | net: mscc: ocelot: add support for all sorts of standardized counters present...Vladimir Oltean2022-09-092-17/+230
* | | | net: mscc: ocelot: exclude stats from bulk regions based on reg, not nameVladimir Oltean2022-09-091-1/+1
* | | | net: dsa: felix: use ocelot's ndo_get_stats64 methodVladimir Oltean2022-09-093-61/+76
* | | | net: mscc: ocelot: move more PTP code from the lib to ocelot_ptp.cVladimir Oltean2022-09-092-478/+481
* | | | net: mscc: ocelot: unexport ocelot_port_fdb_do_dump from the common libVladimir Oltean2022-09-093-53/+50
* | | | net: mscc: ocelot: move stats code to ocelot_stats.cVladimir Oltean2022-09-094-207/+237
* | | | net: mscc: ocelot: sort Makefile files alphabeticallyVladimir Oltean2022-09-091-5/+5
* | | | net: mscc: ocelot: report FIFO drop counters through stats->rx_droppedVladimir Oltean2022-09-091-1/+26
* | | | net: dsa: felix: check the 32-bit PSFP stats against overflowVladimir Oltean2022-09-092-43/+91
* | | | net: mscc: ocelot: make access to STAT_VIEW sleepable againVladimir Oltean2022-09-092-13/+39
* | | | net: dsa: felix: add definitions for the stream filter countersVladimir Oltean2022-09-093-7/+10
* | | | net: lan743x: Add support for Rx IP & TCP checksum offloadRaju Lakkaraju2022-09-092-1/+18
* | | | net: lan743x: Fix to use multiqueue start/stop APIsRaju Lakkaraju2022-09-092-28/+27
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2022-09-08182-876/+1639
|\ \ \ \ | |/ / / |/| | |
| * | | Merge tag 'net-6.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2022-09-0829-143/+402
| |\ \ \
| | * | | net: phy: lan87xx: change interrupt src of link_up to comm_readyArun Ramadoss2022-09-081-4/+54
| | * | | net: ethernet: mtk_eth_soc: check max allowed hash in mtk_ppe_check_skbLorenzo Bianconi2022-09-071-0/+3