index
:
linux-stable.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.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
mv643xx_eth.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2008-11-20
1
-2
/
+3
|
\
|
*
mv643xx_eth: fix recycle check bound
Lennert Buytenhek
2008-11-20
1
-1
/
+2
|
*
mv643xx_eth: fix the order of mdiobus_{unregister, free}() calls
Lennert Buytenhek
2008-11-20
1
-1
/
+1
*
|
mv643xx_eth: calculate descriptor pointer only once in rxq_refill()
Lennert Buytenhek
2008-11-20
1
-5
/
+7
*
|
mv643xx_eth: move receive error handling out of line
Lennert Buytenhek
2008-11-20
1
-26
/
+29
*
|
mv643xx_eth: implement ->set_rx_mode()
Lennert Buytenhek
2008-11-20
1
-70
/
+104
*
|
mv643xx_eth: inline txq_alloc_desc_index()
Lennert Buytenhek
2008-11-20
1
-17
/
+6
*
|
mv643xx_eth: introduce per-port register area pointer
Lennert Buytenhek
2008-11-20
1
-109
/
+121
*
|
mv643xx_eth: checkpatch fixes
Lennert Buytenhek
2008-11-20
1
-16
/
+22
*
|
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2008-11-06
1
-3
/
+6
|
\
|
|
*
mv643xx_eth: fix SMI bus access timeouts
Lennert Buytenhek
2008-11-03
1
-3
/
+6
*
|
drivers/net: Kill now superfluous ->last_rx stores.
David S. Miller
2008-11-03
1
-2
/
+0
*
|
net: convert print_mac to %pM
Johannes Berg
2008-10-27
1
-3
/
+2
|
/
*
mv643xx_eth: include linux/ip.h to fix build
Lennert Buytenhek
2008-10-08
1
-0
/
+1
*
phylib: move to dynamic allocation of struct mii_bus
Lennert Buytenhek
2008-10-08
1
-12
/
+20
*
phylib: rename mii_bus::dev to mii_bus::parent
Lennert Buytenhek
2008-10-08
1
-1
/
+1
*
mv643xx_eth: hook up skb recycling
Lennert Buytenhek
2008-10-01
1
-21
/
+45
*
mv643xx_eth: bump version to 1.4
Lennert Buytenhek
2008-09-19
1
-1
/
+1
*
mv643xx_eth: convert to phylib
Lennert Buytenhek
2008-09-19
1
-144
/
+104
*
mv643xx_eth: enforce frequent hardware statistics polling
Lennert Buytenhek
2008-09-19
1
-0
/
+29
*
mv643xx_eth: deal with unexpected ethernet header sizes
Lennert Buytenhek
2008-09-19
1
-48
/
+47
*
mv643xx_eth: fix receive checksumming
Lennert Buytenhek
2008-09-19
1
-6
/
+4
*
mv643xx_eth: add support for chips without transmit bandwidth control
Lennert Buytenhek
2008-09-14
1
-31
/
+58
*
mv643xx_eth: avoid reading ->byte_cnt twice during receive processing
Lennert Buytenhek
2008-09-14
1
-2
/
+5
*
mv643xx_eth: shrink default receive and transmit queue sizes
Lennert Buytenhek
2008-09-14
1
-2
/
+2
*
mv643xx_eth: replace array of skbs awaiting transmit completion with a queue
Lennert Buytenhek
2008-09-14
1
-29
/
+10
*
mv643xx_eth: avoid dropping tx lock during transmit reclaim
Lennert Buytenhek
2008-09-14
1
-15
/
+7
*
mv643xx_eth: switch to netif tx queue lock, get rid of private spinlock
Lennert Buytenhek
2008-09-14
1
-30
/
+55
*
mv643xx_eth: move all work to the napi poll handler
Lennert Buytenhek
2008-09-14
1
-246
/
+275
*
mv643xx_eth: transmit multiqueue support
Lennert Buytenhek
2008-09-05
1
-22
/
+18
*
mv643xx_eth: delete unused and uninteresting interrupt source mask bits
Lennert Buytenhek
2008-09-05
1
-11
/
+6
*
mv643xx_eth: get rid of netif_{stop,wake}_queue() calls on link down/up
Lennert Buytenhek
2008-09-05
1
-19
/
+8
*
mv643xx_eth: remove force_phy_addr field
Lennert Buytenhek
2008-09-05
1
-2
/
+2
*
mv643xx_eth: smi sharing is a per-unit property, not a per-port one
Lennert Buytenhek
2008-09-05
1
-8
/
+11
*
mv643xx_eth: require contiguous receive and transmit queue numbering
Lennert Buytenhek
2008-09-05
1
-79
/
+44
*
mv643xx_eth: get rid of compile-time configurable transmit checksumming
Lennert Buytenhek
2008-09-05
1
-22
/
+3
*
mv643xx_eth: get rid of receive-side locking
Lennert Buytenhek
2008-09-05
1
-64
/
+68
*
mv643xx_eth: make napi unconditional
Lennert Buytenhek
2008-09-05
1
-28
/
+3
*
mv643xx_eth: use the SMI done interrupt to wait for SMI access completion
Lennert Buytenhek
2008-09-05
1
-57
/
+134
*
mv643xx_eth: switch ->phy_lock from a spinlock to a mutex
Lennert Buytenhek
2008-09-05
1
-16
/
+7
*
mv643xx_eth: get rid of modulo operations
Lennert Buytenhek
2008-09-05
1
-8
/
+24
*
mv643xx_eth: get rid of IRQF_SAMPLE_RANDOM
Lennert Buytenhek
2008-09-05
1
-2
/
+1
*
mv643xx_eth: fix receive buffer DMA unmapping
Lennert Buytenhek
2008-09-05
1
-1
/
+1
*
mv643xx_eth: fix 'netdev_priv(dev) == dev->priv' assumption
Lennert Buytenhek
2008-09-05
1
-1
/
+1
*
mv643xx_eth: bump version to 1.3
Lennert Buytenhek
2008-08-24
1
-1
/
+1
*
mv643xx_eth: enforce multiple-of-8-bytes receive buffer size restriction
Lennert Buytenhek
2008-08-24
1
-5
/
+13
*
mv643xx_eth: fix NULL pointer dereference in rxq_process()
Lennert Buytenhek
2008-08-24
1
-1
/
+1
*
mv643xx_eth: fix inconsistent lock semantics
Lennert Buytenhek
2008-08-24
1
-2
/
+2
*
mv643xx_eth: fix double add_timer() on the receive oom timer
Lennert Buytenhek
2008-08-24
1
-4
/
+2
*
mv643xx_eth: fix NAPI 'rotting packet' issue
Lennert Buytenhek
2008-08-24
1
-2
/
+1
[prev]
[next]