index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
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-23
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
2008-06-12
mv643xx_eth: reverse topological sort of functions
Lennert Buytenhek
1
-1792
/
+1646
2008-04-29
mv643xx_eth: inter-mv643xx SMI port sharing
Lennert Buytenhek
1
-16
/
+22
2008-04-29
mv643xx_eth: configurable t_clk
Lennert Buytenhek
1
-8
/
+9
2008-04-29
mv643xx_eth: mbus decode window support
Lennert Buytenhek
1
-0
/
+51
2008-04-29
mv643xx_eth: get rid of static variables, allow multiple instances
Lennert Buytenhek
1
-17
/
+45
2008-04-25
net drivers: fix platform driver hotplug/coldplug
Kay Sievers
1
-1
/
+4
2008-04-17
mv643xx_eth: update copyright
Lennert Buytenhek
1
-1
/
+5
2008-04-17
mv643xx_eth: only print banner once
Lennert Buytenhek
1
-1
/
+3
2008-04-17
mv643xx_eth: pass port identifier to register accessors
Lennert Buytenhek
1
-78
/
+78
2008-04-17
mv643xx_eth: report netdev name in all printks
Lennert Buytenhek
1
-11
/
+6
2008-04-17
mv643xx_eth: identify ports by struct mv643xx_private *
Lennert Buytenhek
1
-118
/
+128
2008-04-17
mv643xx_eth: various cleanups
Lennert Buytenhek
1
-39
/
+16
[next]