Merge branch 'core/xen' into x86/xen
[safe/jmp/linux-2.6] / drivers / net / mv643xx_eth.c
2008-08-24 Lennert Buytenhekmv643xx_eth: bump version to 1.3
2008-08-24 Lennert Buytenhekmv643xx_eth: enforce multiple-of-8-bytes receive buffer...
2008-08-24 Lennert Buytenhekmv643xx_eth: fix NULL pointer dereference in rxq_process()
2008-08-24 Lennert Buytenhekmv643xx_eth: fix inconsistent lock semantics
2008-08-24 Lennert Buytenhekmv643xx_eth: fix double add_timer() on the receive...
2008-08-24 Lennert Buytenhekmv643xx_eth: fix NAPI 'rotting packet' issue
2008-07-24 Lennert Buytenhekmv643xx_eth: bump version to 1.2
2008-07-24 Lennert Buytenhekmv643xx_eth: enable hardware TX checksumming with vlan...
2008-07-24 Lennert Buytenhekmv643xx_eth: print message on link status change
2008-07-24 Lennert Buytenhekmv643xx_eth: use auto phy polling for configuring ...
2008-07-24 Lennert Buytenhekmv643xx_eth: print driver version on init
2008-07-24 Lennert Buytenhekmv643xx_eth: use symbolic MII register addresses and...
2008-07-24 Lennert Buytenhekmv643xx_eth: use longer DMA bursts
2008-07-24 Lennert Buytenhekmv643xx_eth: also check TX_IN_PROGRESS when disabling...
2008-07-24 Lennert Buytenhekmv643xx_eth: don't fiddle with maximum receive packet...
2008-07-24 Lennert Buytenhekmv643xx_eth: fix transmit-reclaim-in-napi-poll
2008-07-24 Lennert Buytenhekmv643xx_eth: prevent breakage when link goes down durin...
2008-07-24 Lennert Buytenhekmv643xx_eth: fix TX hang erratum workaround
2008-07-22 Lennert Buytenhekmv643xx_eth: fix NETPOLL build
2008-06-12 Lennert Buytenhekmv643xx_eth: update driver version and author fields
2008-06-12 Lennert Buytenhekmv643xx_eth: add PHY-less mode
2008-06-12 Lennert Buytenhekmv643xx_eth: be more agressive about RX refill
2008-06-12 Lennert Buytenhekmv643xx_eth: detect alternate TX BW control register...
2008-06-12 Lennert Buytenhekmv643xx_eth: detect extended rx coal register field
2008-06-12 Lennert Buytenhekmv643xx_eth: work around TX hang hardware issue
2008-06-12 Lennert Buytenhekmv643xx_eth: allow multiple TX queues
2008-06-12 Lennert Buytenhekmv643xx_eth: allow multiple RX queues
2008-06-12 Lennert Buytenhekmv643xx_eth: add tx rate control
2008-06-12 Lennert Buytenhekmv643xx_eth: general cleanup
2008-06-12 Lennert Buytenhekmv643xx_eth: remove write-only interrupt coalescing...
2008-06-12 Lennert Buytenhekmv643xx_eth: split out tx queue state
2008-06-12 Lennert Buytenhekmv643xx_eth: split out rx queue state
2008-06-12 Lennert Buytenhekmv643xx_eth: massively simplify multicast address crc8...
2008-06-12 Lennert Buytenhekmv643xx_eth: kill private unused instance of struct...
2008-06-12 Lennert Buytenhekmv643xx_eth: kill FUNC_RET_STATUS/pkt_info
2008-06-12 Lennert Buytenhekmv643xx_eth: move rx_return_buff() into its only caller
2008-06-12 Lennert Buytenhekmv643xx_eth: move port_receive() into its only caller
2008-06-12 Lennert Buytenhekmv643xx_eth: get rid of hungarian variable naming
2008-06-12 Lennert Buytenhekmv643xx_eth: kill ->rx_resource_err
2008-06-12 Lennert Buytenhekmv643xx_eth: kill superfluous comments
2008-06-12 Lennert Buytenhekmv643xx_eth: use 'mv643xx_eth_' prefix consistently
2008-06-12 Lennert Buytenhekmv643xx_eth: get rid of ETH_/ethernet_/eth_ prefixes
2008-06-12 Lennert Buytenhekmv643xx_eth: clean up rx/tx descriptor field defines
2008-06-12 Lennert Buytenhekmv643xx_eth: remove port serial status register bit...
2008-06-12 Lennert Buytenhekmv643xx_eth: move MIB offset defines into their only...
2008-06-12 Lennert Buytenhekmv643xx_eth: get rid of RX_BUF_OFFSET
2008-06-12 Lennert Buytenhekmv643xx_eth: move PHY wait defines into callers
2008-06-12 Lennert Buytenhekmv643xx_eth: clarify irq masking and unmasking
2008-06-12 Lennert Buytenhekmv643xx_eth: remove unused DESC_SIZE define
2008-06-12 Lennert Buytenhekmv643xx_eth: nuke port status register bit defines
2008-06-12 Lennert Buytenhekmv643xx_eth: delete unused port serial control register...
2008-06-12 Lennert Buytenhekmv643xx_eth: delete unused SDMA config register bit...
2008-06-12 Lennert Buytenhekmv643xx_eth: get rid of individual port config extend...
2008-06-12 Lennert Buytenhekmv643xx_eth: get rid of individual port config register...
2008-06-12 Lennert Buytenhekmv643xx_eth: shorten reg names
2008-06-12 Lennert Buytenhekmv643xx_eth: trim unnecessary includes
2008-06-12 Lennert Buytenhekmv643xx_eth: reverse topological sort of functions
2008-04-29 Lennert Buytenhekmv643xx_eth: inter-mv643xx SMI port sharing
2008-04-29 Lennert Buytenhekmv643xx_eth: configurable t_clk
2008-04-29 Lennert Buytenhekmv643xx_eth: mbus decode window support
2008-04-29 Lennert Buytenhekmv643xx_eth: get rid of static variables, allow multipl...
2008-04-25 Kay Sieversnet drivers: fix platform driver hotplug/coldplug
2008-04-17 Lennert Buytenhekmv643xx_eth: update copyright
2008-04-17 Lennert Buytenhekmv643xx_eth: only print banner once
2008-04-17 Lennert Buytenhekmv643xx_eth: pass port identifier to register accessors
2008-04-17 Lennert Buytenhekmv643xx_eth: report netdev name in all printks
2008-04-17 Lennert Buytenhekmv643xx_eth: identify ports by struct mv643xx_private *
2008-04-17 Lennert Buytenhekmv643xx_eth: various cleanups
2008-04-17 Lennert Buytenhekmv643xx_eth: mp->tx_desc_count needs spinlock protection
2008-03-26 Julia Lawalldrivers/net/mv643xx_eth.c: Use FIELD_SIZEOF
2008-03-05 Martin Michlmayrmv643xx_eth: Define module alias for platform device
2008-02-05 Byron Bradleymv643xx_eth: fix byte order when checksum offload is...
2007-10-24 Jeff GarzikMerge branch 'features' of git://farnsworth.org/dale...
2007-10-23 Dale Farnsworthmv643xx_eth: Hook up mv643xx_get_sset_count
2007-10-23 Dale Farnsworthmv643xx_eth: Remove obsolete checksum offload comment
2007-10-23 Lennert Buytenhekmv643xx_eth: Merge drivers/net/mv643xx_eth.h into mv643...
2007-10-23 Lennert Buytenhekmv643xx_eth: Remove MV643XX_ETH_ register prefix
2007-10-23 Lennert Buytenhekmv643xx_eth: Remove SHARED_REGS register address bias
2007-10-23 Lennert Buytenhekmv643xx_eth: Enable use on Orion platforms
2007-10-13 Al Virofallout from DECLARE_MAC_BUF patches
2007-10-10 Jeff Garzik[netdrvr] Stop using legacy hooks ->self_test_count...
2007-10-10 Joe Perches[NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()
2007-10-10 Jeff Garzik[ETHTOOL] Provide default behaviors for a few ethtool...
2007-10-10 Jeff Garzik[NET] drivers/net: statistics cleanup #1 -- save memory...
2007-10-10 Denis Chengdrivers/net/: all drivers/net/ cleanup with ARRAY_SIZE
2007-10-10 Ralf Baechle[NET]: Nuke SET_MODULE_OWNER macro.
2007-10-10 Stephen Hemminger[NET]: Make NAPI polling independent of struct net_devi...
2007-10-02 Dale Farnsworthmv643xx_eth: Do not modify struct netdev tx_queue_len
2007-09-29 Dale Farnsworthmv643xx_eth: Check ETH_INT_CAUSE_STATE bit
2007-09-26 Al Viromv643xx_eth: duplicate methods in initializer
2007-09-15 Dale Farnsworthmv643xx_eth: Fix tx_bytes stats calculation
2007-04-28 Gabriel Paubertmv643xx_eth: make eth_port_uc_addr_{get,set}() calls...
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Introduce tcp_hdr(), remove skb->h.th
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Introduce udp_hdr(), remove skb->h.uh
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iph
2007-04-26 Arnaldo Carvalho... [ETH]: Make eth_type_trans set skb->dev like the other...
2007-03-28 Gabriel Paubertmv643xx_eth: Fix use of uninitialized port_num field
2007-03-23 Dale Farnsworthmv643xx_eth: add mv643xx_eth_shutdown function
2007-03-09 Dale Farnsworthmv643xx: Clear pending interrupts before calling reques...
2007-03-06 Dale Farnsworthmv643xx_eth: Place explicit port number in mv643xx_eth_...
next