1. 61c7a08 of: Always use 'struct device.of_node' to get device node pointer. by Grant Likely · 14 years ago
  2. 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
  3. f9dcbcc net: convert multiple drivers to use netdev_for_each_mc_addr, part5 V2 by Jiri Pirko · 14 years ago
  4. 02b1bae niu: Refinements to kernel logging. by David S. Miller · 14 years ago
  5. f10a1f2 niu: Use pr_<level>, netdev_<level> and netif_<level> macros by Joe Perches · 14 years ago
  6. 4cd24ea net: use netdev_mc_count and netdev_mc_empty when appropriate by Jiri Pirko · 14 years ago
  7. 32e7bfc net: use helpers to access uc list V2 by Jiri Pirko · 14 years ago
  8. d4a66e7 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  9. a3aa188 drivers/net/: use DEFINE_PCI_DEVICE_TABLE() by Alexey Dobriyan · 14 years ago
  10. d2a928e niu: timeout ignored in tcam_wait_bit() by roel kluin · 14 years ago
  11. 9ea2bda niu.c: Use correct length in strncmp by Joe Perches · 15 years ago
  12. 8cbd962 niu: Use DMA_BIT_MASK(44) instead of deprecated DMA_44BIT_MASK by Marin Mitov · 15 years ago
  13. cfadf85 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  14. 845de8a niu: VLAN_ETH_HLEN should be used to make sure that the whole MAC header was copied to the head buffer in the Vlan packets case by Joyce Yu · 15 years ago
  15. 15f0a39 net: Convert ethtool {get_stats, self_test}_count() ops to get_sset_count() by Ben Hutchings · 15 years ago
  16. 8c87df4 BUILD_BUG_ON(): fix it and a couple of bogus uses of it by Jan Beulich · 15 years ago
  17. 6f0e013 niu: Use resource_size instead of private function by Tobias Klauser · 15 years ago
  18. 61357325 netdev: convert bulk of drivers to netdev_tx_t by Stephen Hemminger · 15 years ago
  19. 176edd5 drivres/net: Change constant name by Julia Lawall · 15 years ago
  20. 31278e7 net: group address list and its count by Jiri Pirko · 15 years ago
  21. ccffad25 net: convert unicast addr list by Jiri Pirko · 15 years ago
  22. cdd0db0 net: dont update dev->trans_start by Eric Dumazet · 15 years ago
  23. 9c5cd67 niu: Add support for C10NEM by Tanli Chang · 15 years ago
  24. efb6c73 niu: Fix unused variable warning. by David S. Miller · 15 years ago
  25. 58f3e0a niu: Fix error handling by Dan Carpenter · 15 years ago
  26. 284901a dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32) by Yang Hongyang · 15 years ago
  27. 4099e01 niu: Add GRO support. by David S. Miller · 15 years ago
  28. 2d96cf8 niu: Add TCAM classification configuration by Santwona Behera · 15 years ago
  29. 38bb045d niu: improve ethtool support for gigabit copper cards by Constantin Baranov · 15 years ago
  30. e0d8496 niu: fix PHY template choice for 10G copper by Constantin Baranov · 15 years ago
  31. 7c34eb8 drivers/net/niu.c: fix sparse warning: symbol shadows an earlier one by Hannes Eder · 15 years ago
  32. 09640e6 net: replace uses of __constant_{endian} by Harvey Harrison · 15 years ago
  33. 0c8dfc8 net: Add skb_record_rx_queue() calls to multiqueue capable drivers. by David S. Miller · 15 years ago
  34. 288379f net: Remove redundant NAPI functions by Ben Hutchings · 15 years ago
  35. a08b32d drivers/net: fix sparse warning: returning void-valued expression by Hannes Eder · 15 years ago
  36. 908a7a1 net: Remove unused netdev arg from some NAPI interfaces. by Neil Horman · 15 years ago
  37. e98def1 NIU: Implement discard counters, optimize by Jesper Dangaard Brouer · 16 years ago
  38. d231776 NIU: Implement discard counters, info/debug statements. by Jesper Dangaard Brouer · 16 years ago
  39. b8a606b NIU: Implement discard counters by Jesper Dangaard Brouer · 16 years ago
  40. 9fd4287 niu: use net_device_stats nowadays available in net_device by Ilpo Järvinen · 16 years ago
  41. f166400 niu: fix another warning in drivers/net/niu.c by Ingo Molnar · 16 years ago
  42. 51e0f05 niu: fix warnings in drivers/net/niu.c by Ingo Molnar · 16 years ago
  43. 70340d7 niu: Naming interrupt vectors. by Robert Olsson · 16 years ago
  44. 0082982 netdev: add more functions to netdevice ops by Stephen Hemminger · 16 years ago
  45. 2c9171d niu: convert to net_device_ops by Stephen Hemminger · 16 years ago
  46. 198d6ba Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  47. d8c3e23 niu: Bump driver version and release date. by David S. Miller · 16 years ago
  48. e3e081e NIU: Add Sun CP3260 ATCA blade support by Santwona Behera · 16 years ago
  49. e23a59e niu: Fix readq implementation when architecture does not provide one. by David S. Miller · 16 years ago
  50. 9eeda9a Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  51. babcda7 drivers/net: Kill now superfluous ->last_rx stores. by David S. Miller · 16 years ago
  52. 19ecb6b niu: Use pci_ioremap_bar(). by David S. Miller · 16 years ago
  53. e174961 net: convert print_mac to %pM by Johannes Berg · 16 years ago
  54. 2e57572 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6 by David S. Miller · 16 years ago
  55. cff502a niu: panic on reset by Santwona Behera · 16 years ago
  56. fd09831 sparc: Annotate of_device_id arrays with const or __initdata. by David S. Miller · 16 years ago
  57. 38c080f niu: Fix error checking in niu_ethflow_to_class. by Andreas Schwab · 16 years ago
  58. b4c2163 niu: Add TX multiqueue support. by David S. Miller · 16 years ago
  59. b4653e9 niu: Add support for rx flow hash configuration. by Santwona Behera · 16 years ago
  60. f9af857 niu: Determine the # of ports from the card's VPD data by Matheos Worku · 16 years ago
  61. be0c007 niu: Fix probing regression for maramba on-board chips. by David S. Miller · 16 years ago
  62. a5d6ab5 niu: Add support for Neptune FEM/NEM cards for C10 server blades by Matheos Worku · 16 years ago
  63. 7f7c407 niu: Determine the # of ports from the card's VPD data by Matheos Worku · 16 years ago
  64. 5fbd7e2 [NIU]: Add Support for Sun ATCA Blade Server. by Matheos Worku · 16 years ago
  65. fa90789 [NIU]: More BMAC alt MAC address fixes. by Matheos Worku · 16 years ago
  66. a442585 [NIU]: Bump driver version and release date. by David S. Miller · 16 years ago
  67. 3b5bced [NIU]: Fix BMAC alternate MAC address indexing. by Matheos Worku · 16 years ago
  68. 2caf62f [NIU]: Use print_mac by Joe Perches · 17 years ago
  69. e415e6e [NIU]: Fix 1G PHY link state handling. by David S. Miller · 16 years ago
  70. b0de8e4 [NIU]: Support for Marvell PHY by Mirko Lindner · 16 years ago
  71. cb77df3 [NIU]: Update driver version and release date. by David S. Miller · 16 years ago
  72. 3ebebcc [NIU]: Fix potentially stuck TCP socket send queues. by David S. Miller · 16 years ago
  73. 792dd90 [NIU]: Missing ->last_rx update. by David S. Miller · 16 years ago
  74. 406f353 [NIU]: Fix slowpath interrupt handling. by Matheos Worku · 16 years ago
  75. 0c3b091 [NIU]: Fix link LED handling. by Mirko Lindner · 17 years ago
  76. 8142997 [NIU]: Cleanup PAGE_SIZE checks a bit by Olof Johansson · 17 years ago
  77. a9d4119 [NIU]: getting rid of __ucmpdi2 in niu.o by Al Viro · 17 years ago
  78. e6a5fdf [NIU]: Fix write past end of array in niu_pci_probe_sprom(). by David S. Miller · 17 years ago
  79. a3138df [NIU]: Add Sun Neptune ethernet driver. by David S. Miller · 17 years ago