Commit Graph

208 Commits (4456e7bdf74c9f27e2312a6f197b2da467541433)

Author SHA1 Message Date
David S. Miller babcda74e9 drivers/net: Kill now superfluous ->last_rx stores. 17 years ago
Lennert Buytenhek ee04448d88 mv643xx_eth: fix SMI bus access timeouts 17 years ago
Johannes Berg e174961ca1 net: convert print_mac to %pM 17 years ago
Lennert Buytenhek c3efab8ed4 mv643xx_eth: include linux/ip.h to fix build 17 years ago
Lennert Buytenhek 298cf9beb9 phylib: move to dynamic allocation of struct mii_bus 17 years ago
Lennert Buytenhek 18ee49ddb0 phylib: rename mii_bus::dev to mii_bus::parent 17 years ago
Lennert Buytenhek 2bcb4b0f11 mv643xx_eth: hook up skb recycling 17 years ago
Lennert Buytenhek 042af53c78 mv643xx_eth: bump version to 1.4 17 years ago
Lennert Buytenhek ed94493fb3 mv643xx_eth: convert to phylib 17 years ago
Lennert Buytenhek 4ff3495a51 mv643xx_eth: enforce frequent hardware statistics polling 17 years ago
Lennert Buytenhek 4df89bd5a5 mv643xx_eth: deal with unexpected ethernet header sizes 17 years ago
Lennert Buytenhek 170e7108a3 mv643xx_eth: fix receive checksumming 17 years ago
Lennert Buytenhek 457b1d5a4b mv643xx_eth: add support for chips without transmit bandwidth control 17 years ago
Lennert Buytenhek 6b8f90c276 mv643xx_eth: avoid reading ->byte_cnt twice during receive processing 17 years ago
Lennert Buytenhek 2b4a624d70 mv643xx_eth: shrink default receive and transmit queue sizes 17 years ago
Lennert Buytenhek 99ab08e091 mv643xx_eth: replace array of skbs awaiting transmit completion with a queue 17 years ago
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