index
:
drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
mv643xx_eth.c
Age
Commit message (
Expand
)
Author
Files
Lines
2008-07-24
mv643xx_eth: bump version to 1.2
Lennert Buytenhek
1
-1
/
+1
2008-07-24
mv643xx_eth: enable hardware TX checksumming with vlan tags
Lennert Buytenhek
1
-1
/
+28
2008-07-24
mv643xx_eth: print message on link status change
Lennert Buytenhek
1
-22
/
+69
2008-07-24
mv643xx_eth: use auto phy polling for configuring (R)(G)MII interface
Lennert Buytenhek
1
-74
/
+66
2008-07-24
mv643xx_eth: print driver version on init
Lennert Buytenhek
1
-1
/
+2
2008-07-24
mv643xx_eth: use symbolic MII register addresses and values
Lennert Buytenhek
1
-10
/
+10
2008-07-24
mv643xx_eth: use longer DMA bursts
Lennert Buytenhek
1
-6
/
+6
2008-07-24
mv643xx_eth: also check TX_IN_PROGRESS when disabling transmit path
Lennert Buytenhek
1
-1
/
+8
2008-07-24
mv643xx_eth: don't fiddle with maximum receive packet size setting
Lennert Buytenhek
1
-8
/
+6
2008-07-24
mv643xx_eth: fix transmit-reclaim-in-napi-poll
Lennert Buytenhek
1
-0
/
+6
2008-07-24
mv643xx_eth: prevent breakage when link goes down during transmit
Lennert Buytenhek
1
-19
/
+38
2008-07-24
mv643xx_eth: fix TX hang erratum workaround
Lennert Buytenhek
1
-12
/
+29
2008-07-22
mv643xx_eth: fix NETPOLL build
Lennert Buytenhek
1
-1
/
+1
2008-06-12
mv643xx_eth: update driver version and author fields
Lennert Buytenhek
1
-3
/
+3
2008-06-12
mv643xx_eth: add PHY-less mode
Lennert Buytenhek
1
-13
/
+74
2008-06-12
mv643xx_eth: be more agressive about RX refill
Lennert Buytenhek
1
-1
/
+1
2008-06-12
mv643xx_eth: detect alternate TX BW control register location
Lennert Buytenhek
1
-5
/
+32
2008-06-12
mv643xx_eth: detect extended rx coal register field
Lennert Buytenhek
1
-7
/
+31
2008-06-12
mv643xx_eth: work around TX hang hardware issue
Lennert Buytenhek
1
-5
/
+30
2008-06-12
mv643xx_eth: allow multiple TX queues
Lennert Buytenhek
1
-43
/
+103
2008-06-12
mv643xx_eth: allow multiple RX queues
Lennert Buytenhek
1
-25
/
+74
2008-06-12
mv643xx_eth: add tx rate control
Lennert Buytenhek
1
-1
/
+103
2008-06-12
mv643xx_eth: general cleanup
Lennert Buytenhek
1
-511
/
+438
2008-06-12
mv643xx_eth: remove write-only interrupt coalescing variables
Lennert Buytenhek
1
-25
/
+4
2008-06-12
mv643xx_eth: split out tx queue state
Lennert Buytenhek
1
-256
/
+254
2008-06-12
mv643xx_eth: split out rx queue state
Lennert Buytenhek
1
-216
/
+225
2008-06-12
mv643xx_eth: massively simplify multicast address crc8 computation
Lennert Buytenhek
1
-74
/
+21
2008-06-12
mv643xx_eth: kill private unused instance of struct net_device_stats
Lennert Buytenhek
1
-54
/
+66
2008-06-12
mv643xx_eth: kill FUNC_RET_STATUS/pkt_info
Lennert Buytenhek
1
-21
/
+0
2008-06-12
mv643xx_eth: move rx_return_buff() into its only caller
Lennert Buytenhek
1
-52
/
+28
2008-06-12
mv643xx_eth: move port_receive() into its only caller
Lennert Buytenhek
1
-59
/
+32
2008-06-12
mv643xx_eth: get rid of hungarian variable naming
Lennert Buytenhek
1
-78
/
+78
2008-06-12
mv643xx_eth: kill ->rx_resource_err
Lennert Buytenhek
1
-15
/
+0
2008-06-12
mv643xx_eth: kill superfluous comments
Lennert Buytenhek
1
-552
/
+0
2008-06-12
mv643xx_eth: use 'mv643xx_eth_' prefix consistently
Lennert Buytenhek
1
-205
/
+206
2008-06-12
mv643xx_eth: get rid of ETH_/ethernet_/eth_ prefixes
Lennert Buytenhek
1
-204
/
+195
2008-06-12
mv643xx_eth: clean up rx/tx descriptor field defines
Lennert Buytenhek
1
-54
/
+28
2008-06-12
mv643xx_eth: remove port serial status register bit defines
Lennert Buytenhek
1
-13
/
+2
2008-06-12
mv643xx_eth: move MIB offset defines into their only user
Lennert Buytenhek
1
-58
/
+34
2008-06-12
mv643xx_eth: get rid of RX_BUF_OFFSET
Lennert Buytenhek
1
-5
/
+2
2008-06-12
mv643xx_eth: move PHY wait defines into callers
Lennert Buytenhek
1
-12
/
+9
2008-06-12
mv643xx_eth: clarify irq masking and unmasking
Lennert Buytenhek
1
-37
/
+24
2008-06-12
mv643xx_eth: remove unused DESC_SIZE define
Lennert Buytenhek
1
-2
/
+0
2008-06-12
mv643xx_eth: nuke port status register bit defines
Lennert Buytenhek
1
-14
/
+0
2008-06-12
mv643xx_eth: delete unused port serial control register bit defines
Lennert Buytenhek
1
-63
/
+15
2008-06-12
mv643xx_eth: delete unused SDMA config register bit defines
Lennert Buytenhek
1
-17
/
+4
2008-06-12
mv643xx_eth: get rid of individual port config extend register bit defines
Lennert Buytenhek
1
-12
/
+4
2008-06-12
mv643xx_eth: get rid of individual port config register bit defines
Lennert Buytenhek
1
-37
/
+8
2008-06-12
mv643xx_eth: shorten reg names
Lennert Buytenhek
1
-108
/
+96
2008-06-12
mv643xx_eth: trim unnecessary includes
Lennert Buytenhek
1
-9
/
+1
[next]