summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/sun
Commit message (Expand)AuthorAgeFilesLines
* 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
* sunvnet: use icmp_ndo_send helperJason A. Donenfeld2020-02-131-19/+4
* net: sunvnet: use skb_list_walk_safe helper for gso segmentsJason A. Donenfeld2020-01-081-6/+3
* netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin2019-12-128-8/+8
* ethernet: Delete unnecessary checks before the macro call “dev_kfree_skb”Markus Elfring2019-08-221-2/+1
* net: Use skb_frag_off accessorsJonathan Lemon2019-07-303-7/+7
* net: ethernet: sun: remove redundant assignment to variable errColin Ian King2019-07-041-2/+0
* net: remove 'fallback' argument from dev->ndo_select_queue()Paolo Abeni2019-03-202-4/+2
* net: ethernet: sun: Zero initialize class in default case in niu_add_ethtool_...Nathan Chancellor2019-03-081-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-02-083-3/+3
|\
| * net: sun: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop profilesYang Wei2019-02-063-3/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-01-272-28/+2
|\|
| * net: sun: cassini: Cleanup license conflictThomas Gleixner2019-01-222-28/+2
* | net: sungem: fix indentation, remove a tabColin Ian King2019-01-161-1/+1
|/
* niu: fix missing checks of niu_pci_eeprom_readKangjie Lu2018-12-271-2/+8
* net: Use of_node_name_eq for node name comparisonsRob Herring2018-12-051-1/+1
* net: sun: fix return type of ndo_start_xmit functionYueHaibing2018-09-196-13/+17
* net: ethernet: Convert to using %pOFn instead of device_node.nameRob Herring2018-08-291-1/+1
* net: allow ndo_select_queue to pass netdevAlexander Duyck2018-07-092-2/+4
* net: ethernet: sun: remove redundant variables adv and lpa and mii_readsColin Ian King2018-07-051-16/+0
* net: sungem: fix rx checksum supportEric Dumazet2018-06-201-10/+12
* net: ethernet: sun: niu set correct packet size in skbRob Taglang2018-05-041-3/+2
* ethernet: Use octal not symbolic permissionsJoe Perches2018-03-261-5/+5
* sunvnet: does not support GSO for sctpCathy Zhou2018-03-141-1/+1