summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/sun
Commit message (Expand)AuthorAgeFilesLines
* sunvnet: fix sparc64 build error after gso code splitStephen Rothwell2023-06-151-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-05-181-0/+2
|\
| * cassini: Fix a memory leak in the error handling path of cas_init_one()Christophe JAILLET2023-05-171-0/+2
* | net: introduce and use skb_frag_fill_page_desc()Yunsheng Lin2023-05-131-6/+2
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-04-131-1/+1
|\
| * niu: Fix missing unwind goto in niu_alloc_channels()Harshit Mogalapalli2023-04-071-1/+1
* | net: sunhme: move asm includes to below linux includesSimon Horman2023-04-061-3/+4
* | net: sunhme: Consolidate common probe tasksSean Anderson2023-03-271-93/+64
* | net: sunhme: Inline error returnsSean Anderson2023-03-271-12/+6
* | net: sunhme: Clean up mac address initSean Anderson2023-03-271-5/+4
* | net: sunhme: Consolidate mac address initializationSean Anderson2023-03-271-148/+134
* | net: sunhme: Switch SBUS to devresSean Anderson2023-03-271-83/+35
* | net: sunhme: Alphabetize includesSean Anderson2023-03-271-30/+25
* | net: sunhme: Unify IRQ requestingSean Anderson2023-03-271-121/+10
* | net: sunhme: Remove residual polling codeSean Anderson2023-03-272-122/+18
* | net: sunhme: Just restart autonegotiation if we can't bring the link upSean Anderson2023-03-271-126/+119
* | net: sunhme: Fix uninitialized return codeSean Anderson2023-03-271-1/+1
|/
* ethernet: sun: add check for the mdesc_grab()Liang He2023-03-172-0/+6
* net: Use of_property_read_bool() for boolean propertiesRob Herring2023-03-161-1/+1
* net: sunhme: Fix region requestSean Anderson2023-02-231-2/+4
* treewide: Convert del_timer*() to timer_shutdown*()Steven Rostedt (Google)2022-12-251-1/+1
* sunvnet: Use kmap_local_page() instead of kmap_atomic()Anirudh Venkataramanan2022-11-251-2/+2
* cassini: Use memcpy_from_page() instead of k[un]map_atomic()Anirudh Venkataramanan2022-11-251-10/+4
* cassini: Use page_address() instead of kmap_atomic()Anirudh Venkataramanan2022-11-251-23/+11
* sunhme: Uninitialized variable in happy_meal_init()Dan Carpenter2022-10-151-1/+1
* sunhme: fix an IS_ERR() vs NULL check in probeDan Carpenter2022-10-131-2/+2
* net: sunhme: Fix undersized zeroing of quattro->happy_mealsSean Anderson2022-09-281-3/+1
* net: drop the weight argument from netif_napi_addJakub Kicinski2022-09-285-7/+5
* sunhme: Use vdbg for spam-y printsSean Anderson2022-09-261-25/+4
* sunhme: Combine continued messagesSean Anderson2022-09-261-173/+105
* sunhme: Use (net)dev_foo wherever possibleSean Anderson2022-09-261-89/+85
* sunhme: Convert printk(KERN_FOO ...) to pr_foo(...)Sean Anderson2022-09-261-74/+78
* sunhme: Clean up debug infrastructureSean Anderson2022-09-261-40/+32
* sunhme: Convert FOO((...)) to FOO(...)Sean Anderson2022-09-261-136/+136
* sunhme: switch to devresRolf Eike Beer2022-09-261-41/+14
* sunhme: Regularize probe errorsSean Anderson2022-09-261-8/+13
* sunhme: Return an ERR_PTR from quattro_pci_findSean Anderson2022-09-261-22/+27
* sunhme: forward the error code from pci_enable_device()Rolf Eike Beer2022-09-261-3/+3
* sunhme: Remove versionSean Anderson2022-09-261-15/+2
* sunhme: remove unused tx_dump_ring()Rolf Eike Beer2022-09-261-16/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-09-221-2/+2
|\
| * net: sunhme: Fix packet reception for len < RX_COPY_THRESHOLDSean Anderson2022-09-221-2/+2
* | net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang2022-08-318-20/+20
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-07-141-31/+12
|\
| * net: sunhme: output link status with a single print.Nick Bowler2022-07-131-31/+12
* | ethernet/sun: fix repeated words in commentsJilin Yuan2022-07-014-4/+4
|/
* Merge tag 'net-next-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2022-05-252-3/+2
|\
| * eth: sun: cassini: remove dead codeMartin Liška2022-05-181-2/+2
| * net: ethernet: Prepare cleanup of powerpc's asm/prom.hChristophe Leroy2022-05-051-1/+0
* | niu: Silence randstruct warningsKees Cook2022-05-161-10/+31
|/