index
:
Kernel
drm-tracking
gdrm-2.6.31
gdrm-2.6.32
gdrm-2.6.34
gdrm-for-merging
om-gta02-2.6.32
om-gta02-2.6.34
My Linux kernel repository
Thomas White
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
mv643xx_eth.c
Age
Commit message (
Expand
)
Author
2008-09-05
mv643xx_eth: smi sharing is a per-unit property, not a per-port one
Lennert Buytenhek
2008-09-05
mv643xx_eth: require contiguous receive and transmit queue numbering
Lennert Buytenhek
2008-09-05
mv643xx_eth: get rid of compile-time configurable transmit checksumming
Lennert Buytenhek
2008-09-05
mv643xx_eth: get rid of receive-side locking
Lennert Buytenhek
2008-09-05
mv643xx_eth: make napi unconditional
Lennert Buytenhek
2008-09-05
mv643xx_eth: use the SMI done interrupt to wait for SMI access completion
Lennert Buytenhek
2008-09-05
mv643xx_eth: switch ->phy_lock from a spinlock to a mutex
Lennert Buytenhek
2008-09-05
mv643xx_eth: get rid of modulo operations
Lennert Buytenhek
2008-09-05
mv643xx_eth: get rid of IRQF_SAMPLE_RANDOM
Lennert Buytenhek
2008-09-05
mv643xx_eth: fix receive buffer DMA unmapping
Lennert Buytenhek
2008-09-05
mv643xx_eth: fix 'netdev_priv(dev) == dev->priv' assumption
Lennert Buytenhek
2008-08-24
mv643xx_eth: bump version to 1.3
Lennert Buytenhek
2008-08-24
mv643xx_eth: enforce multiple-of-8-bytes receive buffer size restriction
Lennert Buytenhek
2008-08-24
mv643xx_eth: fix NULL pointer dereference in rxq_process()
Lennert Buytenhek
2008-08-24
mv643xx_eth: fix inconsistent lock semantics
Lennert Buytenhek
2008-08-24
mv643xx_eth: fix double add_timer() on the receive oom timer
Lennert Buytenhek
2008-08-24
mv643xx_eth: fix NAPI 'rotting packet' issue
Lennert Buytenhek
2008-07-24
mv643xx_eth: bump version to 1.2
Lennert Buytenhek
2008-07-24
mv643xx_eth: enable hardware TX checksumming with vlan tags
Lennert Buytenhek
2008-07-24
mv643xx_eth: print message on link status change
Lennert Buytenhek
2008-07-24
mv643xx_eth: use auto phy polling for configuring (R)(G)MII interface
Lennert Buytenhek
2008-07-24
mv643xx_eth: print driver version on init
Lennert Buytenhek
2008-07-24
mv643xx_eth: use symbolic MII register addresses and values
Lennert Buytenhek
2008-07-24
mv643xx_eth: use longer DMA bursts
Lennert Buytenhek
2008-07-24
mv643xx_eth: also check TX_IN_PROGRESS when disabling transmit path
Lennert Buytenhek
2008-07-24
mv643xx_eth: don't fiddle with maximum receive packet size setting
Lennert Buytenhek
2008-07-24
mv643xx_eth: fix transmit-reclaim-in-napi-poll
Lennert Buytenhek
2008-07-24
mv643xx_eth: prevent breakage when link goes down during transmit
Lennert Buytenhek
2008-07-24
mv643xx_eth: fix TX hang erratum workaround
Lennert Buytenhek
2008-07-22
mv643xx_eth: fix NETPOLL build
Lennert Buytenhek
2008-06-12
mv643xx_eth: update driver version and author fields
Lennert Buytenhek
2008-06-12
mv643xx_eth: add PHY-less mode
Lennert Buytenhek
2008-06-12
mv643xx_eth: be more agressive about RX refill
Lennert Buytenhek
2008-06-12
mv643xx_eth: detect alternate TX BW control register location
Lennert Buytenhek
2008-06-12
mv643xx_eth: detect extended rx coal register field
Lennert Buytenhek
2008-06-12
mv643xx_eth: work around TX hang hardware issue
Lennert Buytenhek
2008-06-12
mv643xx_eth: allow multiple TX queues
Lennert Buytenhek
2008-06-12
mv643xx_eth: allow multiple RX queues
Lennert Buytenhek
2008-06-12
mv643xx_eth: add tx rate control
Lennert Buytenhek
2008-06-12
mv643xx_eth: general cleanup
Lennert Buytenhek
2008-06-12
mv643xx_eth: remove write-only interrupt coalescing variables
Lennert Buytenhek
2008-06-12
mv643xx_eth: split out tx queue state
Lennert Buytenhek
2008-06-12
mv643xx_eth: split out rx queue state
Lennert Buytenhek
2008-06-12
mv643xx_eth: massively simplify multicast address crc8 computation
Lennert Buytenhek
2008-06-12
mv643xx_eth: kill private unused instance of struct net_device_stats
Lennert Buytenhek
2008-06-12
mv643xx_eth: kill FUNC_RET_STATUS/pkt_info
Lennert Buytenhek
2008-06-12
mv643xx_eth: move rx_return_buff() into its only caller
Lennert Buytenhek
2008-06-12
mv643xx_eth: move port_receive() into its only caller
Lennert Buytenhek
2008-06-12
mv643xx_eth: get rid of hungarian variable naming
Lennert Buytenhek
2008-06-12
mv643xx_eth: kill ->rx_resource_err
Lennert Buytenhek
[prev]
[next]