aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/net/ethernet/sun (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva3-4/+4
2020-08-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds3-129/+138
2020-07-17net: sungem: switch from 'pci_' to 'dma_' APIChristophe JAILLET1-26/+27
2020-07-17net: sun: cassini: switch from 'pci_' to 'dma_' APIChristophe JAILLET1-50/+54
2020-07-16treewide: Remove uninitialized_var() usageKees Cook2-4/+4
2020-07-07sun/cassini: mark cas_resume() as __maybe_unusedWei Yongjun1-1/+1
2020-07-07sun/niu: add __maybe_unused attribute to PM functionsVaibhav Gupta1-2/+2
2020-07-06sun/cassini: use generic power managementVaibhav Gupta1-10/+7
2020-07-06sun/niu: use generic power managementVaibhav Gupta1-10/+7
2020-07-06sun/sungem: use generic power managementVaibhav Gupta1-33/+43
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada1-9/+9
2020-06-09mm: reorder includes after introduction of linux/pgtable.hMike Rapoport2-2/+2
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport2-2/+2
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport1-1/+0
2020-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-2/+1
2020-05-22net: sun: fix missing release regions in cas_init_one().Qiushi Wu1-2/+1
2020-05-05net: sun: cassini: Remove unused inline functionsYueHaibing1-12/+0
2020-04-20net: sun: Remove unneeded cast from memory allocationAishwarya Ramakrishnan1-1/+1
2020-03-04net: sun: use pci_status_get_and_clear_errorsHeiner Kallweit2-39/+19
2020-02-13sunvnet: use icmp_ndo_send helperJason A. Donenfeld1-19/+4
2020-01-08net: sunvnet: use skb_list_walk_safe helper for gso segmentsJason A. Donenfeld1-6/+3
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin8-8/+8
2019-08-22ethernet: Delete unnecessary checks before the macro call “dev_kfree_skb”Markus Elfring1-2/+1
2019-07-30net: Use skb_frag_off accessorsJonathan Lemon3-7/+7
2019-07-04net: ethernet: sun: remove redundant assignment to variable errColin Ian King1-2/+0
2019-03-20net: remove 'fallback' argument from dev->ndo_select_queue()Paolo Abeni2-4/+2
2019-03-08net: ethernet: sun: Zero initialize class in default case in niu_add_ethtool_tcam_entryNathan Chancellor1-0/+1
2019-02-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-3/+3
2019-02-06net: sun: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop profilesYang Wei3-3/+3
2019-01-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-28/+2
2019-01-22net: sun: cassini: Cleanup license conflictThomas Gleixner2-28/+2
2019-01-16net: sungem: fix indentation, remove a tabColin Ian King1-1/+1
2018-12-27niu: fix missing checks of niu_pci_eeprom_readKangjie Lu1-2/+8
2018-12-05net: Use of_node_name_eq for node name comparisonsRob Herring1-1/+1
2018-09-19net: sun: fix return type of ndo_start_xmit functionYueHaibing6-13/+17
2018-08-29net: ethernet: Convert to using %pOFn instead of device_node.nameRob Herring1-1/+1
2018-07-09net: allow ndo_select_queue to pass netdevAlexander Duyck2-2/+4
2018-07-05net: ethernet: sun: remove redundant variables adv and lpa and mii_readsColin Ian King1-16/+0
2018-06-20net: sungem: fix rx checksum supportEric Dumazet1-10/+12
2018-05-04net: ethernet: sun: niu set correct packet size in skbRob Taglang1-3/+2
2018-03-26ethernet: Use octal not symbolic permissionsJoe Perches1-5/+5
2018-03-14sunvnet: does not support GSO for sctpCathy Zhou1-1/+1
2018-02-07sun: Add SPDX license tags to Sun network driversShannon Nelson11-0/+11
2017-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds9-38/+24
2017-11-07Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar7-0/+7
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller7-0/+7
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman7-0/+7
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns to READ_ONCE()/WRITE_ONCE()Mark Rutland1-2/+2
2017-10-18net: ethernet: sun: Convert timers to use timer_setup()Kees Cook9-31/+24
2017-09-26ldmvsw: Remove redundant unlikely()Tobias Klauser1-1/+1