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
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
2011-03-04
mv643xx_eth: Use netdev_<level> and pr_<level>
Joe Perches
1
-41
/
+33
2010-12-12
drivers/net: don't use flush_scheduled_work()
Tejun Heo
1
-1
/
+1
2010-12-11
netdev: Use default implementation of ethtool_ops::get_link where possible
Ben Hutchings
1
-6
/
+1
2010-09-28
mv643xx_eth: Use netif_set_real_num_{rx, tx}_queues()
Ben Hutchings
1
-1
/
+2
2010-07-24
mv643xx_eth: potential null dereference
Dan Carpenter
1
-1
/
+2
2010-07-19
net: preserve ifreq parameter when calling generic phy_mii_ioctl().
Richard Cochran
1
-1
/
+1
2010-07-08
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
1
-2
/
+7
2010-07-01
ethtool: Change ethtool_op_set_flags to validate flags
Ben Hutchings
1
-1
/
+6
2010-07-01
mv643xx_eth: use sw csum for big packets
Saeed Bishara
1
-2
/
+7
2010-05-18
drivers/net: Use kzalloc
Julia Lawall
1
-2
/
+1
2010-05-10
net: trans_start cleanups
Eric Dumazet
1
-1
/
+0
2010-04-12
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
1
-0
/
+1
2010-04-04
net: convert multicast list to list_head
Jiri Pirko
1
-3
/
+3
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
1
-0
/
+1
2010-02-26
net: convert multiple drivers to use netdev_for_each_mc_addr, part5 V2
Jiri Pirko
1
-1
/
+1
2010-02-18
mv643xx_eth: fix missing validate_addr hook
kirjanov@gmail.com
1
-0
/
+1
2010-01-26
net: use helpers to access uc list V2
Jiri Pirko
1
-2
/
+1
2010-01-07
mv643xx_eth: don't include cache padding in rx desc buffer size
Saeed Bishara
1
-2
/
+4
2009-12-09
mv643xx_eth: check for valid hw address (resubmit)
Denis Kirjanov
1
-0
/
+3
2009-11-30
mv643xx: convert to netdev_tx_t
Denis Kirjanov
1
-1
/
+1
2009-09-11
mv643xx_eth.c: remove unused txq_set_wrr()
Mikael Pettersson
1
-34
/
+0
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
[next]