aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/cris (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-03-26net: remove cris etrax ethernet driverArnd Bergmann2-1743/+0
2017-11-21drivers/net: cris: Convert timers to use timer_setup()Kees Cook1-19/+17
2017-11-13Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-3/+3
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-05timer: Remove expires and data arguments from DEFINE_TIMERKees Cook1-3/+3
2017-06-05net/{mii, smsc}: Make mii_ethtool_get_link_ksettings and smc_netdev_get_ecmd return voidyuval.shaia@oracle.com1-3/+2
2017-03-27net: cris: eth_v10: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes1-12/+20
2016-10-31net: cris: make eth_v10.c explicitly non-modularPaul Gortmaker1-10/+1
2016-10-13net: deprecate eth_change_mtu, remove usageJarod Wilson1-1/+0
2016-05-04treewide: replace dev->trans_start update with helperFlorian Westphal1-1/+1
2014-07-20eth_v10: remove unnecessary break after returnFabian Frederick1-1/+0
2013-01-06ethtool: fix drvinfo strings set in driversJiri Pirko1-4/+4
2012-08-03cris: fix eth_v10.c build errorRandy Dunlap1-1/+1
2012-07-10net: Properly define functions with no parametersBen Hutchings1-1/+1
2012-04-03net:removed the unused variableWanlong Gao1-1/+0
2012-03-28Remove all #inclusions of asm/system.hDavid Howells1-1/+0
2011-08-17net: remove use of ndo_set_multicast_list in driversJiri Pirko1-1/+1
2011-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+1
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-03-30drivers/net: Remove IRQF_SAMPLE_RANDOM flag from network driversJavier Martinez Canillas1-2/+2
2010-12-06net: cris/eth_v10: Use net_device_stats from struct net_device_statsTobias Klauser1-19/+15
2010-07-14eth_v10: Removing dead ETRAX_NETWORK_RED_ON_NO_CONNECTIONChristoph Egger1-4/+0
2010-05-10net: trans_start cleanupsEric Dumazet1-1/+1
2010-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+0
2010-04-03net: convert multicast list to list_headJiri Pirko1-3/+3
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-1/+0
2010-02-17net: convert multiple drivers to use netdev_for_each_mc_addrJiri Pirko1-4/+2
2010-02-12net: use netdev_mc_count and netdev_mc_empty when appropriateJiri Pirko1-1/+1
2009-09-24Merge branch 'for-linus' of git://repo.or.cz/cris-mirrorLinus Torvalds1-3/+17
2009-08-31CRISv10: Don't autonegotiate if autonegotiation is offJesper Nilsson1-3/+17
2009-07-05net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy1-1/+1
2009-04-13eth_v10: convert to net_device_opsAlexander Beregalov1-12/+18
2008-11-06Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-2/+2
2008-10-29[CRIS] Move header files from include to arch/cris/include.Jesper Nilsson1-2/+2
2008-10-27net: convert print_mac to %pMJohannes Berg1-3/+1
2008-02-08CRIS v10: drivers/net/cris/eth_v10.c rename LED defines to CRIS_LED to avoid name clash.Jesper Nilsson1-218/+7
2007-11-14CRISv10 Ethernet declare mac fixJesper Nilsson1-1/+1
2007-11-14cris-build-fixes-update-eth_v10c-ethernet-driver-fixAndrew Morton1-4/+8
2007-11-14cris build fixes: update eth_v10.c ethernet driverJesper Nilsson1-152/+276
2007-10-19remove asm/bitops.h includesJiri Slaby1-1/+1
2007-10-10[NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()Joe Perches1-6/+2
2007-04-25[SK_BUFF]: Convert skb->end to sk_buff_data_tArnaldo Carvalho de Melo1-1/+2
2007-04-25[SK_BUFF]: Convert skb->tail to sk_buff_data_tArnaldo Carvalho de Melo1-1/+1
2007-04-25[ETH]: Make eth_type_trans set skb->dev like the other *_type_transArnaldo Carvalho de Melo1-1/+0
2007-02-14[PATCH] remove many unneeded #includes of sched.hTim Schmielau1-1/+0
2006-11-10[PATCH] drivers cris: return on NULL dev_alloc_skb()David Rientjes1-0/+2
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-4/+4
2006-09-13drivers/net: const-ify ethtool_ops declarationsJeff Garzik1-2/+2
2006-07-02[PATCH] irq-flags: drivers/net: Use the new IRQF_ constantsThomas Gleixner1-1/+1
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0