summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'hardening-v6.9-rc1-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2024-03-236-18/+18
|\
| * overflow: Change DEFINE_FLEX to take __counted_by memberKees Cook2024-03-226-18/+18
* | Merge tag 'net-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2024-03-2115-104/+244
|\ \
| * | 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: 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
| * | octeontx2-af: Use matching wake_up API variant in CGX command interfaceLinu Cherian2024-03-131-1/+1
* | | Merge tag 'char-misc-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2024-03-215-8/+22
|\ \ \
| * | | cnic,bnx2,bnx2x: use UIO_MEM_DMA_COHERENTChris Leech2024-03-075-8/+22
* | | | Merge tag 'tty-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2024-03-211-1/+1
|\ \ \ \
| * \ \ \ Merge 6.8-rc6 into tty-nextGreg Kroah-Hartman2024-02-2711-26/+19
| |\ \ \ \
| * \ \ \ \ Merge 6.8-rc5 into tty-nextGreg Kroah-Hartman2024-02-1940-293/+494
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| * | | | | Merge 6.8-rc3 into tty-nextGreg Kroah-Hartman2024-02-0473-205/+538
| |\ \ \ \ \
| * | | | | | treewide, serdev: change receive_buf() return type to size_tFrancesco Dolcini2024-01-271-1/+1
* | | | | | | Merge tag 'trace-v6.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Linus Torvalds2024-03-182-8/+8
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | net: hns3: tracing: fix hclgevf trace event stringsSteven Rostedt (Google)2024-03-182-8/+8
* | | | | | | Merge tag 'powerpc-6.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2024-03-152-6/+2
|\ \ \ \ \ \ \
| * | | | | | | powerpc/macio: Make remove callback of macio driver void returnedDawei Li2024-03-072-6/+2
* | | | | | | | Merge tag 'mm-nonmm-stable-2024-03-14-09-36' of git://git.kernel.org/pub/scm/...Linus Torvalds2024-03-146-6/+6
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | Normalise "name (ad@dr)" MODULE_AUTHORs to "name <ad@dr>"Ahelenia Ziemiańska2024-03-066-6/+6
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge tag 'thermal-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-03-132-7/+7
|\ \ \ \ \ \ \
| * | | | | | | thermal: core: Eliminate writable trip points masksRafael J. Wysocki2024-02-272-4/+1
| * | | | | | | mlxsw: core_thermal: Set THERMAL_TRIP_FLAG_RW_TEMP directlyRafael J. Wysocki2024-02-271-6/+9
* | | | | | | | Merge tag 'spi-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...Linus Torvalds2024-03-132-3/+3
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | |
| * | | | | | | net: vertexcom: mse102x: Follow renaming of SPI "master" to "controller"Uwe Kleine-König2024-02-081-1/+1
| * | | | | | | net: ks8851: Follow renaming of SPI "master" to "controller"Uwe Kleine-König2024-02-081-2/+2
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-03-115-52/+32
|\ \ \ \ \ \ \
| * | | | | | | nfp: flower: handle acti_netdevs allocation failureDuoming Zhou2024-03-111-0/+5
| * | | | | | | 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
| * | | | | | | | octeontx2-af: Fix devlink paramsSunil Goutham2024-03-081-10/+10
* | | | | | | | | ravb: Correct buffer size to map for R-Car RxNiklas Söderlund2024-03-111-1/+1
* | | | | | | | | 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
* | | | | | | | | r8169: switch to new function phy_support_eeeHeiner Kallweit2024-03-111-2/+1
* | | | | | | | | Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...David S. Miller2024-03-113-5/+145
|\ \ \ \ \ \ \ \ \