index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
bfin_mac.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-09-02
netdev: drivers should make ethtool_ops const
Stephen Hemminger
1
-1
/
+1
2009-07-05
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-29
netdev: bfin_mac: add Blackfin MII bus to platform bus to allow DSA access
Graf Yang
1
-33
/
+84
2009-05-29
netdev: bfin_mac: fix performance issue found by netperf
Michael Hennerich
1
-84
/
+26
2009-05-29
netdev: bfin_mac: fix malformed UDP packet transmission when polling with KGDB
Sonic Zhang
1
-0
/
+6
2009-05-29
netdev: bfin_mac: drop useless IRQF_SHARED from Blackfin EMAC interrupt
Michael Hennerich
1
-1
/
+1
2009-05-26
bfin_mac: fix build error due to net_device_ops convert
Mike Frysinger
1
-15
/
+14
2009-04-14
bfin_mac: convert to net_device_ops
Alexander Beregalov
1
-9
/
+15
2009-03-24
net: struct device - replace bus_id with dev_name(), dev_set_name()
Kay Sievers
1
-6
/
+6
2008-11-03
drivers/net: Kill now superfluous ->last_rx stores.
David S. Miller
1
-1
/
+0
2008-10-12
net/bfin_mac.c MDIO namespace fixes
Adrian Bunk
1
-13
/
+13
2008-10-08
phylib: move to dynamic allocation of struct mii_bus
Lennert Buytenhek
1
-12
/
+19
2008-09-24
drivers/net: replace __FUNCTION__ with __func__
Harvey Harrison
1
-4
/
+4
2008-07-29
blackfin_mac: unneeded assignment
Stephen Hemminger
1
-1
/
+0
2008-07-29
Blackfin EMAC Driver: Functional power management support
Michael Hennerich
1
-0
/
+1
2008-07-29
Blackfin EMAC Driver: enable TXDWA new feature for new silicon (rev > 0.2)
Bryan Wu
1
-26
/
+77
2008-07-29
Blackfin EMAC Driver: add proper __devinit/__devexit markings
Mike Frysinger
1
-3
/
+3
2008-07-22
netdev: bunch of drivers: avoid WARN at net/core/dev.c:1328
Anton Vorontsov
1
-1
/
+0
2008-07-17
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
2008-04-25
net drivers: fix platform driver hotplug/coldplug
Kay Sievers
1
-2
/
+5
2008-04-16
phy: Change mii_bus id field to a string
Andy Fleming
1
-1
/
+1
2008-03-28
Blackfin EMAC Driver: delete unused variables to fixup gcc warnings
Mike Frysinger
1
-2
/
+0
2008-02-03
EMAC driver: Fix bug: The clock divisor is set to all ones at reset.
Bryan Wu
1
-1
/
+1
2008-02-03
EMAC driver: fix bug - invalidate data cache of new_skb->data range when cach...
Alexey Demin
1
-0
/
+6
2008-02-03
EMAC driver: add power down mode
Vitja Makarov
1
-1
/
+2
2008-02-03
EMAC driver: ADSP-BF52x arch/mach support
Michael Hennerich
1
-3
/
+3
2008-02-03
EMAC driver: use simpler comment headers and strip out information that is ma...
Mike Frysinger
1
-28
/
+4
2008-02-03
EMAC driver: bf537 MAC multicast hash filtering patch
Aidan Williams
1
-1
/
+41
2008-02-03
EMAC driver: define MDC_CLK=2.5MHz and caculate mdc_div according to SCLK.
Bryan Wu
1
-4
/
+12
2008-02-03
EMAC driver: shorten the mdelay value to solve netperf performance issue
Bryan Wu
1
-2
/
+2
2007-12-01
Merge branch 'master' into upstream-fixes
Jeff Garzik
1
-1
/
+1
2007-11-23
Blackfin EMAC driver: fix bug - NAT doesn't work with bfin_mac driver
Vitja Makarov
1
-1
/
+1
2007-11-15
Blackfin arch: change get_bf537_ether_addr() to bfin_get_ether_addr() since t...
Mike Frysinger
1
-1
/
+1
2007-10-30
Blackfin EMAC driver: Fix Ethernet communication bug (dupliated and lost pack...
Michael Hennerich
1
-2
/
+0
2007-10-10
Blackfin EMAC driver: Add phy abstraction layer supporting in bfin_emac driver
Bryan Wu
1
-124
/
+187
2007-10-10
Blackfin EMAC driver: add power management interface and change the bf537mac_...
Bryan Wu
1
-4
/
+19
2007-10-10
Blackfin EMAC driver: add function to change the MAC address
Alex Landau
1
-1
/
+12
2007-10-10
[NET] drivers/net: statistics cleanup #1 -- save memory and shrink code
Jeff Garzik
1
-20
/
+5
2007-10-10
[NET]: Nuke SET_MODULE_OWNER macro.
Ralf Baechle
1
-1
/
+0
2007-10-10
Clean up duplicate includes in drivers/net/
Jesper Juhl
1
-5
/
+0
2007-07-25
Blackfin Ethernet MAC driver: fix bug Report returned -ENOMEM upwards (in cas...
Michael Hennerich
1
-1
/
+5
2007-07-18
Blackfin ethernet driver: on chip ethernet MAC controller driver
Bryan Wu
1
-0
/
+1009