Commit Graph

217 Commits (9fef3d2d15ae8ca24e4a145f2e189eea145d18c2)

Author SHA1 Message Date
Lennert Buytenhek 5377152264 mv643xx_eth: calculate descriptor pointer only once in rxq_refill() 16 years ago
Lennert Buytenhek f61e554776 mv643xx_eth: move receive error handling out of line 16 years ago
Lennert Buytenhek 66e63ffbc0 mv643xx_eth: implement ->set_rx_mode() 16 years ago
Lennert Buytenhek 66823b928d mv643xx_eth: inline txq_alloc_desc_index() 16 years ago
Lennert Buytenhek 37a6084f4b mv643xx_eth: introduce per-port register area pointer 16 years ago
Lennert Buytenhek 10a9948d13 mv643xx_eth: checkpatch fixes 16 years ago
Lennert Buytenhek 11b4aa03b2 mv643xx_eth: fix recycle check bound 16 years ago
Lennert Buytenhek bcb3336ce4 mv643xx_eth: fix the order of mdiobus_{unregister, free}() calls 16 years ago
David S. Miller babcda74e9 drivers/net: Kill now superfluous ->last_rx stores. 16 years ago
Lennert Buytenhek ee04448d88 mv643xx_eth: fix SMI bus access timeouts 16 years ago
Johannes Berg e174961ca1 net: convert print_mac to %pM 16 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