Commit Graph

167 Commits (057b61afca098d3ad3d9e8d15914bc9f9315e425)

Author SHA1 Message Date
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
Lennert Buytenhek 69876569bb mv643xx_eth: massively simplify multicast address crc8 computation 17 years ago
Lennert Buytenhek 1682005477 mv643xx_eth: kill private unused instance of struct net_device_stats 17 years ago
Lennert Buytenhek 03ae1aac4a mv643xx_eth: kill FUNC_RET_STATUS/pkt_info 17 years ago
Lennert Buytenhek de34f225e1 mv643xx_eth: move rx_return_buff() into its only caller 17 years ago
Lennert Buytenhek 9658766152 mv643xx_eth: move port_receive() into its only caller 17 years ago
Lennert Buytenhek 5daffe945a mv643xx_eth: get rid of hungarian variable naming 17 years ago
Lennert Buytenhek fab1f6b1e2 mv643xx_eth: kill ->rx_resource_err 17 years ago
Lennert Buytenhek 5dc4d174e2 mv643xx_eth: kill superfluous comments 17 years ago
Lennert Buytenhek e53714933c mv643xx_eth: use 'mv643xx_eth_' prefix consistently 17 years ago
Lennert Buytenhek cc9754b333 mv643xx_eth: get rid of ETH_/ethernet_/eth_ prefixes 17 years ago
Lennert Buytenhek 7ca72a3b16 mv643xx_eth: clean up rx/tx descriptor field defines 17 years ago
Lennert Buytenhek a2a41689fe mv643xx_eth: remove port serial status register bit defines 17 years ago
Lennert Buytenhek 4b8e365597 mv643xx_eth: move MIB offset defines into their only user 17 years ago
Lennert Buytenhek 0a6cf74dd5 mv643xx_eth: get rid of RX_BUF_OFFSET 17 years ago
Lennert Buytenhek e1bea50ac4 mv643xx_eth: move PHY wait defines into callers 17 years ago
Lennert Buytenhek 073a345c04 mv643xx_eth: clarify irq masking and unmasking 17 years ago
Lennert Buytenhek d08911c4d7 mv643xx_eth: remove unused DESC_SIZE define 17 years ago
Lennert Buytenhek 5a5ba930bf mv643xx_eth: nuke port status register bit defines 17 years ago
Lennert Buytenhek 2beff77b6e mv643xx_eth: delete unused port serial control register bit defines 17 years ago
Lennert Buytenhek 2679a550d3 mv643xx_eth: delete unused SDMA config register bit defines 17 years ago
Lennert Buytenhek 376489a250 mv643xx_eth: get rid of individual port config extend register bit defines 17 years ago
Lennert Buytenhek d9a073ea16 mv643xx_eth: get rid of individual port config register bit defines 17 years ago
Lennert Buytenhek 3cb4667c5b mv643xx_eth: shorten reg names 17 years ago
Lennert Buytenhek a779d38ccf mv643xx_eth: trim unnecessary includes 17 years ago