summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet
AgeCommit message (Expand)AuthorFilesLines
2023-10-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski25-92/+237
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 Marangi1-8/+0
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-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-19octeon_ep: update BQL sent bytes before ringing doorbellShinas Rasheed1-7/+6
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-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-18net: fman: convert to .mac_get_caps()Russell King (Oracle)1-6/+5
2023-10-18eth: bnxt: fix backward compatibility with older devicesJakub Kicinski5-12/+28
2023-10-17gve: Do not fully free QPL pages on prefill errorsShailend Chand1-2/+16
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-16net: cxgb3: simplify logic for rspq_check_napiChristian Marangi1-6/+1
2023-10-15ice: dpll: implement phase related callbacksArkadiusz Kubalewski2-4/+226
2023-10-15i40e: Add PBA as board id info to devlink .info_getIvan Vecera1-0/+16
2023-10-15i40e: Refactor and rename i40e_read_pba_string()Ivan Vecera4-26/+39
2023-10-15i40e: Add handler for devlink .info_getIvan Vecera1-0/+90
2023-10-15i40e: Split and refactor i40e_nvm_version_str()Ivan Vecera3-44/+105
2023-10-15i40e: Add initial devlink supportIvan Vecera6-6/+164
2023-10-15tg3: Improve PTP TX timestamping logicPavan Chebbi2-16/+68
2023-10-15qed: fix LL2 RX buffer allocationManish Chopra1-2/+5
2023-10-15sfc: support offloading ct(nat) action in RHS rulesEdward Cree3-1/+12
2023-10-15sfc: parse mangle actions (NAT) in conntrack entriesEdward Cree1-2/+89
2023-10-14net/mlx5e: Allow IPsec soft/hard limits in bytesLeon Romanovsky2-19/+28