summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet
AgeCommit message (Expand)Author
2024-08-26ice: implement and use rd32_poll_timeout for ice_sq_done timeoutJacob Keller
2024-08-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-08-22net: atlantic: Avoid warning about potential string truncationSimon Horman
2024-08-22net: xilinx: axienet: Fix dangling multicast addressesSean Anderson
2024-08-22net: xilinx: axienet: Always disable promiscuous modeSean Anderson
2024-08-22nfp: bpf: Use kmemdup_array instead of kmemdup for multiple allocationYu Jiaoliang
2024-08-22net: airoha: configure hw mac address according to the port idLorenzo Bianconi
2024-08-22octeontx2-af: Fix CPT AF register offset calculationBharat Bhushan
2024-08-22net: ngbe: Fix phy mode set to external phyMengyuan Lou
2024-08-21Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski
2024-08-21net: xilinx: axienet: Add statistics supportSean Anderson
2024-08-21net: xilinx: axienet: Report RxRject as rx_droppedSean Anderson
2024-08-21bnxt_en: Fix double DMA unmapping for XDP_REDIRECTSomnath Kotur
2024-08-21ice: Fix a 32bit bugDan Carpenter
2024-08-20igb: cope with large MAX_SKB_FRAGSPaolo Abeni
2024-08-20cxgb4: add forgotten u64 ivlan cast before shiftNikolay Kuratov
2024-08-20net: hns3: Use ARRAY_SIZE() to improve readabilityZhang Zekun
2024-08-20dpaa2-switch: Fix error checking in dpaa2_switch_seed_bp()Dan Carpenter
2024-08-20ice: use internal pf id instead of function numberMichal Swiatkowski
2024-08-20ice: fix truesize operations for PAGE_SIZE >= 8192Maciej Fijalkowski
2024-08-20ice: fix ICE_LAST_OFFSET formulaMaciej Fijalkowski
2024-08-20ice: fix page reuse when PAGE_SIZE is over 8kMaciej Fijalkowski
2024-08-20net: ethernet: ibm: Simpify code with for_each_child_of_node()Zhang Zekun
2024-08-19net/mlx5: E-Switch, Remove unused declarationsYue Haibing
2024-08-19igbvf: Remove two unused declarationsYue Haibing
2024-08-19gve: Remove unused declaration gve_rx_alloc_rings()Yue Haibing
2024-08-16bnx2x: Set ivi->vlan field as an integerSimon Horman
2024-08-16net: txgbe: Remove unnecessary NULL check before freeSimon Horman
2024-08-16net: ethernet: lantiq_etop: remove unused variableAleksander Jan Bajkowski
2024-08-16net/mlx5: Fix IPsec RoCE MPV trace callPatrisious Haddad
2024-08-16net/mlx5e: XPS, Fix oversight of Multi-PF Netdev changesCarolina Jubran
2024-08-16net/mlx5e: SHAMPO, Release in progress headersDragos Tatulea
2024-08-16net/mlx5e: SHAMPO, Fix page leakDragos Tatulea
2024-08-16Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski
2024-08-16idpf: remove redundant 'req_vec_chunks' NULL checkPavan Kumar Linga
2024-08-16net: ag71xx: use devm for register_netdevRosen Penev
2024-08-16net: ag71xx: use devm for of_mdiobus_registerRosen Penev
2024-08-16net: ag71xx: devm_clk_get_enabledRosen Penev
2024-08-16net: hns3: Use ipv6_addr_{cpu_to_be32,be32_to_cpu} helpersSimon Horman
2024-08-16net: ethernet: mtk_eth_soc: Use ipv6_addr_{cpu_to_be32,be32_to_cpu} helpersSimon Horman
2024-08-16net: mscc: ocelot: treat 802.1ad tagged traffic as 802.1Q-untaggedVladimir Oltean
2024-08-16net: mscc: ocelot: serialize access to the injection/extraction groupsVladimir Oltean
2024-08-16net: mscc: ocelot: fix QoS class for injected packets with "ocelot-8021q"Vladimir Oltean
2024-08-16net: mscc: ocelot: use ocelot_xmit_get_vlan_info() also for FDMA and register...Vladimir Oltean
2024-08-15bnxt_en: Don't clear ntuple filters and rss contexts during ethtool opsPavan Chebbi
2024-08-15net/mlx5: Use cpumask_local_spread() instead of custom codeErwan Velu
2024-08-15ipv4: Remove redundant !ifa->ifa_dev check.Kuniyuki Iwashima
2024-08-15net: macb: increase max_mtu for oversized framesPieter Van Trappen
2024-08-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-08-15net: hns3: use correct release function during uninitializationPeiyang Wang