summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* net: dsa: mt7530: fix handling of all link-local framesArınç ÜNAL2024-03-212-4/+46
* net: dsa: mt7530: fix link-local frames that ingress vlan filtering portsArınç ÜNAL2024-03-212-9/+23
* octeontx2-af: Use separate handlers for interruptsSubbaraya Sundeep2024-03-201-3/+14
* octeontx2-pf: Send UP messages to VF only when VF is up.Subbaraya Sundeep2024-03-201-0/+3
* octeontx2-pf: Use default max_active works instead of oneSubbaraya Sundeep2024-03-201-3/+4
* octeontx2-pf: Wait till detach_resources msg is completeSubbaraya Sundeep2024-03-202-2/+2
* octeontx2: Detect the mbox up or down message via registerSubbaraya Sundeep2024-03-209-83/+205
* net/bnx2x: Prevent access to a freed page in page_poolThinh Tran2024-03-191-3/+3
* net: phy: fix phy_read_poll_timeout argument type in genphy_loopbackNikita Kiryushin2024-03-191-2/+2
* wireguard: netlink: access device through ctx instead of peerJason A. Donenfeld2024-03-191-2/+2
* wireguard: netlink: check for dangling peer via is_dead instead of empty listJason A. Donenfeld2024-03-191-3/+3
* wireguard: device: remove generic .ndo_get_stats64Breno Leitao2024-03-191-1/+0
* wireguard: device: leverage core stats allocatorBreno Leitao2024-03-191-8/+2
* wireguard: receive: annotate data-race around receiving_counter.counterNikita Zhandarovich2024-03-191-3/+3
* net: dsa: mt7530: prevent possible incorrect XTAL frequency selectionArınç ÜNAL2024-03-181-10/+4
* net: veth: do not manipulate GRO when using XDPIgnat Korchagin2024-03-181-18/+0
* net: wan: fsl_qmc_hdlc: Fix module compilationHerve Codina2024-03-181-1/+1
* net: ethernet: mtk_eth_soc: fix PPE hanging issueDaniel Golle2024-03-151-7/+11
* net: mediatek: mtk_eth_soc: clear MAC_MCR_FORCE_LINK only when MAC is upDaniel Golle2024-03-151-4/+3
* net: txgbe: fix clk_name exceed MAX_DEV_ID limitsDuanqiang Wen2024-03-141-1/+1
* vmxnet3: Fix missing reserved tailroomWilliam Tu2024-03-141-3/+3
* octeontx2-af: Use matching wake_up API variant in CGX command interfaceLinu Cherian2024-03-131-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-03-119-75/+60
|\
| * nfp: flower: handle acti_netdevs allocation failureDuoming Zhou2024-03-111-0/+5
| * r8152: fix unknown device for choose_configurationHayes Wang2024-03-111-1/+1
| * net: phy: dp83822: Fix RGMII TX delay configurationTim Pambor2024-03-081-17/+20
| * Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/ne...Jakub Kicinski2024-03-083-42/+17
| |\
| | * ice: fix stats being updated by way too large valuesPrzemek Kitszel2024-03-061-13/+11
| | * igb: Fix missing time sync eventsVinicius Costa Gomes2024-03-061-18/+5
| | * igc: Fix missing time sync eventsVinicius Costa Gomes2024-03-061-11/+1
| * | net: phy: fix phy_get_internal_delay accessing an empty arrayKévin L'hôpital2024-03-081-1/+1
| * | octeontx2-af: Fix devlink paramsSunil Goutham2024-03-081-10/+10
| * | net: dsa: microchip: make sure drive strength configuration is not lost by so...Oleksij Rempel2024-03-071-4/+6
* | | vxlan: Remove generic .ndo_get_stats64Breno Leitao2024-03-111-2/+0
* | | vxlan: Do not alloc tstats manuallyBreno Leitao2024-03-111-11/+2
* | | ravb: Correct buffer size to map for R-Car RxNiklas Söderlund2024-03-111-1/+1
* | | net: amt: Remove generic .ndo_get_stats64Breno Leitao2024-03-111-1/+0
* | | net: amt: Move stats allocation to coreBreno Leitao2024-03-111-7/+2
* | | net: wan: framer/pef2256: Convert to platform remove callback returning voidUwe Kleine-König2024-03-111-4/+2
* | | mlxsw: spectrum_router: Share nexthop counters in resilient groupsPetr Machata2024-03-111-2/+68
* | | mlxsw: spectrum_router: Support nexthop group hardware statisticsPetr Machata2024-03-111-6/+142
* | | mlxsw: spectrum_router: Track NH ID's of group membersPetr Machata2024-03-111-0/+2
* | | mlxsw: spectrum_router: Add helpers for nexthop countersPetr Machata2024-03-111-15/+50
* | | mlxsw: spectrum_router: Avoid allocating NH counters twicePetr Machata2024-03-111-0/+3
* | | mlxsw: spectrum: Allow fetch-and-clear of flow countersPetr Machata2024-03-115-9/+11
* | | mlxsw: spectrum_router: Have mlxsw_sp_nexthop_counter_enable() return intPetr Machata2024-03-113-12/+36
* | | mlxsw: spectrum_router: Rename two functionsPetr Machata2024-03-113-19/+19
* | | net: netconsole: Add continuation line prefix to userdata messagesMatthew Wood2024-03-111-5/+7
* | | r8169: switch to new function phy_support_eeeHeiner Kallweit2024-03-111-2/+1
* | | net: phy: simplify a check in phy_check_link_statusHeiner Kallweit2024-03-111-2/+2