summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/sun
Commit message (Expand)AuthorAgeFilesLines
* 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
| * sun/niu: use generic power managementVaibhav Gupta2020-07-061-10/+7
| * sun/sungem: use generic power managementVaibhav Gupta2020-07-061-33/+43
* | treewide: Remove uninitialized_var() usageKees Cook2020-07-162-4/+4
|/
* treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-141-9/+9
* mm: reorder includes after introduction of linux/pgtable.hMike Rapoport2020-06-092-2/+2
* mm: introduce include/linux/pgtable.hMike Rapoport2020-06-092-2/+2
* mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport2020-06-091-1/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-05-241-2/+1
|\
| * net: sun: fix missing release regions in cas_init_one().Qiushi Wu2020-05-221-2/+1
* | net: sun: cassini: Remove unused inline functionsYueHaibing2020-05-051-12/+0
* | net: sun: Remove unneeded cast from memory allocationAishwarya Ramakrishnan2020-04-201-1/+1
|/
* net: sun: use pci_status_get_and_clear_errorsHeiner Kallweit2020-03-042-39/+19