summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2023-10-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski150-569/+1133
2023-10-19Merge tag 'net-6.6-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds39-177/+319
2023-10-19net: ti: icssg-prueth: Fix r30 CMDs bitmasksMD Danish Anwar1-2/+2
2023-10-19i40e: Align devlink info versions with ice driver and add docsIvan Vecera1-3/+15
2023-10-19net: stmmac: increase TX coalesce timer to 5msChristian Marangi1-1/+1
2023-10-19net: stmmac: move TX timer arm after DMA enableChristian Marangi1-4/+18
2023-10-19net: stmmac: improve TX timer arm logicChristian Marangi1-3/+15
2023-10-19net: introduce napi_is_scheduled helperChristian Marangi2-9/+1
2023-10-19iavf: delete unused iavf_mac_info fieldsMichal Schmidt4-51/+0
2023-10-19net: stmmac: do not silently change auxiliary snapshot capture channelJohannes Zink1-1/+14
2023-10-19net: stmmac: ptp: stmmac_enable(): move change of plat->flags into mutexJohannes Zink1-4/+4
2023-10-19net: stmmac: intel: remove unnecessary field struct plat_stmmacenet_data::ext...Johannes Zink1-1/+0
2023-10-19net: stmmac: use correct PPS capture input indexJohannes Zink2-4/+3
2023-10-19net: stmmac: simplify debug message on stmmac_enable()Johannes Zink1-7/+3
2023-10-19net: ethernet: ti: Fix mixed module-builtin objectMD Danish Anwar3-3/+19
2023-10-19net: stmmac: Remove redundant checking for rx_coalesce_usecsGan Yi Fang1-1/+1
2023-10-19rswitch: Add PM opsYoshihiro Shimoda1-0/+43
2023-10-19rswitch: Use unsigned int for port related array indexYoshihiro Shimoda2-5/+7
2023-10-18net: phy: bcm7xxx: Add missing 16nm EPHY statisticsFlorian Fainelli1-0/+3
2023-10-18igc: replace deprecated strncpy with strscpyJustin Stitt1-1/+1
2023-10-18igbvf: replace deprecated strncpy with strscpyJustin Stitt1-1/+1
2023-10-18igb: replace deprecated strncpy with strscpyJustin Stitt1-1/+1
2023-10-18i40e: use scnprintf over strncpy+strncatJustin Stitt1-4/+3
2023-10-18fm10k: replace deprecated strncpy with strscpyJustin Stitt1-4/+4
2023-10-18e1000: replace deprecated strncpy with strscpyJustin Stitt1-1/+1
2023-10-18e100: replace deprecated strncpy with strscpyJustin Stitt1-1/+1
2023-10-18intel: fix format warningsJesse Brandeburg6-16/+18
2023-10-18intel: fix string truncation warningsJesse Brandeburg4-37/+30
2023-10-18net: mdio-mux: fix C45 access returning -EIO after API changeVladimir Oltean1-0/+47
2023-10-18octeon_ep: update BQL sent bytes before ringing doorbellShinas Rasheed1-7/+6
2023-10-18net: wangxun: remove redundant kernel logJiawen Wu5-128/+0
2023-10-18net: fec: Remove non-Coldfire platform IDsAlexander Stein1-30/+0
2023-10-18net: fec: Fix device_get_match_data usageAlexander Stein1-23/+10
2023-10-18drivers: net: wwan: iosm: Fixed multiple typos in multiple filesMuhammad Muzammil6-7/+7
2023-10-18Merge tag 'spi-fix-v6-6-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-2/+3
2023-10-18Merge tag 'regmap-fix-v6.6-rc6' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2023-10-18Revert "net: wwan: iosm: enable runtime pm support for 7560"Bagas Sanjaya6-65/+4
2023-10-18ice: Refactor finding advertised link speedPawel Chmielewski3-65/+131
2023-10-18qede: Refactor qede_forced_speed_maps_init()Paul Greenwalt1-34/+12
2023-10-17Merge tag 'mlx5-updates-2023-10-10' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski32-353/+541
2023-10-17hamradio: replace deprecated strncpy with strscpy_padJustin Stitt1-2/+2
2023-10-17net: usb: smsc95xx: Fix an error code in smsc95xx_reset()Dan Carpenter1-1/+1
2023-10-17net: phylink: remove a bunch of unused validation methodsRussell King (Oracle)1-27/+8
2023-10-17net: phylink: remove .validate() methodRussell King (Oracle)1-10/+6
2023-10-17net: fman: convert to .mac_get_caps()Russell King (Oracle)1-6/+5
2023-10-17net: phylink: provide mac_get_caps() methodRussell King (Oracle)1-3/+11
2023-10-17eth: bnxt: fix backward compatibility with older devicesJakub Kicinski5-12/+28
2023-10-17tun: prevent negative ifindexEric Dumazet1-2/+5
2023-10-17Merge tag 'fbdev-for-6.6-rc7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds7-7/+11
2023-10-17Merge tag 'wireless-next-2023-10-16' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski152-2288/+12722