index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (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
2009-06-19
mv643xx_eth: fix unicast filter programming in promiscuous mode
Prabhanjan Sarnaik
1
-4
/
+3
2009-06-18
net: group address list and its count
Jiri Pirko
1
-1
/
+1
2009-05-30
net: convert unicast addr list
Jiri Pirko
1
-5
/
+6
2009-05-19
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
1
-19
/
+22
2009-05-18
mv643xx_eth: fix PPC DMA breakage
Gabriel Paubert
1
-19
/
+22
2009-05-07
mv643xx_eth: only unmask RX and TX_END interrupts for available queues
Saeed Bishara
1
-6
/
+14
2009-05-07
mv643xx_eth: rework receive skb cache alignment
Lennert Buytenhek
1
-8
/
+13
2009-05-07
mv643xx_eth: minor register definition cleanup
Lennert Buytenhek
1
-23
/
+21
2009-05-07
mv643xx_eth: count handling a link event as one unit of napi work
Lennert Buytenhek
1
-0
/
+1
2009-05-07
mv643xx_eth: fix variable shadowing sparse warning
Lennert Buytenhek
1
-1
/
+0
2009-04-30
mv643xx_eth: 64bit mib counter read fix
Lennert Buytenhek
1
-2
/
+0
2009-04-30
mv643xx_eth: OOM handling fixes
Lennert Buytenhek
1
-9
/
+13
2009-04-09
mv643xx_eth: don't reset the rx coal timer on interface up
Lennert Buytenhek
1
-2
/
+2
2009-03-18
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
1
-5
/
+5
2009-03-14
mv643xx_eth: fix unicast address filter corruption on mtu change
Lennert Buytenhek
1
-5
/
+5
2009-02-25
mv643xx_eth: set sane default receive coalescing timeout
Lennert Buytenhek
1
-1
/
+1
2009-02-25
mv643xx_eth: move a couple of init actions from ->open() to port probe
Lennert Buytenhek
1
-5
/
+5
2009-02-25
mv643xx_eth: convert to net_device_ops
Lennert Buytenhek
1
-12
/
+17
2009-02-25
mv643xx_eth: make LRO unconditional
Lennert Buytenhek
1
-12
/
+0
2009-02-24
Merge branch 'master' of /home/davem/src/GIT/linux-2.6/
David S. Miller
1
-5
/
+4
2009-02-19
net/mv643xx: don't disable the mib timer too early and lock properly
Sebastian Siewior
1
-4
/
+3
2009-02-19
net/mv643xx: use GFP_ATOMIC while atomic
Sebastian Siewior
1
-1
/
+1
2009-02-16
mv643xx_eth: implement Large Receive Offload
Lennert Buytenhek
1
-1
/
+111
2009-02-16
mv643xx_eth: allow enabling/disabling tx checksumming via ethtool
Lennert Buytenhek
1
-0
/
+1
2009-02-16
mv643xx_eth: export rx csum get/set methods via ethtool
Lennert Buytenhek
1
-0
/
+20
2009-02-16
mv643xx_eth: implement ethtool rx/tx ring size query and resizing
Lennert Buytenhek
1
-9
/
+54
2009-02-16
mv643xx_eth: rework interrupt coalescing, and export via ethtool
Lennert Buytenhek
1
-30
/
+103
2009-02-16
mv643xx_eth: unify ethtool ops for phy'd and phy-less interfaces
Lennert Buytenhek
1
-33
/
+23
2009-01-27
net: struct device - replace bus_id with dev_name(), dev_set_name()
Kay Sievers
1
-1
/
+1
2009-01-20
mv643xx_eth: prevent interrupt storm on ifconfig down
Gabriel Paubert
1
-0
/
+1
2009-01-20
mv643xx_eth: fix multicast filter programming
Lennert Buytenhek
1
-1
/
+1
2009-01-20
Revert "mv643xx_eth: use longer DMA bursts".
Lennert Buytenhek
1
-6
/
+8
2008-11-21
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
1
-2
/
+3
2008-11-20
mv643xx_eth: calculate descriptor pointer only once in rxq_refill()
Lennert Buytenhek
1
-5
/
+7
2008-11-20
mv643xx_eth: move receive error handling out of line
Lennert Buytenhek
1
-26
/
+29
2008-11-20
mv643xx_eth: implement ->set_rx_mode()
Lennert Buytenhek
1
-70
/
+104
2008-11-20
mv643xx_eth: inline txq_alloc_desc_index()
Lennert Buytenhek
1
-17
/
+6
2008-11-20
mv643xx_eth: introduce per-port register area pointer
Lennert Buytenhek
1
-109
/
+121
2008-11-20
mv643xx_eth: checkpatch fixes
Lennert Buytenhek
1
-16
/
+22
2008-11-20
mv643xx_eth: fix recycle check bound
Lennert Buytenhek
1
-1
/
+2
2008-11-20
mv643xx_eth: fix the order of mdiobus_{unregister, free}() calls
Lennert Buytenhek
1
-1
/
+1
2008-11-07
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
1
-3
/
+6
2008-11-04
drivers/net: Kill now superfluous ->last_rx stores.
David S. Miller
1
-2
/
+0
2008-11-03
mv643xx_eth: fix SMI bus access timeouts
Lennert Buytenhek
1
-3
/
+6
2008-10-28
net: convert print_mac to %pM
Johannes Berg
1
-3
/
+2
2008-10-09
mv643xx_eth: include linux/ip.h to fix build
Lennert Buytenhek
1
-0
/
+1
2008-10-09
phylib: move to dynamic allocation of struct mii_bus
Lennert Buytenhek
1
-12
/
+20
2008-10-09
phylib: rename mii_bus::dev to mii_bus::parent
Lennert Buytenhek
1
-1
/
+1
2008-10-01
mv643xx_eth: hook up skb recycling
Lennert Buytenhek
1
-21
/
+45
2008-09-19
mv643xx_eth: bump version to 1.4
Lennert Buytenhek
1
-1
/
+1
[next]