summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet
AgeCommit message (Expand)AuthorFilesLines
2023-12-14net: ethtool: get rid of get/set_rxfh_context functionsAhmed Zaki11-262/+181
2023-12-14net: ethtool: pass a pointer to parameters to get/set_rxfh ethtool opsAhmed Zaki41-612/+670
2023-12-14page_pool: transition to reference count management after page drainingLiang Chen1-2/+2
2023-12-14cxgb3: Avoid potential string truncation in descKees Cook2-6/+5
2023-12-14amd-xgbe: Avoid potential string truncation in nameKees Cook1-1/+1
2023-12-14idpf: add get/set for Ethtool's header split ringparamMichal Kubiak5-7/+90
2023-12-13ionic: fill out pci error handlersShannon Nelson1-0/+25
2023-12-13ionic: lif debugfs refresh on resetShannon Nelson2-0/+4
2023-12-13ionic: use timer_shutdown_syncShannon Nelson1-1/+1
2023-12-13ionic: no fw read when PCI reset failedShannon Nelson2-5/+23
2023-12-13ionic: prevent pci disable of already disabled deviceShannon Nelson1-1/+3
2023-12-13ionic: bypass firmware cmds when stuck in resetShannon Nelson3-7/+20
2023-12-13ionic: keep filters across FLRShannon Nelson1-0/+2
2023-12-13ionic: pass opcode to devcmd_waitShannon Nelson3-1/+3
2023-12-13net: stmmac: mmc: Support more counters for XGMAC CoreFurong Xu3-1/+140
2023-12-13dpll: remove leftover mode_supported() op and use mode_get() insteadJiri Pirko2-35/+0
2023-12-13bnxt_en: Make PTP TX timestamp HWRM query silentPavan Chebbi1-3/+3
2023-12-13bnxt_en: Skip nic close/open when configuring tstamp filtersPavan Chebbi2-20/+11
2023-12-13bnxt_en: Add support for UDP GSO on 5760X chipsMichael Chan2-3/+19
2023-12-13bnxt_en: add rx_filter_miss extended statsDamodharam Ammepalli1-0/+1
2023-12-13bnxt_en: Configure UDP tunnel TPAMichael Chan2-0/+34
2023-12-13bnxt_en: Add support for VXLAN GPEMichael Chan2-5/+40
2023-12-13bnxt_en: Use proper TUNNEL_DST_PORT_ALLOC* commandsMichael Chan1-2/+2
2023-12-13bnxt_en: Allocate extra QP backing store memory when RoCE FW reports itSelvin Xavier1-2/+12
2023-12-13bnxt_en: Support TX coalesced completion on 5760X chipsMichael Chan2-2/+12
2023-12-13bnxt_en: Prevent TX timeout with a very small TX ringMichael Chan1-1/+4
2023-12-13bnxt_en: Fix TX ring indexing logicMichael Chan2-2/+2
2023-12-13bnxt_en: Fix AGG ring check logic in bnxt_check_rings()Somnath Kotur1-3/+3
2023-12-13bnxt_en: Fix trimming of P5 RX and TX ringsMichael Chan1-5/+11
2023-12-13net: asix: fix fortify warningDmitry Antipov2-4/+6
2023-12-12net: dl2k: Use proper conversion of dev_addr before IO to deviceAndy Shevchenko1-2/+1
2023-12-11nfp: support UDP segmentation offloadFei Qin4-8/+21
2023-12-10net: rswitch: Allow jumbo framesYoshihiro Shimoda2-1/+4
2023-12-10net: rswitch: Add jumbo frames handling for TXYoshihiro Shimoda1-10/+46
2023-12-10net: rswitch: Add jumbo frames handling for RXYoshihiro Shimoda2-10/+78
2023-12-10net: rswitch: Set GWMDNC registerYoshihiro Shimoda2-0/+6
2023-12-10net: rswitch: Add a setting ext descriptor functionYoshihiro Shimoda1-26/+47
2023-12-10net: rswitch: Add unmap_addrs instead of dma address in each descYoshihiro Shimoda2-8/+12
2023-12-10net: rswitch: Use build_skb() for RXYoshihiro Shimoda2-33/+59
2023-12-10net: rswitch: Use unsigned int for desc related array indexYoshihiro Shimoda2-46/+56
2023-12-10net: rswitch: Drop unused argument/return valueYoshihiro Shimoda1-7/+3
2023-12-10qlcnic: replace deprecated strncpy with strscpyJustin Stitt1-6/+6
2023-12-10net: ena: replace deprecated strncpy with strscpyjustinstitt@google.com1-2/+2
2023-12-08net: Convert some ethtool_sprintf() to ethtool_puts()justinstitt@google.com18-94/+82
2023-12-08nfp: devlink: add extended ack report messagesRyno Swart1-2/+6
2023-12-08nfp: ethtool: add extended ack report messagesRyno Swart3-18/+45
2023-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski38-159/+343
2023-12-07net: wangxun: fix changing mac failed when runningduanqiangwen2-0/+2
2023-12-07nfp: flower: fix for take a mutex lock in soft irq context and rcu lockHui Zhou1-32/+95
2023-12-07Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski6-24/+14