summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/sun
AgeCommit message (Expand)AuthorLines
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-9/+9
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-14/+11
2026-02-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni-0/+3
2026-02-10net: sunhme: Fix sbus regressionRené Rebe-0/+3
2026-01-10net: niu: convert to use .get_rx_ring_countBreno Leitao-3/+8
2025-07-25net: Fix typosBjorn Helgaas-5/+5
2025-07-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni-1/+34
2025-07-02nui: Fix dma_mapping_error() checkThomas Fourier-1/+34
2025-06-18eth: niu: migrate to new RXFH callbacksJakub Kicinski-8/+9
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar-6/+6
2025-04-15net/niu: Niu requires MSIX ENTRY_DATA fields touch before entry readsJonathan Currier-0/+2
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner-19/+19
2025-01-27eth: niu: fix calling napi_enable() in atomic contextJakub Kicinski-1/+9
2024-12-17niu: Use page->private instead of page->indexMatthew Wilcox (Oracle)-11/+11
2024-10-04net: ethernet: Switch back to struct platform_driver::remove()Uwe Kleine-König-3/+3
2024-08-12net: sunvnet: use ethtool_sprintf/putsRosen Penev-24/+10
2024-05-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-14/+0
2024-05-10eth: sungem: remove .ndo_poll_controller to avoid deadlocksJakub Kicinski-14/+0
2024-05-07net: annotate writes on dev->mtu from ndo_change_mtu()Eric Dumazet-3/+3
2024-05-03Revert "net: mirror skb frag ref/unref helpers"Mina Almasry-2/+2
2024-04-11net: mirror skb frag ref/unref helpersMina Almasry-2/+2
2024-04-11net: move skb ref helpers to new headerMina Almasry-0/+1
2024-03-14Merge tag 'mm-nonmm-stable-2024-03-14-09-36' of git://git.kernel.org/pub/scm/...Linus Torvalds-5/+5
2024-03-06Normalise "name (ad@dr)" MODULE_AUTHORs to "name <ad@dr>"Ahelenia Ziemiańska-5/+5
2024-03-04net: adopt skb_network_offset() and similar helpersEric Dumazet-2/+2
2023-09-20net: ethernet: sun: Convert to platform remove callback returning voidUwe Kleine-König-11/+6
2023-08-11ethernet: ldmvsw: mark ldmvsw_open() staticArnd Bergmann-2/+1
2023-07-27net: Explicitly include correct DT includesRob Herring-4/+6
2023-06-15sunvnet: fix sparc64 build error after gso code splitStephen Rothwell-0/+1
2023-05-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-0/+2
2023-05-17cassini: Fix a memory leak in the error handling path of cas_init_one()Christophe JAILLET-0/+2
2023-05-13net: introduce and use skb_frag_fill_page_desc()Yunsheng Lin-6/+2
2023-04-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-1/+1
2023-04-07niu: Fix missing unwind goto in niu_alloc_channels()Harshit Mogalapalli-1/+1
2023-04-06net: sunhme: move asm includes to below linux includesSimon Horman-3/+4
2023-03-27net: sunhme: Consolidate common probe tasksSean Anderson-93/+64
2023-03-27net: sunhme: Inline error returnsSean Anderson-12/+6
2023-03-27net: sunhme: Clean up mac address initSean Anderson-5/+4
2023-03-27net: sunhme: Consolidate mac address initializationSean Anderson-148/+134
2023-03-27net: sunhme: Switch SBUS to devresSean Anderson-83/+35
2023-03-27net: sunhme: Alphabetize includesSean Anderson-30/+25
2023-03-27net: sunhme: Unify IRQ requestingSean Anderson-121/+10
2023-03-27net: sunhme: Remove residual polling codeSean Anderson-122/+18
2023-03-27net: sunhme: Just restart autonegotiation if we can't bring the link upSean Anderson-126/+119
2023-03-27net: sunhme: Fix uninitialized return codeSean Anderson-1/+1
2023-03-17ethernet: sun: add check for the mdesc_grab()Liang He-0/+6
2023-03-16net: Use of_property_read_bool() for boolean propertiesRob Herring-1/+1
2023-02-23net: sunhme: Fix region requestSean Anderson-2/+4
2022-12-25treewide: Convert del_timer*() to timer_shutdown*()Steven Rostedt (Google)-1/+1
2022-11-25sunvnet: Use kmap_local_page() instead of kmap_atomic()Anirudh Venkataramanan-2/+2