summaryrefslogtreecommitdiffstats
path: root/drivers/net/cris
Commit message (Expand)AuthorAgeFilesLines
* net: cris: make eth_v10.c explicitly non-modularPaul Gortmaker2016-10-311-10/+1
* net: deprecate eth_change_mtu, remove usageJarod Wilson2016-10-131-1/+0
* treewide: replace dev->trans_start update with helperFlorian Westphal2016-05-041-1/+1
* eth_v10: remove unnecessary break after returnFabian Frederick2014-07-201-1/+0
* ethtool: fix drvinfo strings set in driversJiri Pirko2013-01-061-4/+4
* cris: fix eth_v10.c build errorRandy Dunlap2012-08-031-1/+1
* net: Properly define functions with no parametersBen Hutchings2012-07-101-1/+1
* net:removed the unused variableWanlong Gao2012-04-031-1/+0
* Remove all #inclusions of asm/system.hDavid Howells2012-03-281-1/+0
* net: remove use of ndo_set_multicast_list in driversJiri Pirko2011-08-171-1/+1
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-04-111-1/+1
|\
| * Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* | drivers/net: Remove IRQF_SAMPLE_RANDOM flag from network driversJavier Martinez Canillas2011-03-301-2/+2
|/
* net: cris/eth_v10: Use net_device_stats from struct net_device_statsTobias Klauser2010-12-061-19/+15
* eth_v10: Removing dead ETRAX_NETWORK_RED_ON_NO_CONNECTIONChristoph Egger2010-07-141-4/+0
* net: trans_start cleanupsEric Dumazet2010-05-101-1/+1
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-04-111-1/+0
|\
| * include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-1/+0
* | net: convert multicast list to list_headJiri Pirko2010-04-031-3/+3
|/
* net: convert multiple drivers to use netdev_for_each_mc_addrJiri Pirko2010-02-171-4/+2
* net: use netdev_mc_count and netdev_mc_empty when appropriateJiri Pirko2010-02-121-1/+1
* Merge branch 'for-linus' of git://repo.or.cz/cris-mirrorLinus Torvalds2009-09-241-3/+17
|\
| * CRISv10: Don't autonegotiate if autonegotiation is offJesper Nilsson2009-08-311-3/+17
* | net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy2009-07-051-1/+1
|/
* eth_v10: convert to net_device_opsAlexander Beregalov2009-04-131-12/+18
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-11-061-2/+2
|\
| * [CRIS] Move header files from include to arch/cris/include.Jesper Nilsson2008-10-291-2/+2
* | net: convert print_mac to %pMJohannes Berg2008-10-271-3/+1
|/
* CRIS v10: drivers/net/cris/eth_v10.c rename LED defines to CRIS_LED to avoid ...Jesper Nilsson2008-02-081-218/+7
* CRISv10 Ethernet declare mac fixJesper Nilsson2007-11-141-1/+1
* cris-build-fixes-update-eth_v10c-ethernet-driver-fixAndrew Morton2007-11-141-4/+8
* cris build fixes: update eth_v10.c ethernet driverJesper Nilsson2007-11-141-152/+276
* remove asm/bitops.h includesJiri Slaby2007-10-191-1/+1
* [NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()Joe Perches2007-10-101-6/+2
* [SK_BUFF]: Convert skb->end to sk_buff_data_tArnaldo Carvalho de Melo2007-04-251-1/+2
* [SK_BUFF]: Convert skb->tail to sk_buff_data_tArnaldo Carvalho de Melo2007-04-251-1/+1
* [ETH]: Make eth_type_trans set skb->dev like the other *_type_transArnaldo Carvalho de Melo2007-04-251-1/+0
* [PATCH] remove many unneeded #includes of sched.hTim Schmielau2007-02-141-1/+0
* [PATCH] drivers cris: return on NULL dev_alloc_skb()David Rientjes2006-11-101-0/+2
* IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells2006-10-051-4/+4
* drivers/net: const-ify ethtool_ops declarationsJeff Garzik2006-09-131-2/+2
* [PATCH] irq-flags: drivers/net: Use the new IRQF_ constantsThomas Gleixner2006-07-021-1/+1
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0
* [PATCH] cris v10 eth: use ethtool_opsChristoph Hellwig2005-11-091-78/+71
* [PATCH] timer initialization cleanup: DEFINE_TIMERIngo Molnar2005-09-091-3/+3
* Linux-2.6.12-rc2Linus Torvalds2005-04-162-0/+1837