1. 61132bf qlge: Fix qlge_update_hw_vlan_features to handle if interface is down by Marcelo Leitner · 10 years ago
  2. afe6e00 qlge: Fix compilation warning by Harish Patil · 10 years ago
  3. 1ee1cfe qlge: Fix TSO for non-accelerated vlan traffic by Vlad Yasevich · 10 years ago
  4. 9baa3c3 PCI: Remove DEFINE_PCI_DEVICE_TABLE macro use by Benoit Taine · 10 years ago
  5. 440c734 qlogic: use pci_zalloc_consistent by Joe Perches · 10 years ago
  6. 7ad24ea net: get rid of SET_ETHTOOL_OPS by Wilfried Klaebe · 11 years ago
  7. a42c3a2 qlge: Convert /n to \n by Joe Perches · 11 years ago
  8. 64c2723 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  9. bb9689e qlge: remove open-coded skb_cow_head. by françois romieu · 11 years ago
  10. f6d1ac4 qlge: Do not propaged vlan tag offloads to vlans by Vlad Yasevich · 11 years ago
  11. 50b483a qlge: Use pci_enable_msix_range() instead of pci_enable_msix() by Alexander Gordeev · 11 years ago
  12. 7f8358c qlge: Get rid of an redundant assignment by Alexander Gordeev · 11 years ago
  13. 4180442 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  14. a81ab36 drivers/net: delete non-required instances of include <linux/init.h> by Paul Gortmaker · 11 years ago
  15. 51bb352 qlge: Fix vlan netdev features. by Jitendra Kalsaria · 11 years ago
  16. 4be1028 qlge: Allow enable/disable rx/tx vlan acceleration independently by Jitendra Kalsaria · 11 years ago
  17. f9c4cd9 net: qlge: remove unnecessary pci_set_drvdata() by Jingoo Han · 11 years ago
  18. a45adbe qlge: Enhance nested VLAN (Q-in-Q) handling. by Jitendra Kalsaria · 11 years ago
  19. 6bc19fb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  20. 4d2593c qlge: add missing free_netdev() on error in qlge_probe() by Wei Yongjun · 12 years ago
  21. 70a611d net/ethernet/qlogic/qlge/qlge_main: Use module_pci_driver to register driver by Peter Hüwe · 12 years ago
  22. ef38079 qlge: fix dma map leak when the last chunk is not allocated by Thadeu Lima de Souza Cascardo · 12 years ago
  23. 6e0895c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  24. ae721f3 qlge: Fix receive path to drop error frames by Sritej Velaga · 12 years ago
  25. 86a9bad net: vlan: add protocol argument to packet tagging functions by Patrick McHardy · 12 years ago
  26. 80d5c36 net: vlan: prepare for 802.1ad VLAN filtering offload by Patrick McHardy · 12 years ago
  27. f646968 net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_* by Patrick McHardy · 12 years ago
  28. 720a43e drivers:net: Remove unnecessary OOM messages after netdev_alloc_skb by Joe Perches · 12 years ago
  29. 14f8dc4 drivers: net: Remove remaining alloc/OOM messages by Joe Perches · 12 years ago
  30. b2adaca ethernet: Remove unnecessary alloc/OOM messages, alloc cleanups by Joe Perches · 12 years ago
  31. 4b87f92 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  32. f7e9e23 qlge: remove NETIF_F_TSO6 flag by Amerigo Wang · 12 years ago
  33. aaeb6cd remove init of dev->perm_addr in drivers by Jiri Pirko · 12 years ago
  34. 1dd06ae drivers/net: fix up function prototypes after __dev* removals by Greg Kroah-Hartman · 12 years ago
  35. 5d8e872 qlge: remove __dev* attributes by Bill Pemberton · 12 years ago
  36. 3646f0e netdev: make pci_error_handlers const by Stephen Hemminger · 12 years ago
  37. 1a0150a9 qlge: Add offload features to vlan interfaces by brenohl@br.ibm.com · 12 years ago
  38. 0d653ed8 qlge: fix endian issue by Li RongQing · 12 years ago
  39. 433c88e qlge: Moving low level frame error to ethtool statistics. by Jitendra Kalsaria · 12 years ago
  40. f5c4441 qlge: Fixed double pci free upon tx_ring->q allocation failure. by Jitendra Kalsaria · 12 years ago
  41. d0de730 qlge: Cleanup atomic queue threshold check. by Jitendra Kalsaria · 12 years ago
  42. 41812db qlge: Fix TX queue stoppage due to full condition. by Jitendra Kalsaria · 12 years ago
  43. c768b68 qlge: remove unnecessary setting of skb->dev by Jon Mason · 12 years ago
  44. 9eb8738 qlge: set maximal number of default RSS queues by Yuval Mintz · 12 years ago
  45. fd9071e net: Fix spelling typo in net by Masanari Iida · 13 years ago
  46. 81f25d9 qlge: Fix memory leak in the process of refill by Jitendra Kalsaria · 13 years ago
  47. 19257f5 qlge: Removing needless print's which are not by Jitendra Kalsaria · 13 years ago
  48. e02ef331 qlge: Fixed invalid reference to ip header by Jitendra Kalsaria · 13 years ago
  49. 8e58613 net: make vlan ndo_vlan_rx_[add/kill]_vid return error value by Jiri Pirko · 13 years ago
  50. c8f44af net: introduce and use netdev_features_t for device features sets by Michał Mirosław · 13 years ago
  51. 9e903e0 net: add skb frag size accessors by Eric Dumazet · 13 years ago
  52. 5d6bcdf net: use DMA_x_DEVICE and dma_mapping_error with skb_frag_dma_map by Ian Campbell · 13 years ago
  53. da7ebfd qlge: convert to SKB paged frag API. by Ian Campbell · 13 years ago
  54. afc4b13 net: remove use of ndo_set_multicast_list in drivers by Jiri Pirko · 13 years ago
  55. aa43c21 qlogic: Move the QLogic drivers by Jeff Kirsher · 14 years ago[Renamed from drivers/net/qlge/qlge_main.c]
  56. 9413b31 qlge: remove duplicated #include by Huang Weiyi · 13 years ago
  57. 18c49b9 qlge: do vlan cleanup by Jiri Pirko · 13 years ago
  58. e12fe68 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 13 years ago
  59. 5069ee5 qlge: Fix printk priority so chip fatal errors are always reported. by Jitendra Kalsaria · 13 years ago
  60. da92b39 qlge:Fix crash caused by mailbox execution on wedged chip. by Jitendra Kalsaria · 13 years ago
  61. 43d620c drivers/net: Remove casts of void * by Joe Perches · 13 years ago
  62. 70c7160 Add appropriate <linux/prefetch.h> include for prefetch users by Paul Gortmaker · 14 years ago
  63. 88230fd net: qlge: convert to hw_features by Michał Mirosław · 14 years ago
  64. ef9c7ab qlge: make nic_operations struct const by stephen hemminger · 14 years ago
  65. 25985ed Fix common misspellings by Lucas De Marchi · 14 years ago
  66. 215faf9 drivers/net/*/: Use static const by Joe Perches · 14 years ago
  67. b4aa9e0 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  68. 4d7b6b5 qlge: Fix deadlock when cancelling worker. by Ron Mercer · 14 years ago
  69. fe6c791 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  70. 84cf702 qlge: Fix incorrect usage of module parameters and netdev msg level by Sonny Rao · 14 years ago
  71. b16fed0 drivers/net/qlge: Remove unnecessary casts of netdev_priv by Joe Perches · 14 years ago
  72. c1b6009 qlge: bugfix: Restoring the vlan setting. by Ron Mercer · 14 years ago
  73. ac40921 qlge: make local functions static by stephen hemminger · 14 years ago
  74. eab6d18 vlan: Don't check for vlan group before vlan_tx_tag_present. by Jesse Gross · 14 years ago
  75. e548833 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  76. bc8acf2 drivers/net: avoid some skb->ip_summed initializations by Eric Dumazet · 14 years ago
  77. fe5f098 qlge: reset the chip before freeing the buffers by Breno Leitao · 14 years ago
  78. c5daddd qlge: Fix a deadlock when the interface is going down by Breno Leitao · 14 years ago
  79. 4da7950 qlge: pull NULL check ahead of dereference by Dan Carpenter · 14 years ago
  80. 597e608 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  81. fbc2ac3 qlge: Make adapter drop frame errors and pass up csum errors. by Ron Mercer · 14 years ago
  82. 6d29b1e qlge: Fix possible endian issue for rx UDP csum. by Ron Mercer · 14 years ago
  83. 3b11d36 qlge: Reduce print level in data path statements. by Ron Mercer · 14 years ago
  84. f2c0500 qlge: Restore promiscuous setting after reset. by Ron Mercer · 14 years ago
  85. 7ae80ab qlge: fix a eeh handler to not add a pending timer by Breno Leitao · 14 years ago
  86. 72046d8 qlge: Replacing add_timer() to mod_timer() by Breno Leitao · 14 years ago
  87. 64b9b41 qlge: use the DMA state API instead of the pci equivalents by FUJITA Tomonori · 15 years ago
  88. 22bedad3 net: convert multicast list to list_head by Jiri Pirko · 15 years ago
  89. 318ae2e Merge branch 'for-next' into for-linus by Jiri Kosina · 15 years ago
  90. f9dcbcc net: convert multiple drivers to use netdev_for_each_mc_addr, part5 V2 by Jiri Pirko · 15 years ago
  91. 801e909 qlge: Fix bonding mac address bug. by Ron Mercer · 15 years ago
  92. c0c5695 qlge: Fix dropping of large non-TCP/UDP frames. by Ron Mercer · 15 years ago
  93. ae9540f7 drivers/net/qlge: Use netif_printk helpers by Joe Perches · 15 years ago
  94. 4cd24ea net: use netdev_mc_count and netdev_mc_empty when appropriate by Jiri Pirko · 15 years ago
  95. 3ad2f3f tree-wide: Assorted spelling fixes by Daniel Mack · 15 years ago
  96. 746079d qlge: Code clean up by Breno Leitao · 15 years ago
  97. e0fee99 qlge: removing unreachable block of code by Breno Leitao · 15 years ago
  98. 15c052f qlge: Add watchdog timer. by Ron Mercer · 15 years ago
  99. 4bbd1a1 qlge: Add check for eeh failure when closing device. by Ron Mercer · 15 years ago
  100. a112fd4 qlge: Move reset from eeh io_resume to slot_reset. by Ron Mercer · 15 years ago