Commit Graph

237 Commits (ddc9f824b09d790e93a800ba29ff3462f8fb5d0b)

Author SHA1 Message Date
Lennert Buytenhek b5e86db4c7 mv643xx_eth: don't reset the rx coal timer on interface up 16 years ago
Kay Sievers c23135573f net: struct device - replace bus_id with dev_name(), dev_set_name() 16 years ago
Lennert Buytenhek 5a89392225 mv643xx_eth: fix unicast address filter corruption on mtu change 16 years ago
Lennert Buytenhek 4fb0a54a55 mv643xx_eth: set sane default receive coalescing timeout 16 years ago
Lennert Buytenhek a5fe361653 mv643xx_eth: move a couple of init actions from ->open() to port probe 16 years ago
Lennert Buytenhek ea8a864263 mv643xx_eth: convert to net_device_ops 16 years ago
Lennert Buytenhek ab307a3983 mv643xx_eth: make LRO unconditional 16 years ago
Sebastian Siewior 57e8f26a10 net/mv643xx: don't disable the mib timer too early and lock properly 16 years ago
Sebastian Siewior 82a5bd6a7b net/mv643xx: use GFP_ATOMIC while atomic 16 years ago
Lennert Buytenhek eaf5d59092 mv643xx_eth: implement Large Receive Offload 16 years ago
Lennert Buytenhek b8df184f88 mv643xx_eth: allow enabling/disabling tx checksumming via ethtool 16 years ago
Lennert Buytenhek d888b3738e mv643xx_eth: export rx csum get/set methods via ethtool 16 years ago
Lennert Buytenhek e7d2f4dbd9 mv643xx_eth: implement ethtool rx/tx ring size query and resizing 16 years ago
Lennert Buytenhek 3e5080344e mv643xx_eth: rework interrupt coalescing, and export via ethtool 16 years ago
Lennert Buytenhek 6bdf576e4b mv643xx_eth: unify ethtool ops for phy'd and phy-less interfaces 16 years ago
Kay Sievers db1d7bf70f net: struct device - replace bus_id with dev_name(), dev_set_name() 16 years ago
Gabriel Paubert fe65e70453 mv643xx_eth: prevent interrupt storm on ifconfig down 16 years ago
Lennert Buytenhek 2b448334a2 mv643xx_eth: fix multicast filter programming 16 years ago
Lennert Buytenhek e0c6ef9388 Revert "mv643xx_eth: use longer DMA bursts". 16 years ago
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 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