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
/
bfin_mac.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-01-14
netdev: bfin_mac: Remove is_multicast_ether_addr use in netdev_for_each_mc_addr
Joe Perches
1
-8
/
+1
2011-01-13
netdev: bfin_mac: Use is_multicast_ether_addr helper
Tobias Klauser
1
-1
/
+1
2011-01-11
netdev: bfin_mac: let boards set vlan masks
Mike Frysinger
1
-0
/
+7
2011-01-11
netdev: bfin_mac: mark setup_system_regs as static
Mike Frysinger
1
-1
/
+1
2011-01-11
netdev: bfin_mac: clean up printk messages
Mike Frysinger
1
-36
/
+29
2010-10-25
netdev: bfin_mac: push settings to platform resources
Sonic Zhang
1
-51
/
+94
2010-10-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6
Linus Torvalds
1
-6
/
+4
2010-10-07
Blackfin: Split PLL code from mach-specific cdef headers
David Howells
1
-0
/
+1
2010-08-19
net: simplify flags for tx timestamping
Oliver Hartkopp
1
-6
/
+4
2010-06-16
netdev:bfin_mac: reclaim and free tx skb as soon as possible after transfer
Sonic Zhang
1
-43
/
+80
2010-05-24
bfin_mac: fix memleak in mii_bus{probe|remove}
Denis Kirjanov
1
-0
/
+2
2010-05-18
netdev: bfin_mac: check for mii_bus platform data
Sonic Zhang
1
-0
/
+6
2010-05-18
netdev: bfin_mac: handle timeouts with the MDIO registers gracefully
Mike Frysinger
1
-19
/
+34
2010-05-18
netdev: bfin_mac: use promiscuous flag for promiscuous mode
Sonic Zhang
1
-1
/
+1
2010-05-18
netdev: bfin_mac: add support for wake-on-lan magic packets
Michael Hennerich
1
-4
/
+72
2010-05-18
netdev: bfin_mac: clear RXCKS if hardware generated checksum is not enabled
Sonic Zhang
1
-2
/
+3
2010-05-18
netdev: bfin_mac: deduce Ethernet FCS from hardware IP payload checksum
Sonic Zhang
1
-2
/
+33
2010-05-18
netdev: bfin_mac: invalid data cache only once for each new rx skb buffer
Sonic Zhang
1
-5
/
+8
2010-05-18
netdev: bfin_mac: handler RX status errors
Peter Meerwald
1
-3
/
+14
2010-05-18
netdev: bfin_mac: add support for IEEE 1588 PTP
Barry Song
1
-1
/
+340
2010-05-14
drivers/net: Remove unnecessary returns from void function()s
Joe Perches
1
-2
/
+0
2010-05-10
net: trans_start cleanups
Eric Dumazet
1
-2
/
+1
2010-04-04
net: convert multicast list to list_head
Jiri Pirko
1
-3
/
+3
2010-02-23
net: convert multiple drivers to use netdev_for_each_mc_addr, part3
Jiri Pirko
1
-4
/
+2
2010-02-12
net: use netdev_mc_count and netdev_mc_empty when appropriate
Jiri Pirko
1
-2
/
+2
2010-01-19
bfin_mac: use the newer CLKBUFOE bit name via asm/dpmc.h
Mike Frysinger
1
-2
/
+3
2009-12-04
drivers/net: Move && and || to end of previous line
Joe Perches
1
-6
/
+6
2009-09-02
netdev: drivers should make ethtool_ops const
Stephen Hemminger
1
-1
/
+1
2009-07-06
net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functions
Patrick McHardy
1
-1
/
+1
2009-06-03
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
1
-15
/
+14
2009-05-30
netdev: bfin_mac: add Blackfin MII bus to platform bus to allow DSA access
Graf Yang
1
-33
/
+84
2009-05-30
netdev: bfin_mac: fix performance issue found by netperf
Michael Hennerich
1
-84
/
+26
2009-05-30
netdev: bfin_mac: fix malformed UDP packet transmission when polling with KGDB
Sonic Zhang
1
-0
/
+6
2009-05-30
netdev: bfin_mac: drop useless IRQF_SHARED from Blackfin EMAC interrupt
Michael Hennerich
1
-1
/
+1
2009-05-27
bfin_mac: fix build error due to net_device_ops convert
Mike Frysinger
1
-15
/
+14
2009-04-15
bfin_mac: convert to net_device_ops
Alexander Beregalov
1
-9
/
+15
2009-03-25
net: struct device - replace bus_id with dev_name(), dev_set_name()
Kay Sievers
1
-6
/
+6
2008-11-04
drivers/net: Kill now superfluous ->last_rx stores.
David S. Miller
1
-1
/
+0
2008-10-13
net/bfin_mac.c MDIO namespace fixes
Adrian Bunk
1
-13
/
+13
2008-10-09
phylib: move to dynamic allocation of struct mii_bus
Lennert Buytenhek
1
-12
/
+19
2008-09-25
drivers/net: replace __FUNCTION__ with __func__
Harvey Harrison
1
-4
/
+4
2008-07-30
blackfin_mac: unneeded assignment
Stephen Hemminger
1
-1
/
+0
2008-07-30
Blackfin EMAC Driver: Functional power management support
Michael Hennerich
1
-0
/
+1
2008-07-30
Blackfin EMAC Driver: enable TXDWA new feature for new silicon (rev > 0.2)
Bryan Wu
1
-26
/
+77
2008-07-30
Blackfin EMAC Driver: add proper __devinit/__devexit markings
Mike Frysinger
1
-3
/
+3
2008-07-23
netdev: bunch of drivers: avoid WARN at net/core/dev.c:1328
Anton Vorontsov
1
-1
/
+0
2008-07-18
netdev: Convert all drivers away from netif_schedule().
David S. Miller
1
-1
/
+1
2008-05-22
Blackfin EMAC Driver: Removed duplicated include <linux/ethtool.h>
Huang Weiyi
1
-1
/
+0
2008-04-29
Blackfin EMAC Driver: Initial version of ethtool support
Bryan Wu
1
-0
/
+47
2008-04-29
Blackfin EMAC Driver: code cleanup
Bryan Wu
1
-126
/
+123
[next]