1. 118133e netdev: bfin_mac: fix memory leak when freeing dma descriptors by Sonic Zhang · 13 years ago
  2. 72f4905 netdev: bfin_mac: document TE setting in RMII modes by Mike Frysinger · 13 years ago
  3. f767b6d netdev: bfin_mac: Remove is_multicast_ether_addr use in netdev_for_each_mc_addr by Joe Perches · 14 years ago
  4. 1225277 netdev: bfin_mac: Use is_multicast_ether_addr helper by Tobias Klauser · 14 years ago
  5. c599bd6 netdev: bfin_mac: let boards set vlan masks by Mike Frysinger · 14 years ago
  6. 5ca1bb5 netdev: bfin_mac: mark setup_system_regs as static by Mike Frysinger · 14 years ago
  7. c6dd509 netdev: bfin_mac: clean up printk messages by Mike Frysinger · 14 years ago
  8. 02460d0 netdev: bfin_mac: push settings to platform resources by Sonic Zhang · 14 years ago
  9. 5f05647 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 14 years ago
  10. 3dcc1e7 Blackfin: Split PLL code from mach-specific cdef headers by David Howells · 14 years ago
  11. 2244d07 net: simplify flags for tx timestamping by Oliver Hartkopp · 14 years ago
  12. 4fcc3d3 netdev:bfin_mac: reclaim and free tx skb as soon as possible after transfer by Sonic Zhang · 14 years ago
  13. 7f267de bfin_mac: fix memleak in mii_bus{probe|remove} by Denis Kirjanov · 14 years ago
  14. 0e995cd netdev: bfin_mac: check for mii_bus platform data by Sonic Zhang · 14 years ago
  15. 2bfa0f0 netdev: bfin_mac: handle timeouts with the MDIO registers gracefully by Mike Frysinger · 14 years ago
  16. c0da776 netdev: bfin_mac: use promiscuous flag for promiscuous mode by Sonic Zhang · 14 years ago
  17. 53fd3f2 netdev: bfin_mac: add support for wake-on-lan magic packets by Michael Hennerich · 14 years ago
  18. 812a9de netdev: bfin_mac: clear RXCKS if hardware generated checksum is not enabled by Sonic Zhang · 14 years ago
  19. ad2864d netdev: bfin_mac: deduce Ethernet FCS from hardware IP payload checksum by Sonic Zhang · 14 years ago
  20. f6e1e4f netdev: bfin_mac: invalid data cache only once for each new rx skb buffer by Sonic Zhang · 14 years ago
  21. ec497b3 netdev: bfin_mac: handler RX status errors by Peter Meerwald · 14 years ago
  22. fe92afe netdev: bfin_mac: add support for IEEE 1588 PTP by Barry Song · 14 years ago
  23. a4b7709 drivers/net: Remove unnecessary returns from void function()s by Joe Perches · 14 years ago
  24. 1ae5dc3 net: trans_start cleanups by Eric Dumazet · 14 years ago
  25. 22bedad net: convert multicast list to list_head by Jiri Pirko · 14 years ago
  26. 0ddf477 net: convert multiple drivers to use netdev_for_each_mc_addr, part3 by Jiri Pirko · 14 years ago
  27. 4cd24ea net: use netdev_mc_count and netdev_mc_empty when appropriate by Jiri Pirko · 14 years ago
  28. 98f672c bfin_mac: use the newer CLKBUFOE bit name via asm/dpmc.h by Mike Frysinger · 15 years ago
  29. 8e95a20 drivers/net: Move && and || to end of previous line by Joe Perches · 15 years ago
  30. 0fc0b73 netdev: drivers should make ethtool_ops const by Stephen Hemminger · 15 years ago
  31. 6ed1065 net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functions by Patrick McHardy · 15 years ago
  32. b2f8f75 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  33. 080c825 netdev: bfin_mac: add Blackfin MII bus to platform bus to allow DSA access by Graf Yang · 15 years ago
  34. 015dac8 netdev: bfin_mac: fix performance issue found by netperf by Michael Hennerich · 15 years ago
  35. 805a8ab netdev: bfin_mac: fix malformed UDP packet transmission when polling with KGDB by Sonic Zhang · 15 years ago
  36. 91a455f netdev: bfin_mac: drop useless IRQF_SHARED from Blackfin EMAC interrupt by Michael Hennerich · 15 years ago
  37. b63dc8f bfin_mac: fix build error due to net_device_ops convert by Mike Frysinger · 15 years ago
  38. 149da65 bfin_mac: convert to net_device_ops by Alexander Beregalov · 15 years ago
  39. c231355 net: struct device - replace bus_id with dev_name(), dev_set_name() by Kay Sievers · 15 years ago
  40. babcda7 drivers/net: Kill now superfluous ->last_rx stores. by David S. Miller · 16 years ago
  41. 0ed0563 net/bfin_mac.c MDIO namespace fixes by Adrian Bunk · 16 years ago
  42. 298cf9b phylib: move to dynamic allocation of struct mii_bus by Lennert Buytenhek · 16 years ago
  43. b39d66a drivers/net: replace __FUNCTION__ with __func__ by Harvey Harrison · 16 years ago
  44. 74dfd9f blackfin_mac: unneeded assignment by Stephen Hemminger · 16 years ago
  45. ee02fee Blackfin EMAC Driver: Functional power management support by Michael Hennerich · 16 years ago
  46. a50c0c0 Blackfin EMAC Driver: enable TXDWA new feature for new silicon (rev > 0.2) by Bryan Wu · 16 years ago
  47. d7b843d Blackfin EMAC Driver: add proper __devinit/__devexit markings by Mike Frysinger · 16 years ago
  48. c8f1568 netdev: bunch of drivers: avoid WARN at net/core/dev.c:1328 by Anton Vorontsov · 16 years ago
  49. 263ba32 netdev: Convert all drivers away from netif_schedule(). by David S. Miller · 16 years ago
  50. 94a47f4 Blackfin EMAC Driver: Removed duplicated include <linux/ethtool.h> by Huang Weiyi · 16 years ago
  51. 679dce3 Blackfin EMAC Driver: Initial version of ethtool support by Bryan Wu · 16 years ago
  52. 7ef0a7e Blackfin EMAC Driver: code cleanup by Bryan Wu · 16 years ago
  53. 72abb46 net drivers: fix platform driver hotplug/coldplug by Kay Sievers · 16 years ago
  54. 9d9326d phy: Change mii_bus id field to a string by Andy Fleming · 16 years ago
  55. 51a491c Blackfin EMAC Driver: delete unused variables to fixup gcc warnings by Mike Frysinger · 16 years ago
  56. 9dc7f30 EMAC driver: Fix bug: The clock divisor is set to all ones at reset. by Bryan Wu · 16 years ago
  57. 6e01d1a EMAC driver: fix bug - invalidate data cache of new_skb->data range when cache is WB by Alexey Demin · 16 years ago
  58. 136492b EMAC driver: add power down mode by Vitja Makarov · 16 years ago
  59. 6893ff1 EMAC driver: ADSP-BF52x arch/mach support by Michael Hennerich · 16 years ago
  60. 2fb9d6f EMAC driver: use simpler comment headers and strip out information that is maintained in the scm's log by Mike Frysinger · 16 years ago
  61. 775919b EMAC driver: bf537 MAC multicast hash filtering patch by Aidan Williams · 16 years ago
  62. 7cc8f38 EMAC driver: define MDC_CLK=2.5MHz and caculate mdc_div according to SCLK. by Bryan Wu · 16 years ago
  63. 6db9e46 EMAC driver: shorten the mdelay value to solve netperf performance issue by Bryan Wu · 16 years ago
  64. c99da91 Merge branch 'master' into upstream-fixes by Jeff Garzik · 17 years ago
  65. 00ff49a Blackfin EMAC driver: fix bug - NAT doesn't work with bfin_mac driver by Vitja Makarov · 17 years ago
  66. 9862cc5 Blackfin arch: change get_bf537_ether_addr() to bfin_get_ether_addr() since this is not BF537 specific and to better match other Blackfin-specific conventions by Mike Frysinger · 17 years ago
  67. 2ea10b1 Blackfin EMAC driver: Fix Ethernet communication bug (dupliated and lost packets) by Michael Hennerich · 17 years ago
  68. 4ae5a3a Blackfin EMAC driver: Add phy abstraction layer supporting in bfin_emac driver by Bryan Wu · 17 years ago
  69. 496a34c Blackfin EMAC driver: add power management interface and change the bf537mac_reset to bf537mac_disable by Bryan Wu · 17 years ago
  70. 73f8318 Blackfin EMAC driver: add function to change the MAC address by Alex Landau · 17 years ago
  71. 09f75cd [NET] drivers/net: statistics cleanup #1 -- save memory and shrink code by Jeff Garzik · 17 years ago
  72. 10d024c [NET]: Nuke SET_MODULE_OWNER macro. by Ralf Baechle · 17 years ago
  73. bf1e9a0 Clean up duplicate includes in drivers/net/ by Jesper Juhl · 17 years ago
  74. 4af4b84 Blackfin Ethernet MAC driver: fix bug Report returned -ENOMEM upwards (in case L1/uncached memory alloc fails) by Michael Hennerich · 17 years ago
  75. e190d6b Blackfin ethernet driver: on chip ethernet MAC controller driver by Bryan Wu · 17 years ago