aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/sun
AgeCommit message (Expand)Author
2022-05-25Merge tag 'net-next-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2022-05-18eth: sun: cassini: remove dead codeMartin Liška
2022-05-16niu: Silence randstruct warningsKees Cook
2022-05-05net: ethernet: Prepare cleanup of powerpc's asm/prom.hChristophe Leroy
2022-03-17ethernet: sun: Fix spelling mistake "mis-matched" -> "mismatched"Colin Ian King
2022-03-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-03-09net: ethernet: sun: use min_t() to make code cleanerChangcheng Deng
2022-03-07ethernet: sun: Free the coherent when failing in probingZheyu Ma
2022-03-04net: ethernet: sun: Remove redundant codeJiapeng Chong
2022-02-28net: ethernet: sun: use time_is_before_jiffies() instead of open coding itWang Qing
2022-01-02sun/cassini: Use dma_set_mask_and_coherent() and simplify codeChristophe JAILLET
2021-10-18ethernet: use eth_hw_addr_set() in unmaintained driversJakub Kicinski
2021-10-14ethernet: replace netdev->dev_addr assignment loopsJakub Kicinski
2021-10-14ethernet: constify references to netdev->dev_addr in driversJakub Kicinski
2021-10-11ethernet: sun: add missing semicolon, fix buildStephen Rothwell
2021-10-09ethernet: sun: remove direct netdev->dev_addr writesJakub Kicinski
2021-10-05ethernet: use eth_hw_addr_set() for dev->addr_len casesJakub Kicinski
2021-10-02ethernet: use eth_hw_addr_set()Jakub Kicinski
2021-09-28net: sun: SUNVNET_COMMON should depend on INETRandy Dunlap
2021-08-29niu: switch from 'pci_' to 'dma_' APIChristophe JAILLET
2021-08-23net: sunhme: Remove unused macrosChristophe JAILLET
2021-08-02niu: read property length only if we use itMartin Kaiser
2021-07-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann
2021-07-23NIU: fix incorrect error return, missed in previous revertPaul Jakma
2021-07-05Merge tag 'char-misc-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2021-05-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-05-21Merge 50f09a3dd587 ("Merge tag 'char-misc-5.13-rc3' of git://git.kernel.org/p...Greg Kroah-Hartman
2021-05-19net: sun: remove leading spaces before tabsHui Tang
2021-05-14sparc/vio: make remove callback return voidUwe Kleine-König
2021-05-13ethernet: sun: niu: fix missing checks of niu_pci_eeprom_read()Du Cheng
2021-05-13Revert "niu: fix missing checks of niu_pci_eeprom_read"Greg Kroah-Hartman
2021-03-18Fix a typoBhaskar Chowdhury
2021-03-10net: cassini: Fix fall-through warnings for ClangGustavo A. R. Silva
2021-03-05sun/niu: fix wrong RXMAC_BC_FRM_CNT_COUNT countDenis Efremov
2020-10-15Merge tag 'net-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2020-10-12Merge branch 'work.csum_and_copy' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-09-29net: sunbmac: Replace in_interrupt() usageSebastian Andrzej Siewior
2020-09-25drivers/net/ethernet: clean up mis-targeted commentsJesse Brandeburg
2020-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2020-09-01net: sungem: Remove unneeded cast from memory allocationYueHaibing
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-08-20skb_copy_and_csum_bits(): don't bother with the last argumentAl Viro
2020-08-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds
2020-07-17net: sungem: switch from 'pci_' to 'dma_' APIChristophe JAILLET
2020-07-17net: sun: cassini: switch from 'pci_' to 'dma_' APIChristophe JAILLET
2020-07-16treewide: Remove uninitialized_var() usageKees Cook
2020-07-07sun/cassini: mark cas_resume() as __maybe_unusedWei Yongjun
2020-07-07sun/niu: add __maybe_unused attribute to PM functionsVaibhav Gupta
2020-07-06sun/cassini: use generic power managementVaibhav Gupta