1. 56845d7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 13 years ago
  2. 136cd14 atl1: do not drop rx/tx interrupts before they are scheduled by Tony Zelenoff · 13 years ago
  3. 2a9bc71 atl1: do not process interrupts in cycle in handler by Tony Zelenoff · 13 years ago
  4. 73650f2 atl1: enable errors and link ints when rx/tx scheduled by Tony Zelenoff · 13 years ago
  5. 5c3d52e atl1: use defined functions to disable irq by Tony Zelenoff · 13 years ago
  6. 0dbab2f atl1: add napi process of tx interrupts by Tony Zelenoff · 13 years ago
  7. 6294512 atl1: make driver napi compatible by Tony Zelenoff · 13 years ago
  8. 3e1d83f atl1: handle rx in separate condition by Tony Zelenoff · 13 years ago
  9. 03662e4 atl1: fix kernel panic in case of DMA errors by Tony Zelenoff · 13 years ago
  10. 6a214fd atheros eth: set addr_assign_type if random_ether_addr() used by Danny Kukawka · 13 years ago
  11. 84b4050 Sweep away N/A fw_version dustbunnies from the .get_drvinfo routine of a number of drivers by Rick Jones · 13 years ago
  12. 8a9ea32 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 13 years ago
  13. 9e903e0 net: add skb frag size accessors by Eric Dumazet · 13 years ago
  14. 8b0c116 net: Remove unnecessary driver assignments of ethtool_ringparam fields to zero by Rick Jones · 13 years ago
  15. 5d6bcdf net: use DMA_x_DEVICE and dma_mapping_error with skb_frag_dma_map by Ian Campbell · 13 years ago
  16. 9b22c73 atlx: convert to SKB paged frag API. by Ian Campbell · 13 years ago
  17. afc4b13 net: remove use of ndo_set_multicast_list in drivers by Jiri Pirko · 13 years ago
  18. 2b133ad atl*: Move the Atheros drivers by Jeff Kirsher · 13 years ago[Renamed from drivers/net/atlx/atl1.c]
  19. 60063497 atomic: use <linux/atomic.h> by Arun Sharma · 13 years ago
  20. 9249170 atl1: do vlan cleanup by Jiri Pirko · 13 years ago
  21. 57d19e8 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 13 years ago
  22. 7073949 ethtool: cosmetic: Use ethtool ethtool_cmd_speed API by David Decotigny · 14 years ago
  23. 25db033 ethtool: Use full 32 bit speed range in ethtool's set_settings by David Decotigny · 14 years ago
  24. 85ee7a1 treewide: cleanup continuations and remove logging message whitespace by Joe Perches · 14 years ago
  25. f8dfc45 atlx: Fix set-but-unused variable. by David S. Miller · 14 years ago
  26. 782d640 net: atl*: convert to hw_features by Michał Mirosław · 14 years ago
  27. ab392d2 drivers/net: Remove IRQF_SAMPLE_RANDOM flag from network drivers by Javier Martinez Canillas · 14 years ago
  28. dd68153 atl1: Do not use legacy PCI power management by Rafael J. Wysocki · 14 years ago
  29. dbbe68b Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  30. 2f32c86 atl1: fix oops when changing tx/rx ring params by J. K. Cliburn · 14 years ago
  31. 55508d6 net: Use skb_checksum_start_offset() by Michał Mirosław · 14 years ago
  32. 7b8e824 atl1 : fix panic on load by Eric Dumazet · 14 years ago
  33. ff2d8d6 atlx: make local functions/data static by stephen hemminger · 14 years ago
  34. eab6d18 vlan: Don't check for vlan group before vlan_tx_tag_present. by Jesse Gross · 14 years ago
  35. e40051d Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  36. 807540b drivers/net: return operator cleanup by Eric Dumazet · 14 years ago
  37. 3f5a2a7 atl1: zero out CMB and SBM in atl1_free_ring_resources by Luca Tettamanti · 14 years ago
  38. ec5a32f atl1: fix resume by Luca Tettamanti · 14 years ago
  39. bc8acf2 drivers/net: avoid some skb->ip_summed initializations by Eric Dumazet · 14 years ago
  40. c061b18 drivers/net: Remove address use from assignments of function pointers by Joe Perches · 14 years ago
  41. a4b7709 drivers/net: Remove unnecessary returns from void function()s by Joe Perches · 14 years ago
  42. e743d31 drivers: net: use skb_headlen() by Eric Dumazet · 15 years ago
  43. 44ebb95 drivers/net: Fix continuation lines by Joe Perches · 15 years ago
  44. a3aa188 drivers/net/: use DEFINE_PCI_DEVICE_TABLE() by Alexey Dobriyan · 15 years ago
  45. 8e95a20 drivers/net: Move && and || to end of previous line by Joe Perches · 15 years ago
  46. a0607fd drivers/net: request_irq - Remove unnecessary leading & from second arg by Joe Perches · 15 years ago
  47. 89d71a6 net: Use netdev_alloc_skb_ip_align() by Eric Dumazet · 15 years ago
  48. 61357325 netdev: convert bulk of drivers to netdev_tx_t by Stephen Hemminger · 15 years ago
  49. 082ba88 atlx: strncpy does not null terminate string by Roel Kluin · 15 years ago
  50. 17d0cdf net: ntohs() misuse by Eric Dumazet · 15 years ago
  51. b2f8f75 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  52. cdd0db0 net: dont update dev->trans_start by Eric Dumazet · 15 years ago
  53. 5ad1890 atlx: move modinfo data from atlx.h to atl1.c by Alex Chiang · 15 years ago
  54. 0ee904c drivers/net: replace BUG() with BUG_ON() if possible by Alexander Beregalov · 16 years ago
  55. 284901a dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32) by Yang Hongyang · 16 years ago
  56. b79d8ff drivers/net/atlx: fix sparse warnings: fix signedness by Hannes Eder · 16 years ago
  57. 9dc20f5 drivers/net/atlx: fix sparse warnings: make symbols static by Hannes Eder · 16 years ago
  58. 0082982 netdev: add more functions to netdevice ops by Stephen Hemminger · 16 years ago
  59. 825a84d atlx: convert to net_device_ops by Stephen Hemminger · 16 years ago
  60. 198d6ba Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  61. 3b259e3 atl1: Do not enumerate options unsupported by chip by J. K. Cliburn · 16 years ago
  62. babcda7 drivers/net: Kill now superfluous ->last_rx stores. by David S. Miller · 16 years ago
  63. e053b62 atlx: timer cleanup by Stephen Hemminger · 16 years ago
  64. 02e7173 atlx: use embedded net_device_stats by Stephen Hemminger · 16 years ago
  65. dc5596d atl1: fix vlan tag regression by Jay Cliburn · 16 years ago
  66. c8f2d9b atl1: update introductory comments by Jay Cliburn · 16 years ago
  67. e109832 atl1: remove LLTX by Jay Cliburn · 16 years ago
  68. b29be6d atl1: fix transmit timeout bug by Jay Cliburn · 16 years ago
  69. 82c26a9 atl1: disable TSO by default by Jay Cliburn · 16 years ago
  70. c2ac3ef atl1: deal with hardware rx checksum bug by Jay Cliburn · 16 years ago
  71. 39d4815 atl1: Do not wake queue before queue has been started. by David S. Miller · 16 years ago
  72. 0344f1c Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  73. 58c7821 atl1: relax eeprom mac address error check by Radu Cristescu · 16 years ago
  74. 4ae127d Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  75. ae6b4d9 atl1: fix suspend regression by Jay Cliburn · 16 years ago
  76. 65b53e4c Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  77. 8b91ac0 Merge branch 'davem-fixes' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6 by David S. Miller · 16 years ago
  78. aefdbf1 atl1: fix 4G memory corruption bug by Alexey Dobriyan · 16 years ago
  79. b102df1 atl1: use netdev_alloc_skb by Stephen Hemminger · 17 years ago
  80. d63ddce misc drivers/net endianness noise by Al Viro · 16 years ago
  81. 4ec7ffa misc drivers/net endianness noise by Al Viro · 16 years ago
  82. e8f720f atl1: bump version number by Jay Cliburn · 16 years ago
  83. bf455a2 atl1: add shutdown callback by Jay Cliburn · 16 years ago
  84. 08e0f1d atl1: fix broken suspend and resume by Jay Cliburn · 16 years ago
  85. ff772b2 atl1: add PHY power save mode by Jay Cliburn · 16 years ago
  86. 8ec7226 [netdrvr] atlx: code movement: move atl1 parameter parsing by Chris Snook · 17 years ago
  87. 76fef2b Merge branch 'upstream-net26' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6 by David S. Miller · 17 years ago
  88. 6446a86 atl1: reduce forward declarations by Jay Cliburn · 17 years ago
  89. 0dde4ef atl1: make functions static by Jay Cliburn · 17 years ago
  90. 235ffa1 atl1: print debug info if rrd error by Jay Cliburn · 17 years ago
  91. 460578b atl1: use netif_msg by Jay Cliburn · 17 years ago
  92. 5ca3bc3 atl1: use csum_start by Jay Cliburn · 17 years ago
  93. 401c0aa atl1: simplify tx packet descriptor by Jay Cliburn · 17 years ago
  94. c67c9a2 atl1: add ethtool register dump by Jay Cliburn · 17 years ago
  95. 9d90fb1 atl1: fix broken TSO by Jay Cliburn · 17 years ago
  96. 305282b atl1: move common functions to atlx files by Jay Cliburn · 17 years ago[Renamed (65%) from drivers/net/atlx/atl1_main.c]
  97. 2e5071b atl1: relocate atl1 driver to /drivers/net/atlx by Jay Cliburn · 17 years ago[Renamed from drivers/net/atl1/atl1_main.c]
  98. 2a49128 atl1: fix frame length bug by Jay Cliburn · 17 years ago
  99. ddfce6b network drivers: sparse warning fixes by Stephen Hemminger · 17 years ago
  100. cdcc520 atl1: explain 32-bit DMA restriction by Chris Snook · 17 years ago