summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/sun
Commit message (Expand)AuthorAgeFilesLines
* net: sunhme: output link status with a single print.Nick Bowler2022-07-131-31/+12
* 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
|/
* Fix a typoBhaskar Chowdhury2021-03-181-2/+2
* net: cassini: Fix fall-through warnings for ClangGustavo A. R. Silva2021-03-101-0/+1
* sun/niu: fix wrong RXMAC_BC_FRM_CNT_COUNT countDenis Efremov2021-03-051-2/+0
* Merge tag 'net-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2020-10-153-14/+13
|\
| * net: sunbmac: Replace in_interrupt() usageSebastian Andrzej Siewior2020-09-291-9/+9
| * drivers/net/ethernet: clean up mis-targeted commentsJesse Brandeburg2020-09-251-2/+2
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-09-043-4/+4
| |\
| * | net: sungem: Remove unneeded cast from memory allocationYueHaibing2020-09-011-3/+2
* | | Merge branch 'work.csum_and_copy' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-10-121-1/+1
|\ \ \ | |_|/ |/| |
| * | skb_copy_and_csum_bits(): don't bother with the last argumentAl Viro2020-08-201-1/+1
| |/
* / treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-233-4/+4
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-08-053-129/+138
|\
| * net: sungem: switch from 'pci_' to 'dma_' APIChristophe JAILLET2020-07-171-26/+27
| * net: sun: cassini: switch from 'pci_' to 'dma_' APIChristophe JAILLET2020-07-171-50/+54
| * sun/cassini: mark cas_resume() as __maybe_unusedWei Yongjun2020-07-071-1/+1
| * sun/niu: add __maybe_unused attribute to PM functionsVaibhav Gupta2020-07-071-2/+2
| * sun/cassini: use generic power managementVaibhav Gupta2020-07-061-10/+7