summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet
AgeCommit message (Expand)AuthorFilesLines
2024-08-26ice: implement and use rd32_poll_timeout for ice_sq_done timeoutJacob Keller3-21/+23
2024-08-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski22-126/+370
2024-08-23net: atlantic: Avoid warning about potential string truncationSimon Horman1-2/+2
2024-08-22net: xilinx: axienet: Fix dangling multicast addressesSean Anderson2-12/+10
2024-08-22net: xilinx: axienet: Always disable promiscuous modeSean Anderson1-0/+4
2024-08-22nfp: bpf: Use kmemdup_array instead of kmemdup for multiple allocationYu Jiaoliang1-2/+2
2024-08-22net: airoha: configure hw mac address according to the port idLorenzo Bianconi1-9/+23
2024-08-22octeontx2-af: Fix CPT AF register offset calculationBharat Bhushan1-12/+11
2024-08-22net: ngbe: Fix phy mode set to external phyMengyuan Lou1-2/+6
2024-08-22Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski3-46/+26
2024-08-22net: xilinx: axienet: Add statistics supportSean Anderson2-3/+407
2024-08-22net: xilinx: axienet: Report RxRject as rx_droppedSean Anderson1-1/+1
2024-08-22bnxt_en: Fix double DMA unmapping for XDP_REDIRECTSomnath Kotur1-5/+0
2024-08-22ice: Fix a 32bit bugDan Carpenter1-3/+3
2024-08-21igb: cope with large MAX_SKB_FRAGSPaolo Abeni1-0/+1
2024-08-21cxgb4: add forgotten u64 ivlan cast before shiftNikolay Kuratov1-1/+2
2024-08-21net: hns3: Use ARRAY_SIZE() to improve readabilityZhang Zekun1-4/+4
2024-08-21dpaa2-switch: Fix error checking in dpaa2_switch_seed_bp()Dan Carpenter1-3/+4
2024-08-20ice: use internal pf id instead of function numberMichal Swiatkowski1-2/+2
2024-08-20ice: fix truesize operations for PAGE_SIZE >= 8192Maciej Fijalkowski2-34/+20
2024-08-20ice: fix ICE_LAST_OFFSET formulaMaciej Fijalkowski1-1/+1
2024-08-20ice: fix page reuse when PAGE_SIZE is over 8kMaciej Fijalkowski1-9/+3
2024-08-20net: ethernet: ibm: Simpify code with for_each_child_of_node()Zhang Zekun1-6/+4
2024-08-20net/mlx5: E-Switch, Remove unused declarationsYue Haibing1-3/+0
2024-08-20igbvf: Remove two unused declarationsYue Haibing2-2/+0
2024-08-20gve: Remove unused declaration gve_rx_alloc_rings()Yue Haibing1-1/+0
2024-08-17bnx2x: Set ivi->vlan field as an integerSimon Horman1-2/+2
2024-08-17net: txgbe: Remove unnecessary NULL check before freeSimon Horman1-2/+1
2024-08-17net: ethernet: lantiq_etop: remove unused variableAleksander Jan Bajkowski1-1/+0
2024-08-17net/mlx5: Fix IPsec RoCE MPV trace callPatrisious Haddad1-2/+4
2024-08-17net/mlx5e: XPS, Fix oversight of Multi-PF Netdev changesCarolina Jubran1-5/+8
2024-08-17net/mlx5e: SHAMPO, Release in progress headersDragos Tatulea3-10/+24
2024-08-17net/mlx5e: SHAMPO, Fix page leakDragos Tatulea1-0/+1
2024-08-16Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski21-89/+4780
2024-08-16idpf: remove redundant 'req_vec_chunks' NULL checkPavan Kumar Linga1-18/+5
2024-08-16net: ag71xx: use devm for register_netdevRosen Penev1-13/+1
2024-08-16net: ag71xx: use devm for of_mdiobus_registerRosen Penev1-20/+3
2024-08-16net: ag71xx: devm_clk_get_enabledRosen Penev1-30/+7
2024-08-16net: hns3: Use ipv6_addr_{cpu_to_be32,be32_to_cpu} helpersSimon Horman2-43/+44
2024-08-16net: ethernet: mtk_eth_soc: Use ipv6_addr_{cpu_to_be32,be32_to_cpu} helpersSimon Horman2-9/+10
2024-08-16net: mscc: ocelot: treat 802.1ad tagged traffic as 802.1Q-untaggedVladimir Oltean2-11/+178
2024-08-16net: mscc: ocelot: serialize access to the injection/extraction groupsVladimir Oltean2-0/+56
2024-08-16net: mscc: ocelot: fix QoS class for injected packets with "ocelot-8021q"Vladimir Oltean2-2/+9
2024-08-16net: mscc: ocelot: use ocelot_xmit_get_vlan_info() also for FDMA and register...Vladimir Oltean2-7/+24
2024-08-16bnxt_en: Don't clear ntuple filters and rss contexts during ethtool opsPavan Chebbi3-8/+2
2024-08-16net/mlx5: Use cpumask_local_spread() instead of custom codeErwan Velu1-23/+4
2024-08-16ipv4: Remove redundant !ifa->ifa_dev check.Kuniyuki Iwashima2-4/+3
2024-08-16net: macb: increase max_mtu for oversized framesPieter Van Trappen1-2/+2
2024-08-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski26-98/+263
2024-08-15net: hns3: use correct release function during uninitializationPeiyang Wang1-1/+1