summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/sun
AgeCommit message (Expand)AuthorFilesLines
2024-06-12eth: sungem: remove .ndo_poll_controller to avoid deadlocksJakub Kicinski1-14/+0
2023-08-12ethernet: ldmvsw: mark ldmvsw_open() staticArnd Bergmann1-2/+1
2023-07-28net: Explicitly include correct DT includesRob Herring5-4/+6
2023-06-16sunvnet: fix sparc64 build error after gso code splitStephen Rothwell1-0/+1
2023-05-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+2
2023-05-17cassini: Fix a memory leak in the error handling path of cas_init_one()Christophe JAILLET1-0/+2
2023-05-13net: introduce and use skb_frag_fill_page_desc()Yunsheng Lin1-6/+2
2023-04-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2023-04-07niu: Fix missing unwind goto in niu_alloc_channels()Harshit Mogalapalli1-1/+1
2023-04-07net: sunhme: move asm includes to below linux includesSimon Horman1-3/+4
2023-03-27net: sunhme: Consolidate common probe tasksSean Anderson1-93/+64
2023-03-27net: sunhme: Inline error returnsSean Anderson1-12/+6
2023-03-27net: sunhme: Clean up mac address initSean Anderson1-5/+4
2023-03-27net: sunhme: Consolidate mac address initializationSean Anderson1-148/+134
2023-03-27net: sunhme: Switch SBUS to devresSean Anderson1-83/+35
2023-03-27net: sunhme: Alphabetize includesSean Anderson1-30/+25
2023-03-27net: sunhme: Unify IRQ requestingSean Anderson1-121/+10
2023-03-27net: sunhme: Remove residual polling codeSean Anderson2-122/+18
2023-03-27net: sunhme: Just restart autonegotiation if we can't bring the link upSean Anderson1-126/+119
2023-03-27net: sunhme: Fix uninitialized return codeSean Anderson1-1/+1
2023-03-17ethernet: sun: add check for the mdesc_grab()Liang He2-0/+6
2023-03-16net: Use of_property_read_bool() for boolean propertiesRob Herring1-1/+1
2023-02-23net: sunhme: Fix region requestSean Anderson1-2/+4
2022-12-26treewide: Convert del_timer*() to timer_shutdown*()Steven Rostedt (Google)1-1/+1
2022-11-25sunvnet: Use kmap_local_page() instead of kmap_atomic()Anirudh Venkataramanan1-2/+2
2022-11-25cassini: Use memcpy_from_page() instead of k[un]map_atomic()Anirudh Venkataramanan1-10/+4
2022-11-25cassini: Use page_address() instead of kmap_atomic()Anirudh Venkataramanan1-23/+11
2022-10-15sunhme: Uninitialized variable in happy_meal_init()Dan Carpenter1-1/+1
2022-10-13sunhme: fix an IS_ERR() vs NULL check in probeDan Carpenter1-2/+2
2022-09-29net: sunhme: Fix undersized zeroing of quattro->happy_mealsSean Anderson1-3/+1
2022-09-29net: drop the weight argument from netif_napi_addJakub Kicinski5-7/+5
2022-09-27sunhme: Use vdbg for spam-y printsSean Anderson1-25/+4
2022-09-27sunhme: Combine continued messagesSean Anderson1-173/+105
2022-09-27sunhme: Use (net)dev_foo wherever possibleSean Anderson1-89/+85
2022-09-27sunhme: Convert printk(KERN_FOO ...) to pr_foo(...)Sean Anderson1-74/+78
2022-09-27sunhme: Clean up debug infrastructureSean Anderson1-40/+32
2022-09-27sunhme: Convert FOO((...)) to FOO(...)Sean Anderson1-136/+136
2022-09-27sunhme: switch to devresRolf Eike Beer1-41/+14
2022-09-27sunhme: Regularize probe errorsSean Anderson1-8/+13
2022-09-27sunhme: Return an ERR_PTR from quattro_pci_findSean Anderson1-22/+27
2022-09-27sunhme: forward the error code from pci_enable_device()Rolf Eike Beer1-3/+3
2022-09-27sunhme: Remove versionSean Anderson1-15/+2
2022-09-27sunhme: remove unused tx_dump_ring()Rolf Eike Beer1-16/+0
2022-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+2
2022-09-22net: sunhme: Fix packet reception for len < RX_COPY_THRESHOLDSean Anderson1-2/+2
2022-09-01net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang8-20/+20
2022-07-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-31/+12
2022-07-13net: sunhme: output link status with a single print.Nick Bowler1-31/+12
2022-07-02ethernet/sun: fix repeated words in commentsJilin Yuan4-4/+4
2022-05-25Merge tag 'net-next-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2-3/+2