summaryrefslogtreecommitdiffstats
path: root/drivers/net/mv643xx_eth.c
Commit message (Expand)AuthorAgeFilesLines
* mv643xx_eth: update copyrightLennert Buytenhek2008-04-161-1/+5
* mv643xx_eth: only print banner onceLennert Buytenhek2008-04-161-1/+3
* mv643xx_eth: pass port identifier to register accessorsLennert Buytenhek2008-04-161-78/+78
* mv643xx_eth: report netdev name in all printksLennert Buytenhek2008-04-161-11/+6
* mv643xx_eth: identify ports by struct mv643xx_private *Lennert Buytenhek2008-04-161-118/+128
* mv643xx_eth: various cleanupsLennert Buytenhek2008-04-161-39/+16
* mv643xx_eth: mp->tx_desc_count needs spinlock protectionLennert Buytenhek2008-04-161-11/+10
* drivers/net/mv643xx_eth.c: Use FIELD_SIZEOFJulia Lawall2008-03-261-1/+1
* mv643xx_eth: Define module alias for platform deviceMartin Michlmayr2008-03-051-0/+1
* mv643xx_eth: fix byte order when checksum offload is enabledByron Bradley2008-02-051-3/+8
* Merge branch 'features' of git://farnsworth.org/dale/linux-2.6-mv643xx_eth in...Jeff Garzik2007-10-231-137/+669
|\
| * mv643xx_eth: Remove obsolete checksum offload commentDale Farnsworth2007-10-231-3/+0
| * mv643xx_eth: Merge drivers/net/mv643xx_eth.h into mv643xx_eth.cLennert Buytenhek2007-10-231-1/+557
| * mv643xx_eth: Remove MV643XX_ETH_ register prefixLennert Buytenhek2007-10-231-120/+107
| * mv643xx_eth: Remove SHARED_REGS register address biasLennert Buytenhek2007-10-231-15/+7
| * mv643xx_eth: Enable use on Orion platformsLennert Buytenhek2007-10-231-1/+1
* | mv643xx_eth: Hook up mv643xx_get_sset_countDale Farnsworth2007-10-231-0/+1
|/
* fallout from DECLARE_MAC_BUF patchesAl Viro2007-10-131-1/+1
* [netdrvr] Stop using legacy hooks ->self_test_count, ->get_stats_countJeff Garzik2007-10-101-3/+7
* [NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()Joe Perches2007-10-101-2/+3
* [ETHTOOL] Provide default behaviors for a few ethtool sub-ioctlsJeff Garzik2007-10-101-1/+0
* [NET] drivers/net: statistics cleanup #1 -- save memory and shrink codeJeff Garzik2007-10-101-22/+3
* drivers/net/: all drivers/net/ cleanup with ARRAY_SIZEDenis Cheng2007-10-101-2/+1
* [NET]: Nuke SET_MODULE_OWNER macro.Ralf Baechle2007-10-101-1/+0
* [NET]: Make NAPI polling independent of struct net_device objects.Stephen Hemminger2007-10-101-27/+21
* mv643xx_eth: Do not modify struct netdev tx_queue_lenDale Farnsworth2007-10-021-1/+0
* mv643xx_eth: Check ETH_INT_CAUSE_STATE bitDale Farnsworth2007-09-291-1/+1
* mv643xx_eth: duplicate methods in initializerAl Viro2007-09-261-2/+0
* mv643xx_eth: Fix tx_bytes stats calculationDale Farnsworth2007-09-151-1/+1
* mv643xx_eth: make eth_port_uc_addr_{get,set}() calls symmetricGabriel Paubert2007-04-281-46/+13
* [SK_BUFF]: Introduce tcp_hdr(), remove skb->h.thArnaldo Carvalho de Melo2007-04-251-1/+1
* [SK_BUFF]: Introduce udp_hdr(), remove skb->h.uhArnaldo Carvalho de Melo2007-04-251-1/+1
* [SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iphArnaldo Carvalho de Melo2007-04-251-2/+2
* [ETH]: Make eth_type_trans set skb->dev like the other *_type_transArnaldo Carvalho de Melo2007-04-251-1/+0
* mv643xx_eth: Fix use of uninitialized port_num fieldGabriel Paubert2007-03-281-3/+1
* mv643xx_eth: add mv643xx_eth_shutdown functionDale Farnsworth2007-03-231-0/+14
* mv643xx: Clear pending interrupts before calling request_irqDale Farnsworth2007-03-091-4/+6
* mv643xx_eth: Place explicit port number in mv643xx_eth_platform_dataDale Farnsworth2007-03-061-24/+29
* mv643xx_eth: move mac_addr inside mv643xx_eth_platform_dataDale Farnsworth2007-03-021-1/+1
* Alignment in mv643xx_ethRalf Baechle2007-02-271-3/+3
* [PATCH] misc duplicate field initializersAl Viro2007-02-091-1/+0
* mv643xx_eth: Fix race condition in mv643xx_eth_free_tx_descsDale Farnsworth2007-01-231-2/+9
* Merge branch 'master' into upstreamJeff Garzik2006-12-071-4/+5
|\
| * [PATCH] ... and more work_struct-induced breakage (mips)Al Viro2006-12-061-4/+5
* | [PATCH] mv643xx_eth.c NULL noise removalAl Viro2006-12-041-2/+2
|/
* Revert "[mv643xx] Add pci device table for auto module loading."Linus Torvalds2006-10-201-6/+0
* [mv643xx] Add pci device table for auto module loading.Ben Collins2006-10-181-0/+6
* Merge branch 'master' into upstream-fixesJeff Garzik2006-10-111-3/+2
|\
| * [PATCH] misc ppc pt_regs fixesAl Viro2006-10-081-1/+1
| * IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells2006-10-051-2/+1