index
:
delta/linux-rt.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
master
stable-rt/v3.14-rt
stable-rt/v3.14-rt-rebase
stable-rt/v3.2-rt
stable-rt/v3.2-rt-rebase
stable-rt/v5.10-rt
v3.0-rt
v3.0-rt-rebase
v3.10-rt
v3.10-rt-rebase
v3.12-rt
v3.12-rt-rebase
v3.14-rt
v3.14-rt-rebase
v3.18-rt
v3.18-rt-next
v3.18-rt-rebase
v3.2-rt
v3.2-rt-features
v3.2-rt-rebase
v3.4-rt
v3.4-rt-features
v3.4-rt-rebase
v3.6-rt
v3.6-rt-rebase
v3.6-stable
v3.8-rt
v3.8-rt-rebase
v4.1-rt
v4.1-rt-rebase
v4.14-rt
v4.14-rt-next
v4.14-rt-rebase
v4.19-rt
v4.19-rt-next
v4.19-rt-rebase
v4.4-rt
v4.4-rt-next
v4.4-rt-rebase
v4.9-rt
v4.9-rt-next
v4.9-rt-rebase
v5.10-rt
v5.10-rt-next
v5.10-rt-rebase
v5.15-rt
v5.15-rt-next
v5.15-rt-rebase
v5.4-rt
v5.4-rt-rebase
v6.1-rt
v6.1-rt-next
v6.1-rt-rebase
git.kernel.org: pub/scm/linux/kernel/git/rt/linux-stable-rt.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
mv643xx_eth.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: use helpers to access uc list V2
Jiri Pirko
2010-01-25
1
-2
/
+1
*
mv643xx_eth: don't include cache padding in rx desc buffer size
Saeed Bishara
2010-01-07
1
-2
/
+4
*
mv643xx_eth: check for valid hw address (resubmit)
Denis Kirjanov
2009-12-08
1
-0
/
+3
*
mv643xx: convert to netdev_tx_t
Denis Kirjanov
2009-11-29
1
-1
/
+1
*
mv643xx_eth.c: remove unused txq_set_wrr()
Mikael Pettersson
2009-09-11
1
-34
/
+0
*
mv643xx_eth: fix unicast filter programming in promiscuous mode
Prabhanjan Sarnaik
2009-06-19
1
-4
/
+3
*
net: group address list and its count
Jiri Pirko
2009-06-18
1
-1
/
+1
*
net: convert unicast addr list
Jiri Pirko
2009-05-29
1
-5
/
+6
*
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2009-05-18
1
-19
/
+22
|
\
|
*
mv643xx_eth: fix PPC DMA breakage
Gabriel Paubert
2009-05-17
1
-19
/
+22
*
|
mv643xx_eth: only unmask RX and TX_END interrupts for available queues
Saeed Bishara
2009-05-06
1
-6
/
+14
*
|
mv643xx_eth: rework receive skb cache alignment
Lennert Buytenhek
2009-05-06
1
-8
/
+13
*
|
mv643xx_eth: minor register definition cleanup
Lennert Buytenhek
2009-05-06
1
-23
/
+21
*
|
mv643xx_eth: count handling a link event as one unit of napi work
Lennert Buytenhek
2009-05-06
1
-0
/
+1
*
|
mv643xx_eth: fix variable shadowing sparse warning
Lennert Buytenhek
2009-05-06
1
-1
/
+0
|
/
*
mv643xx_eth: 64bit mib counter read fix
Lennert Buytenhek
2009-04-29
1
-2
/
+0
*
mv643xx_eth: OOM handling fixes
Lennert Buytenhek
2009-04-29
1
-9
/
+13
*
mv643xx_eth: don't reset the rx coal timer on interface up
Lennert Buytenhek
2009-04-08
1
-2
/
+2
*
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2009-03-17
1
-5
/
+5
|
\
|
*
mv643xx_eth: fix unicast address filter corruption on mtu change
Lennert Buytenhek
2009-03-13
1
-5
/
+5
*
|
mv643xx_eth: set sane default receive coalescing timeout
Lennert Buytenhek
2009-02-24
1
-1
/
+1
*
|
mv643xx_eth: move a couple of init actions from ->open() to port probe
Lennert Buytenhek
2009-02-24
1
-5
/
+5
*
|
mv643xx_eth: convert to net_device_ops
Lennert Buytenhek
2009-02-24
1
-12
/
+17
*
|
mv643xx_eth: make LRO unconditional
Lennert Buytenhek
2009-02-24
1
-12
/
+0
*
|
Merge branch 'master' of /home/davem/src/GIT/linux-2.6/
David S. Miller
2009-02-24
1
-5
/
+4
|
\
\
|
|
/
|
*
net/mv643xx: don't disable the mib timer too early and lock properly
Sebastian Siewior
2009-02-18
1
-4
/
+3
|
*
net/mv643xx: use GFP_ATOMIC while atomic
Sebastian Siewior
2009-02-18
1
-1
/
+1
*
|
mv643xx_eth: implement Large Receive Offload
Lennert Buytenhek
2009-02-15
1
-1
/
+111
*
|
mv643xx_eth: allow enabling/disabling tx checksumming via ethtool
Lennert Buytenhek
2009-02-15
1
-0
/
+1
*
|
mv643xx_eth: export rx csum get/set methods via ethtool
Lennert Buytenhek
2009-02-15
1
-0
/
+20
*
|
mv643xx_eth: implement ethtool rx/tx ring size query and resizing
Lennert Buytenhek
2009-02-15
1
-9
/
+54
*
|
mv643xx_eth: rework interrupt coalescing, and export via ethtool
Lennert Buytenhek
2009-02-15
1
-30
/
+103
*
|
mv643xx_eth: unify ethtool ops for phy'd and phy-less interfaces
Lennert Buytenhek
2009-02-15
1
-33
/
+23
*
|
net: struct device - replace bus_id with dev_name(), dev_set_name()
Kay Sievers
2009-01-26
1
-1
/
+1
|
/
*
mv643xx_eth: prevent interrupt storm on ifconfig down
Gabriel Paubert
2009-01-19
1
-0
/
+1
*
mv643xx_eth: fix multicast filter programming
Lennert Buytenhek
2009-01-19
1
-1
/
+1
*
Revert "mv643xx_eth: use longer DMA bursts".
Lennert Buytenhek
2009-01-19
1
-6
/
+8
*
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
|
/
[next]