Commit Graph

191 Commits (a418950c1378c4a3722baecdbe98df78ea23f231)

Author SHA1 Message Date
Lennert Buytenhek a418950c13 mv643xx_eth: avoid dropping tx lock during transmit reclaim 17 years ago
Lennert Buytenhek 8fd89211bf mv643xx_eth: switch to netif tx queue lock, get rid of private spinlock 17 years ago
Lennert Buytenhek 1fa38c586e mv643xx_eth: move all work to the napi poll handler 17 years ago
Lennert Buytenhek e5ef1de198 mv643xx_eth: transmit multiqueue support 17 years ago
Lennert Buytenhek befefe2177 mv643xx_eth: delete unused and uninteresting interrupt source mask bits 17 years ago
Lennert Buytenhek 4fdeca3f4e mv643xx_eth: get rid of netif_{stop,wake}_queue() calls on link down/up 17 years ago
Lennert Buytenhek ac840605f3 mv643xx_eth: remove force_phy_addr field 17 years ago
Lennert Buytenhek fc0eb9f226 mv643xx_eth: smi sharing is a per-unit property, not a per-port one 17 years ago
Lennert Buytenhek f7981c1c67 mv643xx_eth: require contiguous receive and transmit queue numbering 17 years ago
Lennert Buytenhek 17cd0a59f9 mv643xx_eth: get rid of compile-time configurable transmit checksumming 17 years ago
Lennert Buytenhek 2257e05c17 mv643xx_eth: get rid of receive-side locking 17 years ago
Lennert Buytenhek 78fff83b03 mv643xx_eth: make napi unconditional 17 years ago
Lennert Buytenhek 45c5d3bc1e mv643xx_eth: use the SMI done interrupt to wait for SMI access completion 17 years ago
Lennert Buytenhek 2b3ba0e3ea mv643xx_eth: switch ->phy_lock from a spinlock to a mutex 17 years ago
Lennert Buytenhek 9da7874575 mv643xx_eth: get rid of modulo operations 17 years ago
Lennert Buytenhek 2a1867a76f mv643xx_eth: get rid of IRQF_SAMPLE_RANDOM 17 years ago
Lennert Buytenhek 3a499481c1 mv643xx_eth: fix receive buffer DMA unmapping 17 years ago
Lennert Buytenhek b987384123 mv643xx_eth: fix 'netdev_priv(dev) == dev->priv' assumption 17 years ago
Lennert Buytenhek c4560318cf mv643xx_eth: bump version to 1.3 17 years ago
Lennert Buytenhek abe787170b mv643xx_eth: enforce multiple-of-8-bytes receive buffer size restriction 17 years ago
Lennert Buytenhek 9e1f377242 mv643xx_eth: fix NULL pointer dereference in rxq_process() 17 years ago
Lennert Buytenhek 8e0b1bf6ac mv643xx_eth: fix inconsistent lock semantics 17 years ago
Lennert Buytenhek 92c70f27d2 mv643xx_eth: fix double add_timer() on the receive oom timer 17 years ago
Lennert Buytenhek 819ddcafb3 mv643xx_eth: fix NAPI 'rotting packet' issue 17 years ago
Lennert Buytenhek ac0a2d0c8a mv643xx_eth: bump version to 1.2 17 years ago
Lennert Buytenhek e32b661750 mv643xx_eth: enable hardware TX checksumming with vlan tags 17 years ago
Lennert Buytenhek 2f7eb47a7b mv643xx_eth: print message on link status change 17 years ago
Lennert Buytenhek 81600eea98 mv643xx_eth: use auto phy polling for configuring (R)(G)MII interface 17 years ago
Lennert Buytenhek 7dde154d3d mv643xx_eth: print driver version on init 17 years ago
Lennert Buytenhek 7f106c1d05 mv643xx_eth: use symbolic MII register addresses and values 17 years ago
Lennert Buytenhek cd4ccf76bf mv643xx_eth: use longer DMA bursts 17 years ago
Lennert Buytenhek ae9ae06443 mv643xx_eth: also check TX_IN_PROGRESS when disabling transmit path 17 years ago
Lennert Buytenhek 65193a91fc mv643xx_eth: don't fiddle with maximum receive packet size setting 17 years ago
Lennert Buytenhek 4dfc1c87af mv643xx_eth: fix transmit-reclaim-in-napi-poll 17 years ago
Lennert Buytenhek 6b368f6859 mv643xx_eth: prevent breakage when link goes down during transmit 17 years ago
Lennert Buytenhek 8fa89bf5de mv643xx_eth: fix TX hang erratum workaround 17 years ago
Lennert Buytenhek f2ca60f206 mv643xx_eth: fix NETPOLL build 17 years ago
Lennert Buytenhek 45675bc6eb mv643xx_eth: update driver version and author fields 17 years ago
Lennert Buytenhek bedfe3248e mv643xx_eth: add PHY-less mode 17 years ago
Lennert Buytenhek 12e4ab79cd mv643xx_eth: be more agressive about RX refill 17 years ago
Lennert Buytenhek 1e881592e0 mv643xx_eth: detect alternate TX BW control register location 17 years ago
Lennert Buytenhek 773fc3ee7e mv643xx_eth: detect extended rx coal register field 17 years ago
Lennert Buytenhek 226bb6b732 mv643xx_eth: work around TX hang hardware issue 17 years ago
Lennert Buytenhek 3d6b35bc50 mv643xx_eth: allow multiple TX queues 17 years ago
Lennert Buytenhek 64da80a29c mv643xx_eth: allow multiple RX queues 17 years ago
Lennert Buytenhek 89df5fdc52 mv643xx_eth: add tx rate control 17 years ago
Lennert Buytenhek fc32b0e28d mv643xx_eth: general cleanup 17 years ago
Lennert Buytenhek ffd86bbe1c mv643xx_eth: remove write-only interrupt coalescing variables 17 years ago
Lennert Buytenhek 13d6428538 mv643xx_eth: split out tx queue state 17 years ago
Lennert Buytenhek 8a578111e3 mv643xx_eth: split out rx queue state 17 years ago