summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet
AgeCommit message (Expand)AuthorFilesLines
2023-10-28net: mana: Use xdp_set_features_flag instead of direct assignmentKonstantin Taranov1-2/+3
2023-10-28iavf: delete the iavf client interfaceMichal Schmidt6-871/+1
2023-10-28iavf: add a common function for undoing the interrupt schemeMichal Schmidt1-11/+15
2023-10-28iavf: use unregister_netdevMichal Schmidt1-3/+1
2023-10-28iavf: rely on netdev's own registered stateMichal Schmidt2-7/+3
2023-10-28iavf: fix the waiting time for initial resetMichal Schmidt1-1/+1
2023-10-28iavf: in iavf_down, don't queue watchdog_task if comms failedMichal Schmidt1-2/+4
2023-10-28iavf: simplify mutex_trylock+sleep loopsMichal Schmidt1-4/+2
2023-10-28iavf: fix comments about old bit locksMichal Schmidt1-2/+2
2023-10-28nfp: using napi_build_skb() to replace build_skb()Fei Qin2-2/+2
2023-10-27ice: Hook up 4 E830 devices by adding their IDsPawel Chmielewski1-0/+4
2023-10-27ice: Remove redundant zeroing of the fields.Pawel Chmielewski1-27/+27
2023-10-27ice: Add support for E830 DDP package segmentDan Nowlin3-74/+382
2023-10-27ice: Add ice_get_link_status_datalenPaul Greenwalt2-6/+53
2023-10-27ice: Add 200G speed/phy type useAlice Michael4-3/+43
2023-10-27ice: Add E830 device IDs, MAC type and registersPaul Greenwalt7-61/+141
2023-10-27bnxt_en: Fix 2 stray ethtool -S countersMichael Chan1-6/+22
2023-10-27net/mlx5: fix uninit value usePrzemek Kitszel2-3/+11
2023-10-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski13-55/+97
2023-10-26iavf: in iavf_down, disable queues when removing the driverMichal Schmidt1-1/+1
2023-10-25amd/pds_core: core: No need for Null pointer check before kfreeBragatheswaran Manickavel1-5/+2
2023-10-25net: hns3: add some link modes for hisilicon deviceHao Chen2-82/+92
2023-10-25net: ethernet: mtk_wed: remove wo pointer in wo_r32/wo_w32 signatureLorenzo Bianconi1-6/+6
2023-10-25net: ethernet: mtk_wed: fix firmware loading for MT7986 SoCLorenzo Bianconi1-23/+25
2023-10-25i40e: Fix wrong check for I40E_TXR_FLAGS_WB_ON_ITRIvan Vecera1-1/+1
2023-10-25net: ethernet: renesas: drop SoC names in KconfigWolfram Sang1-8/+1
2023-10-25net: ethernet: renesas: group entries in MakefileWolfram Sang1-3/+1
2023-10-24net: dsa: Use conduit and user termsFlorian Fainelli3-3/+3
2023-10-24tsnep: Fix tsnep_request_irq() format-overflow warningGerhard Engleder2-7/+7
2023-10-24net: ethernet: davinci_emac: Use MAC Address from Device TreeAdam Ford1-10/+12
2023-10-24net: ti: icssg-prueth: Add phys_port_name supportJan Kiszka1-0/+14
2023-10-24net: microchip: lan743x: improve throughput with rx timestamp configVishvambar Panth S4-2/+63
2023-10-24page_pool: remove PP_FLAG_PAGE_FRAGYunsheng Lin5-9/+3
2023-10-24idpf: cancel mailbox work in error pathPavan Kumar Linga1-0/+1
2023-10-24idpf: set scheduling mode for completion queueMichal Kubiak2-3/+15
2023-10-24sfc: cleanup and reduce netlink error messagesPieter Jansen van Vuuren1-19/+19
2023-10-23net: lan966x: remove useless code in lan966x_xtr_irq_handlerSu Hui1-1/+0
2023-10-23chtls: fix tp->rcv_tstamp initializationEric Dumazet1-1/+1
2023-10-22bnxt_en: extend media types to supported and autoneg modesEdwin Peer1-120/+153
2023-10-22bnxt_en: convert to linkmode_set_bit() APIEdwin Peer1-24/+24
2023-10-22bnxt_en: Refactor NRZ/PAM4 link speed related logicMichael Chan1-31/+67
2023-10-22bnxt_en: refactor speed independent ethtool modesEdwin Peer1-38/+40
2023-10-22bnxt_en: support lane configuration via ethtoolEdwin Peer1-7/+25
2023-10-22bnxt_en: add infrastructure to lookup ethtool link modeEdwin Peer2-20/+258
2023-10-22bnxt_en: Fix invoking hwmon_notify_eventKalesh AP1-5/+11
2023-10-22bnxt_en: Do not call sleeping hwmon_notify_event() from NAPIKalesh AP4-9/+18
2023-10-22net: chelsio: cxgb4: add an error code check in t4_load_phy_fwSu Hui1-0/+2
2023-10-21octeon_ep: assert hardware structure sizesShinas Rasheed2-0/+7
2023-10-21net: ethernet: adi: adin1110: Fix uninitialized variableDell Jin1-1/+1
2023-10-21net: stmmac: update MAC capabilities when tx queues are updatedMichael Sit Wei Hong1-4/+13