1. 159945a bfin_mac: convert bfin Ethernet driver to NAPI framework by Sonic Zhang · 10 years ago
  2. 3eecc94 bfin_mac: remove empty MDIO bus reset function by Florian Fainelli · 11 years ago
  3. 21534d2 bfin_mac: Call dev_consume_skb_any instead of dev_kfree_skb. by Eric W. Biederman · 11 years ago
  4. 4986b4f0 ptp: drivers: set the number of programmable pins. by Richard Cochran · 11 years ago
  5. 06d87ce net: bfin_mac: do not reset PHY after phy_start() by Florian Fainelli · 11 years ago
  6. 7575c91 bfin_mac: Implement the SIOCGHWTSTAMP ioctl by Ben Hutchings · 11 years ago
  7. 63aca0f bfin_mac: remove deprecated IRQF_DISABLED by Michael Opdenacker · 11 years ago
  8. a63b82c net: bfin_mac: use dev_get_platdata() by Jingoo Han · 11 years ago
  9. dfd93c9 net: ethernet: remove unnecessary platform_set_drvdata() by Jingoo Han · 11 years ago
  10. 2c00699 bfin_mac: fix error return code in bfin_mac_probe() by Wei Yongjun · 11 years ago
  11. 720a43e drivers:net: Remove unnecessary OOM messages after netdev_alloc_skb by Joe Perches · 12 years ago
  12. f9a8f83 net: phy: remove flags argument from phy_{attach, connect, connect_direct} by Florian Fainelli · 12 years ago
  13. 7826d43 ethtool: fix drvinfo strings set in drivers by Jiri Pirko · 12 years ago
  14. 15c6ff3 net: remove unnecessary NET_ADDR_RANDOM "bitclean" by Jiri Pirko · 12 years ago
  15. 49f7315 bfin_mac: remove __dev* attributes by Bill Pemberton · 12 years ago
  16. dd87b22 bfin_mac: offer a PTP Hardware Clock. by Richard Cochran · 12 years ago
  17. bc3c5f6 bfin_mac: replace sys time stamps with raw ones instead. by Richard Cochran · 12 years ago
  18. 85c153d bfin_mac: only advertise hardware time stamped when enabled. by Richard Cochran · 12 years ago
  19. 3ffa429 bfin: Fix build failure due to get_ts_info() changes. by David S. Miller · 13 years ago
  20. a85bbdd bfin_mac: Support the get_ts_info ethtool method. by Richard Cochran · 13 years ago
  21. 5055d2f adi: adapt to eth_hw_addr_random() and changes in arch/blackfin by Danny Kukawka · 13 years ago
  22. 1ab0d2e netdev: ethernet dev_alloc_skb to netdev_alloc_skb by Pradeep A. Dalvi · 13 years ago
  23. 41de8d4 drivers/net: Remove alloc_etherdev error messages by Joe Perches · 13 years ago
  24. 75432fd bfin_mac: use an unique MDIO bus name. by Florian Fainelli · 13 years ago
  25. afc4b13 net: remove use of ndo_set_multicast_list in drivers by Jiri Pirko · 13 years ago
  26. 7b35f03 bfin_mac: Move the Analog Devices Inc driver by Jeff Kirsher · 13 years ago[Renamed from drivers/net/bfin_mac.c]
  27. 118133e netdev: bfin_mac: fix memory leak when freeing dma descriptors by Sonic Zhang · 13 years ago
  28. 72f4905 netdev: bfin_mac: document TE setting in RMII modes by Mike Frysinger · 14 years ago
  29. f767b6d netdev: bfin_mac: Remove is_multicast_ether_addr use in netdev_for_each_mc_addr by Joe Perches · 14 years ago
  30. 1225277 netdev: bfin_mac: Use is_multicast_ether_addr helper by Tobias Klauser · 14 years ago
  31. c599bd6 netdev: bfin_mac: let boards set vlan masks by Mike Frysinger · 14 years ago
  32. 5ca1bb5 netdev: bfin_mac: mark setup_system_regs as static by Mike Frysinger · 14 years ago
  33. c6dd509 netdev: bfin_mac: clean up printk messages by Mike Frysinger · 14 years ago
  34. 02460d0 netdev: bfin_mac: push settings to platform resources by Sonic Zhang · 14 years ago
  35. 5f05647 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 14 years ago
  36. 3dcc1e7 Blackfin: Split PLL code from mach-specific cdef headers by David Howells · 14 years ago
  37. 2244d07 net: simplify flags for tx timestamping by Oliver Hartkopp · 14 years ago
  38. 4fcc3d3 netdev:bfin_mac: reclaim and free tx skb as soon as possible after transfer by Sonic Zhang · 14 years ago
  39. 7f267de bfin_mac: fix memleak in mii_bus{probe|remove} by Denis Kirjanov · 14 years ago
  40. 0e995cd netdev: bfin_mac: check for mii_bus platform data by Sonic Zhang · 14 years ago
  41. 2bfa0f0 netdev: bfin_mac: handle timeouts with the MDIO registers gracefully by Mike Frysinger · 14 years ago
  42. c0da776 netdev: bfin_mac: use promiscuous flag for promiscuous mode by Sonic Zhang · 14 years ago
  43. 53fd3f2 netdev: bfin_mac: add support for wake-on-lan magic packets by Michael Hennerich · 14 years ago
  44. 812a9de netdev: bfin_mac: clear RXCKS if hardware generated checksum is not enabled by Sonic Zhang · 14 years ago
  45. ad2864d netdev: bfin_mac: deduce Ethernet FCS from hardware IP payload checksum by Sonic Zhang · 14 years ago
  46. f6e1e4f netdev: bfin_mac: invalid data cache only once for each new rx skb buffer by Sonic Zhang · 14 years ago
  47. ec497b3 netdev: bfin_mac: handler RX status errors by Peter Meerwald · 14 years ago
  48. fe92afe netdev: bfin_mac: add support for IEEE 1588 PTP by Barry Song · 14 years ago
  49. a4b7709 drivers/net: Remove unnecessary returns from void function()s by Joe Perches · 14 years ago
  50. 1ae5dc3 net: trans_start cleanups by Eric Dumazet · 14 years ago
  51. 22bedad3 net: convert multicast list to list_head by Jiri Pirko · 15 years ago
  52. 0ddf477 net: convert multiple drivers to use netdev_for_each_mc_addr, part3 by Jiri Pirko · 15 years ago
  53. 4cd24ea net: use netdev_mc_count and netdev_mc_empty when appropriate by Jiri Pirko · 15 years ago
  54. 98f672c bfin_mac: use the newer CLKBUFOE bit name via asm/dpmc.h by Mike Frysinger · 15 years ago
  55. 8e95a20 drivers/net: Move && and || to end of previous line by Joe Perches · 15 years ago
  56. 0fc0b73 netdev: drivers should make ethtool_ops const by Stephen Hemminger · 15 years ago
  57. 6ed1065 net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functions by Patrick McHardy · 15 years ago
  58. b2f8f75 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  59. 080c825 netdev: bfin_mac: add Blackfin MII bus to platform bus to allow DSA access by Graf Yang · 15 years ago
  60. 015dac8 netdev: bfin_mac: fix performance issue found by netperf by Michael Hennerich · 15 years ago
  61. 805a8ab netdev: bfin_mac: fix malformed UDP packet transmission when polling with KGDB by Sonic Zhang · 15 years ago
  62. 91a455f netdev: bfin_mac: drop useless IRQF_SHARED from Blackfin EMAC interrupt by Michael Hennerich · 15 years ago
  63. b63dc8f bfin_mac: fix build error due to net_device_ops convert by Mike Frysinger · 15 years ago
  64. 149da65 bfin_mac: convert to net_device_ops by Alexander Beregalov · 15 years ago
  65. c231355 net: struct device - replace bus_id with dev_name(), dev_set_name() by Kay Sievers · 16 years ago
  66. babcda7 drivers/net: Kill now superfluous ->last_rx stores. by David S. Miller · 16 years ago
  67. 0ed0563e net/bfin_mac.c MDIO namespace fixes by Adrian Bunk · 16 years ago
  68. 298cf9be phylib: move to dynamic allocation of struct mii_bus by Lennert Buytenhek · 16 years ago
  69. b39d66a drivers/net: replace __FUNCTION__ with __func__ by Harvey Harrison · 16 years ago
  70. 74dfd9f blackfin_mac: unneeded assignment by Stephen Hemminger · 16 years ago
  71. ee02fee Blackfin EMAC Driver: Functional power management support by Michael Hennerich · 16 years ago
  72. a50c0c0 Blackfin EMAC Driver: enable TXDWA new feature for new silicon (rev > 0.2) by Bryan Wu · 16 years ago
  73. d7b843d3 Blackfin EMAC Driver: add proper __devinit/__devexit markings by Mike Frysinger · 16 years ago
  74. c8f1568 netdev: bunch of drivers: avoid WARN at net/core/dev.c:1328 by Anton Vorontsov · 16 years ago
  75. 263ba32 netdev: Convert all drivers away from netif_schedule(). by David S. Miller · 16 years ago
  76. 94a47f4 Blackfin EMAC Driver: Removed duplicated include <linux/ethtool.h> by Huang Weiyi · 16 years ago
  77. 679dce3 Blackfin EMAC Driver: Initial version of ethtool support by Bryan Wu · 16 years ago
  78. 7ef0a7e Blackfin EMAC Driver: code cleanup by Bryan Wu · 16 years ago
  79. 72abb46 net drivers: fix platform driver hotplug/coldplug by Kay Sievers · 16 years ago
  80. 9d9326d phy: Change mii_bus id field to a string by Andy Fleming · 17 years ago
  81. 51a491c Blackfin EMAC Driver: delete unused variables to fixup gcc warnings by Mike Frysinger · 17 years ago
  82. 9dc7f30 EMAC driver: Fix bug: The clock divisor is set to all ones at reset. by Bryan Wu · 17 years ago
  83. 6e01d1a EMAC driver: fix bug - invalidate data cache of new_skb->data range when cache is WB by Alexey Demin · 17 years ago
  84. 136492b EMAC driver: add power down mode by Vitja Makarov · 17 years ago
  85. 6893ff1 EMAC driver: ADSP-BF52x arch/mach support by Michael Hennerich · 17 years ago
  86. 2fb9d6f EMAC driver: use simpler comment headers and strip out information that is maintained in the scm's log by Mike Frysinger · 17 years ago
  87. 775919b EMAC driver: bf537 MAC multicast hash filtering patch by Aidan Williams · 17 years ago
  88. 7cc8f38 EMAC driver: define MDC_CLK=2.5MHz and caculate mdc_div according to SCLK. by Bryan Wu · 17 years ago
  89. 6db9e46 EMAC driver: shorten the mdelay value to solve netperf performance issue by Bryan Wu · 17 years ago
  90. c99da91 Merge branch 'master' into upstream-fixes by Jeff Garzik · 17 years ago
  91. 00ff49a Blackfin EMAC driver: fix bug - NAT doesn't work with bfin_mac driver by Vitja Makarov · 17 years ago
  92. 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
  93. 2ea10b1 Blackfin EMAC driver: Fix Ethernet communication bug (dupliated and lost packets) by Michael Hennerich · 17 years ago
  94. 4ae5a3a Blackfin EMAC driver: Add phy abstraction layer supporting in bfin_emac driver by Bryan Wu · 17 years ago
  95. 496a34c Blackfin EMAC driver: add power management interface and change the bf537mac_reset to bf537mac_disable by Bryan Wu · 17 years ago
  96. 73f8318 Blackfin EMAC driver: add function to change the MAC address by Alex Landau · 17 years ago
  97. 09f75cd [NET] drivers/net: statistics cleanup #1 -- save memory and shrink code by Jeff Garzik · 17 years ago
  98. 10d024c [NET]: Nuke SET_MODULE_OWNER macro. by Ralf Baechle · 17 years ago
  99. bf1e9a0 Clean up duplicate includes in drivers/net/ by Jesper Juhl · 17 years ago
  100. 4af4b84 Blackfin Ethernet MAC driver: fix bug Report returned -ENOMEM upwards (in case L1/uncached memory alloc fails) by Michael Hennerich · 17 years ago