summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
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: 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-19igc: replace deprecated strncpy with strscpyJustin Stitt1-1/+1
2023-10-19igbvf: replace deprecated strncpy with strscpyJustin Stitt1-1/+1
2023-10-19igb: replace deprecated strncpy with strscpyJustin Stitt1-1/+1
2023-10-19i40e: use scnprintf over strncpy+strncatJustin Stitt1-4/+3
2023-10-19fm10k: replace deprecated strncpy with strscpyJustin Stitt1-4/+4
2023-10-19e1000: replace deprecated strncpy with strscpyJustin Stitt1-1/+1
2023-10-19e100: replace deprecated strncpy with strscpyJustin Stitt1-1/+1
2023-10-19intel: fix format warningsJesse Brandeburg6-16/+18
2023-10-19intel: fix string truncation warningsJesse Brandeburg4-37/+30
2023-10-19net: wangxun: remove redundant kernel logJiawen Wu5-128/+0
2023-10-19net: fec: Remove non-Coldfire platform IDsAlexander Stein1-30/+0
2023-10-19net: fec: Fix device_get_match_data usageAlexander Stein1-23/+10
2023-10-19drivers: net: wwan: iosm: Fixed multiple typos in multiple filesMuhammad Muzammil6-7/+7
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-18Merge tag 'mlx5-updates-2023-10-10' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski32-353/+541
2023-10-18hamradio: replace deprecated strncpy with strscpy_padJustin Stitt1-2/+2
2023-10-18net: phylink: remove a bunch of unused validation methodsRussell King (Oracle)1-27/+8
2023-10-18net: phylink: remove .validate() methodRussell King (Oracle)1-10/+6
2023-10-18net: fman: convert to .mac_get_caps()Russell King (Oracle)1-6/+5
2023-10-18net: phylink: provide mac_get_caps() methodRussell King (Oracle)1-3/+11
2023-10-18eth: bnxt: fix backward compatibility with older devicesJakub Kicinski5-12/+28
2023-10-18Merge tag 'wireless-next-2023-10-16' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski152-2288/+12722
2023-10-17mctp i3c: MCTP I3C driverMatt Johnston3-0/+765
2023-10-17i3c: Add support for bus enumeration & notificationJeremy Kerr1-0/+35
2023-10-17drivers: net: wwan: wwan_core.c: resolved spelling mistakeMuhammad Muzammil1-2/+2
2023-10-17net: usb: replace deprecated strncpy with strscpyJustin Stitt1-2/+2
2023-10-17lan78xx: replace deprecated strncpy with strscpyJustin Stitt1-1/+1
2023-10-17net: phy: smsc: replace deprecated strncpy with ethtool_sprintfJustin Stitt1-4/+2
2023-10-17net: netcp: replace deprecated strncpy with strscpyJustin Stitt1-2/+2
2023-10-16tsnep: Inline small fragments within TX descriptorGerhard Engleder2-26/+79
2023-10-16vxlan: use generic function for tunnel IPv4 route lookupBeniamino Galvani1-73/+41
2023-10-16geneve: use generic function for tunnel IPv4 route lookupBeniamino Galvani1-66/+32
2023-10-16geneve: add dsfield helper functionBeniamino Galvani1-11/+18
2023-10-16ipv4: add new arguments to udp_tunnel_dst_lookup()Beniamino Galvani1-4/+7
2023-10-16ipv4: remove "proto" argument from udp_tunnel_dst_lookup()Beniamino Galvani1-2/+2