1. 75f5e1c drivers/net/vxge/vxge-main.c: Use pr_<level> and netdev_<level> by Joe Perches · 14 years ago
  2. 6ce28c6 vxge: Version update by Jon Mason · 14 years ago
  3. 926bd90 vxge: Update copyright information by Jon Mason · 14 years ago
  4. 98f45da vxge: NETIF_F_LLTX removal by Jon Mason · 14 years ago
  5. 7adf7d1 vxge: Fix multicast issues by Jon Mason · 14 years ago
  6. d03848e vxge: Remove queue_state references by Jon Mason · 14 years ago
  7. 597e608 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  8. 7074b16 vxge: show startup message with KERN_INFO by Wu Fengguang · 14 years ago
  9. cc413d9 vxge: fix memory leak in vxge_alloc_msix() error path by Michal Schmidt · 14 years ago
  10. 7dad171 vxge: Fix checkstack warning in vxge_probe() by Prarit Bhargava · 14 years ago
  11. a4b7709 drivers/net: Remove unnecessary returns from void function()s by Joe Perches · 14 years ago
  12. 871039f Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  13. 0a5bff7 vxge: Version update. by Sreenivasa Honnur · 14 years ago
  14. cb27ec6 vxge: Pass correct number of VFs value to pci_sriov_enable(). by Sreenivasa Honnur · 14 years ago
  15. 9002397 vxge: Allow driver load for all enumerated pci functions. by Sreenivasa Honnur · 14 years ago
  16. aaffbd9 vxge: Fix a possible memory leak in vxge_hw_device_initialize(). by Sreenivasa Honnur · 14 years ago
  17. 22bedad3 net: convert multicast list to list_head by Jiri Pirko · 14 years ago
  18. 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
  19. b8ba796 vxge: Version update. by Sreenivasa Honnur · 14 years ago
  20. 1dc47a9 vxge: Set function-0 as the privilaged function for normal function. by Sreenivasa Honnur · 14 years ago
  21. b59c9457 vxge: Fixed MSIX interrupt configuration. by Sreenivasa Honnur · 14 years ago
  22. 4c5f3b2 vxge: Fixed "ethtool -d" prints. by Sreenivasa Honnur · 14 years ago
  23. 47231f7 vxge: Align the memory only if it is misaligned. by Sreenivasa Honnur · 14 years ago
  24. 3363276 vxge: Fix starvation of receive ring controller when blasted by short packets. by Sreenivasa Honnur · 14 years ago
  25. 18dec74 vxge: Fix a receive stall due to driver being out of synch with chip. by Sreenivasa Honnur · 14 years ago
  26. 2381a55 net/various: remove trailing space in messages by Frans Pop · 14 years ago
  27. 567ec87 net: convert multiple drivers to use netdev_for_each_mc_addr, part6 by Jiri Pirko · 14 years ago
  28. 4cd24ea net: use netdev_mc_count and netdev_mc_empty when appropriate by Jiri Pirko · 15 years ago
  29. d4a66e7 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  30. fa15e99 vxge: use pci_dma_mapping_error to test return value by Denis Kirjanov · 15 years ago
  31. a3aa188 drivers/net/: use DEFINE_PCI_DEVICE_TABLE() by Alexey Dobriyan · 15 years ago
  32. bf54e73 drivers/net/vxge/vxge-main.c: use %pM to show MAC address by hartleys · 15 years ago
  33. b3837ce vxge: use DMA_BIT_MASK instead of plain values. by Denis Kirjanov · 15 years ago
  34. 8e95a20 drivers/net: Move && and || to end of previous line by Joe Perches · 15 years ago
  35. 5beefb4 vxge: Configure the number of transmit descriptors per packet to MAX_SKB_FRAGS + 1. by Sreenivasa Honnur · 15 years ago
  36. bd32caf vxge: Version update. by Sreenivasa Honnur · 15 years ago
  37. eb5f10c vxge: Allow multiple functions with INTA. by Sreenivasa Honnur · 15 years ago
  38. fa41fd1 vxge: Check if FCS stripping is disabled by the firmware. by Sreenivasa Honnur · 15 years ago
  39. f0dfeba vxge: Removed unused functions. by Sreenivasa Honnur · 15 years ago
  40. a4a987d8 vxge: Fixed crash in PAE system due to wrong typecasting. by Sreenivasa Honnur · 15 years ago
  41. 0f8f7d5 vxge: Removed accessing non-supported registers. by Sreenivasa Honnur · 15 years ago
  42. 657205b vxge: Update driver_config->vpath_per_dev for each function in probe. by Sreenivasa Honnur · 15 years ago
  43. 92cdd7c vxge: Modify __vxge_hw_device_is_privilaged() to not assume function-0 as the privileged function: Resubmit#1 by Sreenivasa Honnur · 15 years ago
  44. a419aef trivial: remove unnecessary semicolons by Joe Perches · 15 years ago
  45. 451f144 drivers: Kill now superfluous ->last_rx stores by Eric Dumazet · 15 years ago
  46. 61357325 netdev: convert bulk of drivers to netdev_tx_t by Stephen Hemminger · 15 years ago
  47. cc104e5 vxge: Version update by Benjamin LaHaise · 15 years ago
  48. ea11bbe vxge: prefetch skb->data by Benjamin LaHaise · 15 years ago
  49. 3f23e43 vxge: prefetch RxD descriptors by Benjamin LaHaise · 15 years ago
  50. ff1b974 vxge: improve tx performance by using mmiowb() instead of wmb() by Benjamin LaHaise · 15 years ago
  51. ff67df5 vxge: fix pktgen hangs (don't abuse skb->cb[]) by Benjamin LaHaise · 15 years ago
  52. 4403b37 vxge: don't drop frame on tx queue full by Benjamin LaHaise · 15 years ago
  53. e33b992 vxge: return PCI_ERS_RESULT_DISCONNECT on permanent failure by Dean Nelson · 15 years ago
  54. a73e76e vxge: Version update by Sreenivasa Honnur · 15 years ago
  55. 0a25bdc vxge: Printing the function's configured mode of operation by Sreenivasa Honnur · 15 years ago
  56. 22fa125 vxge: Disable fcs stripping. by Sreenivasa Honnur · 15 years ago
  57. a5d165b vxge: Fixes in isr routine by Sreenivasa Honnur · 15 years ago
  58. 6052ae1 vxge: Removed the code to bounds check the mss value by Sreenivasa Honnur · 15 years ago
  59. 3255da4 vxge: Corrected Register map entry for xmac_link registers by Sreenivasa Honnur · 15 years ago
  60. bd9ee68 vxge: check for card status before continuing in device close by Sreenivasa Honnur · 15 years ago
  61. 914d0d7 vxge: Fixed memory leak by freeing memory allocated for device_config by Sreenivasa Honnur · 15 years ago
  62. 7975d1e vxge: Removed ioremap of unused bar addresses and their references by Sreenivasa Honnur · 15 years ago
  63. 6ed1065 net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functions by Patrick McHardy · 15 years ago
  64. 5dbc901 vxge: Enable SRIOV support in the driver. by Sivakumar Subramani · 15 years ago
  65. 50d36a9 vxge: No need for check vfree() pointer. by Figo.zhang · 15 years ago
  66. 2867975 net: dont update dev->trans_start in 10GB drivers by Eric Dumazet · 15 years ago
  67. bb803cf Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  68. d77dd8d Neterion: *FIFO1_DMA_ERR set twice, should 2nd be *FIFO2_DMA_ERR? by roel kluin · 15 years ago
  69. a4fe91e Revert "vxge: use max() instead of VXGE_HW_SET_LEVEL" by David S. Miller · 15 years ago
  70. 0119830 vxge: use max() instead of VXGE_HW_SET_LEVEL by Alexander Beregalov · 15 years ago
  71. 4e204c1 vxge: fix possible NULL dereference in vxge-traffic.c by Alexander Beregalov · 15 years ago
  72. 2b05e00 vxge: should include tcp.h by Alexander Beregalov · 15 years ago
  73. f178285 Neterion: New driver: Kconfig and Makefile by Ramkrishna Vepa · 15 years ago
  74. 5f548a3 Neterion: New driver: Driver version by Ramkrishna Vepa · 15 years ago
  75. d26078f Neterion: New driver: Ethtool related by Ramkrishna Vepa · 15 years ago
  76. 703da5a Neterion: New driver: Main entry points by Ramkrishna Vepa · 15 years ago
  77. 1132413 Neterion: New driver: Traffic & alarm handler by Ramkrishna Vepa · 15 years ago
  78. 40a3a91 Neterion: New driver: Hardware init & configuration by Ramkrishna Vepa · 15 years ago
  79. 66d97fe Neterion: New driver: register set - vxge-reg.h by Ramkrishna Vepa · 15 years ago