index
:
blackbird-obmc-linux
dev-5.0-raptor-04-16-2019
dev-5.0-raptor-04-16-2019-dev
Blackbird™ Linux sources for OpenBMC
Raptor Computing Systems
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
*
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
|
/
*
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
[next]