tracing: add subsystem sched for sched events
[safe/jmp/linux-2.6] / drivers / net / mv643xx_eth.c
2009-02-19 Sebastian Siewiornet/mv643xx: don't disable the mib timer too early...
2009-02-19 Sebastian Siewiornet/mv643xx: use GFP_ATOMIC while atomic
2009-01-20 Gabriel Paubertmv643xx_eth: prevent interrupt storm on ifconfig down
2009-01-20 Lennert Buytenhekmv643xx_eth: fix multicast filter programming
2009-01-20 Lennert BuytenhekRevert "mv643xx_eth: use longer DMA bursts".
2008-11-21 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2008-11-20 Lennert Buytenhekmv643xx_eth: calculate descriptor pointer only once...
2008-11-20 Lennert Buytenhekmv643xx_eth: move receive error handling out of line
2008-11-20 Lennert Buytenhekmv643xx_eth: implement ->set_rx_mode()
2008-11-20 Lennert Buytenhekmv643xx_eth: inline txq_alloc_desc_index()
2008-11-20 Lennert Buytenhekmv643xx_eth: introduce per-port register area pointer
2008-11-20 Lennert Buytenhekmv643xx_eth: checkpatch fixes
2008-11-20 Lennert Buytenhekmv643xx_eth: fix recycle check bound
2008-11-20 Lennert Buytenhekmv643xx_eth: fix the order of mdiobus_{unregister,...
2008-11-07 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2008-11-04 David S. Millerdrivers/net: Kill now superfluous ->last_rx stores.
2008-11-03 Lennert Buytenhekmv643xx_eth: fix SMI bus access timeouts
2008-10-28 Johannes Bergnet: convert print_mac to %pM
2008-10-09 Lennert Buytenhekmv643xx_eth: include linux/ip.h to fix build
2008-10-08 Lennert Buytenhekphylib: move to dynamic allocation of struct mii_bus
2008-10-08 Lennert Buytenhekphylib: rename mii_bus::dev to mii_bus::parent
2008-10-01 Lennert Buytenhekmv643xx_eth: hook up skb recycling
2008-09-19 Lennert Buytenhekmv643xx_eth: bump version to 1.4
2008-09-19 Lennert Buytenhekmv643xx_eth: convert to phylib
2008-09-19 Lennert Buytenhekmv643xx_eth: enforce frequent hardware statistics polling
2008-09-19 Lennert Buytenhekmv643xx_eth: deal with unexpected ethernet header sizes
2008-09-19 Lennert Buytenhekmv643xx_eth: fix receive checksumming
2008-09-14 Lennert Buytenhekmv643xx_eth: add support for chips without transmit...
2008-09-14 Lennert Buytenhekmv643xx_eth: avoid reading ->byte_cnt twice during...
2008-09-14 Lennert Buytenhekmv643xx_eth: shrink default receive and transmit queue...
2008-09-14 Lennert Buytenhekmv643xx_eth: replace array of skbs awaiting transmit...
2008-09-14 Lennert Buytenhekmv643xx_eth: avoid dropping tx lock during transmit...
2008-09-14 Lennert Buytenhekmv643xx_eth: switch to netif tx queue lock, get rid...
2008-09-14 Lennert Buytenhekmv643xx_eth: move all work to the napi poll handler
2008-09-05 Lennert Buytenhekmv643xx_eth: transmit multiqueue support
2008-09-05 Lennert Buytenhekmv643xx_eth: delete unused and uninteresting interrupt...
2008-09-05 Lennert Buytenhekmv643xx_eth: get rid of netif_{stop,wake}_queue() calls...
2008-09-05 Lennert Buytenhekmv643xx_eth: remove force_phy_addr field
2008-09-05 Lennert Buytenhekmv643xx_eth: smi sharing is a per-unit property, not...
2008-09-05 Lennert Buytenhekmv643xx_eth: require contiguous receive and transmit...
2008-09-05 Lennert Buytenhekmv643xx_eth: get rid of compile-time configurable trans...
2008-09-05 Lennert Buytenhekmv643xx_eth: get rid of receive-side locking
2008-09-05 Lennert Buytenhekmv643xx_eth: make napi unconditional
2008-09-05 Lennert Buytenhekmv643xx_eth: use the SMI done interrupt to wait for...
2008-09-05 Lennert Buytenhekmv643xx_eth: switch ->phy_lock from a spinlock to a...
2008-09-05 Lennert Buytenhekmv643xx_eth: get rid of modulo operations
2008-09-05 Lennert Buytenhekmv643xx_eth: get rid of IRQF_SAMPLE_RANDOM
2008-09-05 Lennert Buytenhekmv643xx_eth: fix receive buffer DMA unmapping
2008-09-05 Lennert Buytenhekmv643xx_eth: fix 'netdev_priv(dev) == dev->priv' assumption
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...
next