aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/natsemi (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-09-11net: sonic: replace dev_kfree_skb in sonic_send_packetMao Wenan1-1/+1
2019-09-06net: sonic: return NETDEV_TX_OK if failed to map bufferMao Wenan1-2/+2
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner1-15/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner1-0/+1
2019-02-19net: ns83820: code cleanup for ns83820_probe_phy()Mao Wenan1-49/+21
2019-02-14net: natsemi: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop profilesYang Wei3-3/+3
2018-05-31net/sonic: Use dma_mapping_error()Finn Thain1-1/+1
2018-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-4/+4
2018-03-06ethernet: natsemi: correct spellingRandy Dunlap2-4/+4
2018-02-26net/sonic: Replace custom debug logging with netif_* callsFinn Thain5-103/+61
2018-02-26net/sonic: Clean up and modernize log messagesFinn Thain3-40/+33
2018-02-26net/macsonic: Drop redundant MACH_IS_MAC testFinn Thain1-3/+0
2018-02-26net/macsonic: Convert to nubus_driverFinn Thain1-54/+119
2018-01-16nubus: Add expansion_type values for various Mac modelsFinn Thain1-6/+2
2018-01-16nubus: Adopt standard linked list implementationFinn Thain1-3/+5
2018-01-16nubus: Rename struct nubus_devFinn Thain1-11/+11
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller5-0/+5
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman5-0/+5
2017-10-28drivers/net: natsemi: Convert timers to use timer_setup()Kees Cook2-9/+9
2017-09-21drivers: net: natsemi: use setup_timer() helper.Allen Pais1-3/+1
2017-09-21drivers: net: ns83820: use setup_timer() helper.Allen Pais1-3/+1
2017-05-08format-security: move static strings to constKees Cook1-1/+1
2017-02-12net: natsemi: ns83820: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes1-21/+25
2017-02-12net: natsemi: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes1-52/+67
2017-01-30drivers: net: generalize napi_complete_done()Eric Dumazet1-1/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2-2/+2
2016-10-26net: ns83820: use dev_kfree_skb_irq instead of kfree_skbWei Yongjun1-1/+1
2016-10-20ethernet: use net core MTU range checking in more driversJarod Wilson1-9/+2
2016-10-18ethernet: use core min/max MTU checkingJarod Wilson1-3/+4
2016-10-13net: deprecate eth_change_mtu, remove usageJarod Wilson3-3/+0
2016-09-12natsemi: use IS_ENABLED() instead of checking for built-in or moduleJavier Martinez Canillas1-1/+1
2016-05-04treewide: replace dev->trans_start update with helperFlorian Westphal2-2/+2
2015-12-19natsemi: add checks for dma mapping errorsAlexey Khoroshilov1-0/+12
2015-06-23drivers/net: remove all references to obsolete Ethernet-HOWTOPaul Gortmaker1-5/+2
2015-01-13net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko1-2/+2
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds2-2/+0
2014-10-24natsemi/macsonic: Remove superfluous interrupt disable/restoreGeert Uytterhoeven1-4/+0
2014-10-20net: ethernet: natsemi: drop owner assignment from platform_driversWolfram Sang2-2/+0
2014-08-12PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine2-2/+2
2014-05-13net: get rid of SET_ETHTOOL_OPSWilfried Klaebe2-2/+2
2014-01-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds3-6/+1
2014-01-16drivers/net: delete non-required instances of include <linux/init.h>Paul Gortmaker2-2/+0
2013-12-09net: ns83820: remove unnecessary pci_set_drvdata()Jingoo Han1-2/+0
2013-12-06ethernet: Fix FSF address in file headersJeff Kirsher1-2/+1
2013-11-26m68k: Remove superfluous inclusions of <asm/bootinfo.h>Geert Uytterhoeven1-1/+0
2013-11-11xtsonic: add missing platform_set_drvdata() in xtsonic_probe()Wei Yongjun1-0/+1
2013-10-21net: natsemi: remove unnecessary pci_set_drvdata()Jingoo Han1-2/+0
2013-09-15net: natsemi: remove deprecated IRQF_DISABLEDMichael Opdenacker2-4/+2
2013-04-19net: vlan: add protocol argument to packet tagging functionsPatrick McHardy1-1/+1