1. 885a947 staging: delete non-required instances of include <linux/init.h> by Paul Gortmaker · 11 years ago
  2. 4d97845 staging: octeon: drop redundant mac address check by Luka Perkov · 11 years ago
  3. 851ec8c staging: octeon: Removed space at start of line by Nandini Hanumanthagowda · 11 years ago
  4. b186410 staging: octeon: Fixed line over 80 chars warning by Nandini Hanumanthagowda · 11 years ago
  5. a012649 Staging: octeon: fix line over 80 characters in ethernet-tx.c by Ebru Akagunduz · 11 years ago
  6. 6b478c2 Staging: octeon: fix quoted string split across lines in ethernet-tx.c by Ebru Akagunduz · 11 years ago
  7. d7c9fde Staging: octeon: quoted string split across lines in ethernet-spi.c by Ebru Akagunduz · 11 years ago
  8. d2ca24c staging: octeon-ethernet: allow to use only 1 CPU for packet processing by Aaro Koskinen · 11 years ago
  9. cd39f73 staging: octeon-ethernet: allow to set IRQ smp_affinity freely by Aaro Koskinen · 11 years ago
  10. 811a751 staging: octeon: Fix typo in staging/octeon by Masanari Iida · 11 years ago
  11. 7cc4fa1 staging: octeon-ethernet: rgmii: enable interrupts that we can handle by Aaro Koskinen · 11 years ago
  12. a5de43c staging: octeon-ethernet: remove skb alloc failure warnings by Aaro Koskinen · 11 years ago
  13. da029d0 staging: octeon-ethernet: make dropped packets to consume NAPI budget by Aaro Koskinen · 11 years ago
  14. 9ddebc4 MIPS: OCTEON: Rename Kconfig CAVIUM_OCTEON_REFERENCE_BOARD to CAVIUM_OCTEON_SOC by David Daney · 11 years ago
  15. 9afa319 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 11 years ago
  16. 6176772 Merge branch 'master' into for-next by Jiri Kosina · 12 years ago
  17. 7826d43 ethtool: fix drvinfo strings set in drivers by Jiri Pirko · 12 years ago
  18. 15c6ff3 net: remove unnecessary NET_ADDR_RANDOM "bitclean" by Jiri Pirko · 12 years ago
  19. d82603c treewide: Replace incomming with incoming in all comments and strings by Jorrit Schippers · 12 years ago
  20. f7e2f35 staging: octeon: remove use of __devexit by Bill Pemberton · 12 years ago
  21. 4f24090 staging: octeon: remove use of __devinit by Bill Pemberton · 12 years ago
  22. 095d0bb staging: octeon_ethernet: remove use of __devexit_p by Bill Pemberton · 12 years ago
  23. df9244c staging: octeon_ethernet: Convert to use device tree. by David Daney · 12 years ago
  24. fb09baf Merge tag 'staging-3.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging by Linus Torvalds · 12 years ago
  25. 0d6c4a2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  26. ec47ea8 skb: Add inline helper for getting the skb end offset from head by Alexander Duyck · 12 years ago
  27. d210267 Merge 3.4-rc5 into staging-next by Greg Kroah-Hartman · 12 years ago
  28. dc890df staging: octeon-ethernet: fix build errors by including interrupt.h by Imre Kaloz · 12 years ago
  29. 215c47c staging:octeon Fix typos in staging:octeon by Justin P. Mattock · 12 years ago
  30. b5c19ca staging/octeon: Fix PHY binding in octeon-ethernet driver. by David Daney · 12 years ago
  31. af86649 MIPS: Octeon: Move some Ethernet support files out of staging. by David Daney · 13 years ago
  32. 8d804d4 STAGING: octeon-ethernet: Fix compile error caused by skb_frag_struct change by David Daney · 13 years ago
  33. 1805b2f Merge branch 'master' of ra.kernel.org:/pub/scm/linux/kernel/git/davem/net by David S. Miller · 13 years ago
  34. a4be637 staging/octeon: Software should check the checksum of no tcp/udp packets by Roy.Li · 13 years ago
  35. 8decf86 Merge branch 'master' of github.com:davem330/net by David S. Miller · 13 years ago
  36. 048316b staging: octeon-ethernet: Add missing #includes. by David Daney · 13 years ago
  37. afc4b13 net: remove use of ndo_set_multicast_list in drivers by Jiri Pirko · 13 years ago
  38. 60063497 atomic: use <linux/atomic.h> by Arun Sharma · 13 years ago
  39. 7a2eaf9 staging: octeon: use printk_ratelimited instead of printk_ratelimit by Christian Dietrich · 13 years ago
  40. 29bad1a staging: octeon-ethernet: remove .get_sg, etc. ethtool_ops by Michał Mirosław · 13 years ago
  41. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  42. 698a9dc staging: octeon: change a typo comamnd to command by Justin P. Mattock · 14 years ago
  43. e4c5bf8 Merge 'staging-next' to Linus's tree by Greg Kroah-Hartman · 14 years ago
  44. 6566961 staging: octeon: Remove USB code by Bernhard Walle · 14 years ago
  45. 0c26876 Staging: octeon: Makefile: replace the use of <module>-objs with <module>-y by Tracey Dent · 14 years ago
  46. c4711c3 staging: octeon: use free_netdev(netdev) instead of kfree() by Vasiliy Kulikov · 14 years ago
  47. 369ae8b staging: octeon: '&pointer[0]' to 'pointer' fix by Andy Shevchenko · 14 years ago
  48. d225eef staging: octeon: use '%pM' format to print MAC address by Andy Shevchenko · 14 years ago
  49. 6cd5a9a staging/trivial: fix typos concerning "access" by Uwe Kleine-König · 14 years ago
  50. 95c46ed Staging: octeon: depends on NETDEVICES by Randy Dunlap · 14 years ago
  51. e956335 Staging: Merge staging-next into Linus's tree by Greg Kroah-Hartman · 14 years ago
  52. 94f5659 staging: octeon: check request_irq() return value by Kulikov Vasiliy · 14 years ago
  53. f69b0d6 Staging: fix typos concerning "address" by Uwe Kleine-König · 14 years ago
  54. 28b0411 net: preserve ifreq parameter when calling generic phy_mii_ioctl(). by Richard Cochran · 14 years ago
  55. 37523e8 staging/trivial: fix typos concerning "initiali[zs]e" by Uwe Kleine-König · 14 years ago
  56. 9dd1474 STAGING: octeon-ethernet: Use proper phy addresses for Movidis hardware. by David Daney · 14 years ago
  57. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  58. 4787188 Merge branch 'master' of /home/davem/src/GIT/linux-2.6/ by David S. Miller · 14 years ago
  59. 559e25a Staging: Octeon: Remove /proc/octeon_ethernet_stats by David Daney · 14 years ago
  60. ec977c5 Staging: Octeon: Reformat a bunch of comments. by David Daney · 14 years ago
  61. 4898c56 Staging: Octeon: Free transmit SKBs in a timely manner by David Daney · 14 years ago
  62. f8c2648 Staging: Octeon: Run phy bus accesses on a workqueue. by David Daney · 14 years ago
  63. 1d08f00 Staging: octeon: remove unneeded includes by David Daney · 14 years ago
  64. 081f674 Staging: Octeon Ethernet: Use constants from in.h by David Daney · 15 years ago
  65. 924cc26 Staging: Octeon Ethernet: Enable scatter-gather. by David Daney · 15 years ago
  66. 3368c78 Staging: Octeon Ethernet: Convert to NAPI. by David Daney · 15 years ago
  67. 6888fc8 Staging: Octeon Ethernet: Rewrite transmit code. by David Daney · 15 years ago
  68. 166bdaa Staging: Octeon Ethernet: Fix memory allocation. by David Daney · 15 years ago
  69. 6568a23 Staging: Octeon Ethernet: Remove unused code. by David Daney · 15 years ago
  70. d590794 staging: convert to use netdev_for_each_mc_addr by Jiri Pirko · 14 years ago
  71. f6ed1b3 Staging: octeon-ethernet: Convert to use PHY Abstraction Layer. by David Daney · 15 years ago
  72. bbc9a99 Staging: fix assorted typos all over the place by André Goddard Rosa · 15 years ago
  73. 82c7c11 Staging: octeon: don't ignore request_irq() return code by Roel Kluin · 15 years ago
  74. 13c5939 Staging: octeon-ethernet: Assign proper MAC addresses. by David Daney · 15 years ago
  75. aabb89d Staging: Octeon: Use symbolic values for irq numbers. by David Daney · 15 years ago
  76. 9326e36 MIPS: Octeon: Fix compile error in drivers/staging/octeon/ethernet-mdio.c by David Daney · 15 years ago
  77. fff9c81 MIPS: Octeon: False positive timeout by Roel Kluin · 15 years ago
  78. 0fc0b73 netdev: drivers should make ethtool_ops const by Stephen Hemminger · 15 years ago
  79. a620c16 Staging: octeon-ethernet: Fix race freeing transmit buffers. by David Daney · 15 years ago
  80. f696a10 Staging: octeon-ethernet: Convert to use net_device_ops. by David Daney · 15 years ago
  81. 80ff0fd Staging: Add octeon-ethernet driver files. by David Daney · 15 years ago