summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/sun
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* ethernet: sun: Fix spelling mistake "mis-matched" -> "mismatched"Colin Ian King2022-03-171-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-03-101-1/+5
|\
| * ethernet: sun: Free the coherent when failing in probingZheyu Ma2022-03-071-1/+5
* | net: ethernet: sun: use min_t() to make code cleanerChangcheng Deng2022-03-091-1/+1
* | net: ethernet: sun: Remove redundant codeJiapeng Chong2022-03-041-16/+0
* | net: ethernet: sun: use time_is_before_jiffies() instead of open coding itWang Qing2022-02-281-2/+3
|/
* sun/cassini: Use dma_set_mask_and_coherent() and simplify codeChristophe JAILLET2022-01-021-20/+6
* ethernet: use eth_hw_addr_set() in unmaintained driversJakub Kicinski2021-10-181-1/+3
* ethernet: replace netdev->dev_addr assignment loopsJakub Kicinski2021-10-141-3/+1
* ethernet: constify references to netdev->dev_addr in driversJakub Kicinski2021-10-142-2/+2
* ethernet: sun: add missing semicolon, fix buildStephen Rothwell2021-10-111-1/+1
* ethernet: sun: remove direct netdev->dev_addr writesJakub Kicinski2021-10-095-34/+48
* ethernet: use eth_hw_addr_set() for dev->addr_len casesJakub Kicinski2021-10-052-2/+2
* ethernet: use eth_hw_addr_set()Jakub Kicinski2021-10-024-8/+8
* net: sun: SUNVNET_COMMON should depend on INETRandy Dunlap2021-09-281-0/+1
* niu: switch from 'pci_' to 'dma_' APIChristophe JAILLET2021-08-291-11/+3
* net: sunhme: Remove unused macrosChristophe JAILLET2021-08-231-24/+0
* niu: read property length only if we use itMartin Kaiser2021-08-021-3/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-07-311-1/+2
|\
| * NIU: fix incorrect error return, missed in previous revertPaul Jakma2021-07-231-1/+2
* | dev_ioctl: split out ndo_eth_ioctlArnd Bergmann2021-07-273-3/+3
|/
* Merge tag 'char-misc-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-07-052-5/+2
|\
| * Merge 50f09a3dd587 ("Merge tag 'char-misc-5.13-rc3' of git://git.kernel.org/p...Greg Kroah-Hartman2021-05-211-12/+20
| |\
| * | sparc/vio: make remove callback return voidUwe Kleine-König2021-05-142-5/+2
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-05-271-12/+20
|\ \ \ | | |/ | |/|
| * | ethernet: sun: niu: fix missing checks of niu_pci_eeprom_read()Du Cheng2021-05-131-10/+24
| * | Revert "niu: fix missing checks of niu_pci_eeprom_read"Greg Kroah-Hartman2021-05-131-8/+2
| |/
* / net: sun: remove leading spaces before tabsHui Tang2021-05-193-14/+14
|/