1. 748a729 net: netxen: correct sysfs bin attribute return code by Vladimir Zapolskiy · 9 years ago
  2. de70176 netxen: Delete an unnecessary check before the function call "kfree" by Markus Elfring · 10 years ago
  3. 95f873f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  4. 6088bee netxen: fix netxen_nic_poll() logic by Eric Dumazet · 10 years ago
  5. df8a39d net: rename vlan_tx_* helpers since "tx" is misleading there by Jiri Pirko · 10 years ago
  6. 9d01412 netxen: Fix link event handling. by Manish Chopra · 10 years ago
  7. 739e4a7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  8. 0d36882 netxen: Fix BUG "sleeping function called from invalid context" by Manish Chopra · 10 years ago
  9. fe3881c drivers/net: Convert remaining uses of pr_warning to pr_warn by Joe Perches · 10 years ago
  10. 9baa3c3 PCI: Remove DEFINE_PCI_DEVICE_TABLE macro use by Benoit Taine · 10 years ago
  11. 7ad24ea net: get rid of SET_ETHTOOL_OPS by Wilfried Klaebe · 10 years ago
  12. 4a6768d netxen: Use pci_enable_msix_range() instead of pci_enable_msix() by Alexander Gordeev · 11 years ago
  13. 0ab75ae ethernet: Fix FSF address in file headers by Jeff Kirsher · 11 years ago
  14. b23eb79 net: netxen: remove unnecessary pci_set_drvdata() by Jingoo Han · 11 years ago
  15. 5e7856b netxen_nic: Print ULA information by Shahed Shaikh · 11 years ago
  16. 06c5405 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  17. 1e4a528 netxen: lower NAPI weight by Michal Schmidt · 11 years ago
  18. b83082e netxen: clean up unnecessary MSI/MSI-X capability find by Yijing Wang · 11 years ago
  19. 67d6bfa net: ethernet: replace strict_strtoul() with kstrtoul() by Jingoo Han · 11 years ago
  20. b37eb21 netxen_nic: Avoid mixed mode interrupts by Manish Chopra · 11 years ago
  21. a120e86 netxen_nic: netxen_setup_intr() function code cleanup by Manish Chopra · 11 years ago
  22. b08a92b netxen_nic: Log proper error message in case of mismatched adapter type by Manish Chopra · 11 years ago
  23. dc7551c netxen_nic: Log driver version with firmware version by Manish Chopra · 11 years ago
  24. 351638e net: pass info struct via netdevice notifier by Jiri Pirko · 11 years ago
  25. f646968 net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_* by Patrick McHardy · 11 years ago
  26. 8a7fbfa netxen: write IP address to firmware when using bonding by nikolay@redhat.com · 11 years ago
  27. b2adaca ethernet: Remove unnecessary alloc/OOM messages, alloc cleanups by Joe Perches · 12 years ago
  28. f1e7b73 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  29. a05948f netxen: fix off by one bug in netxen_release_tx_buffer() by Eric Dumazet · 12 years ago
  30. aaeb6cd remove init of dev->perm_addr in drivers by Jiri Pirko · 12 years ago
  31. c3f9c88 netxen: remove __dev* attributes by Bill Pemberton · 12 years ago
  32. fdb2f9c Merge tag 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 12 years ago
  33. e4d1aa4 netxen: check for root bus in netxen_mask_aer_correctable by Nikolay Aleksandrov · 12 years ago
  34. 1959ec5 Merge branch 'pci/stephen-const' into next by Bjorn Helgaas · 12 years ago
  35. 3646f0e netdev: make pci_error_handlers const by Stephen Hemminger · 12 years ago
  36. 62f87c0 PCI: Introduce pci_pcie_type(dev) to replace pci_dev->pcie_type by Yijing Wang · 12 years ago
  37. 01da0c2 netxen_nic: Fix estimation of recv MSS in case of LRO by Rajesh Borundia · 12 years ago
  38. d612698 netxen: added miniDIMM support in driver. by Sucheta Chakraborty · 12 years ago
  39. 06d6c10 netxen: qlogic ethernet : Fix endian bug. by Santosh Nayak · 12 years ago
  40. 504f9b5 ethernet: unify return value of .ndo_set_mac_address if address is invalid by Danny Kukawka · 13 years ago
  41. b8c3081 netxen: Fix a panic during driver unload in device_remove_file by Rajesh Borundia · 13 years ago
  42. 5471aed netxen_nic: Error logging on firmware hang by Sritej Velaga · 13 years ago
  43. 83f18a5 netxen_nic: fw dump support by Manish chopra · 13 years ago
  44. 41de8d4 drivers/net: Remove alloc_etherdev error messages by Joe Perches · 13 years ago
  45. c8f44af net: introduce and use netdev_features_t for device features sets by Michał Mirosław · 13 years ago
  46. 9e903e0 net: add skb frag size accessors by Eric Dumazet · 13 years ago
  47. 5d6bcdf net: use DMA_x_DEVICE and dma_mapping_error with skb_frag_dma_map by Ian Campbell · 13 years ago
  48. e3feb26 netxen: Add pcie workaround by Rajesh Borundia · 13 years ago
  49. e859ce4 netxen: convert to SKB paged frag API. by Ian Campbell · 13 years ago
  50. afc4b13 net: remove use of ndo_set_multicast_list in drivers by Jiri Pirko · 13 years ago
  51. aa43c21 qlogic: Move the QLogic drivers by Jeff Kirsher · 13 years ago[Renamed from drivers/net/netxen/netxen_nic_main.c]
  52. 57569d0 netxen: add vlan LRO support by Rajesh Borundia · 13 years ago
  53. e933d01 netxen: add fw version compatibility check by Amit Kumar Salecha · 13 years ago
  54. 9f6ec8d Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 13 years ago
  55. c82b9d7 netxen: fix race in skb->len access by Eric Dumazet · 13 years ago
  56. 47fd428 netxen: convert to 64 bit statistics by stephen hemminger · 13 years ago
  57. 1c01a80 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 13 years ago
  58. c968bdf netxen: limit skb frags for non tso packet by amit salecha · 13 years ago
  59. 066413d net: netxen: convert to hw_features by Michał Mirosław · 13 years ago
  60. ab392d2 drivers/net: Remove IRQF_SAMPLE_RANDOM flag from network drivers by Javier Martinez Canillas · 13 years ago
  61. d478af0 netxen: Notify firmware of Flex-10 interface down by Sony Chacko · 13 years ago
  62. e4baaf7 netxen: enable LRO based on NETIF_F_LRO by Sucheta Chakraborty · 14 years ago
  63. 0438a1b netxen: update module description by Amit Kumar Salecha · 14 years ago
  64. 5a6f95e netxen: avoid using reset_devices as it may become obsolete by Rajesh Borundia · 14 years ago
  65. 1c260e4 netxen: remove unused firmware exports by Amerigo Wang · 14 years ago
  66. c117e4a netxen_nic: Fix the tx queue manipulation bug in netxen_nic_probe by Denis Kirjanov · 14 years ago
  67. 683b65f netxen: fix kdump by Rajesh Borundia · 14 years ago
  68. 7e12bb0 netxen: make local function static. by stephen hemminger · 14 years ago
  69. dce87b9 netxen: mask correctable error by amit salecha · 14 years ago
  70. 7a9905e netxen: fix race in tx stop queue by Rajesh Borundia · 14 years ago
  71. 807540b drivers/net: return operator cleanup by Eric Dumazet · 14 years ago
  72. 7b589a3 netxen: fix poll implementation by Yinglin Luan · 14 years ago
  73. 502820a netxen: fix a race in netxen_nic_get_stats() by Eric Dumazet · 14 years ago
  74. 16d884b netxen: protect tx timeout recovery by rtnl lock by Amit Kumar Salecha · 14 years ago
  75. 2c3c8be sysfs: add struct file* to bin_attr callbacks by Chris Wright · 14 years ago
  76. a4b7709 drivers/net: Remove unnecessary returns from void function()s by Joe Perches · 14 years ago
  77. 0b9715e netxen: handle queue manager access by Amit Kumar Salecha · 14 years ago
  78. 871039f Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  79. 4a35ecf Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  80. 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
  81. 083ba27 netxen: fix interrupt for NX2031 by Amit Kumar Salecha · 14 years ago
  82. 6b50ea1 netxen: fix corner cases of firmware recovery by Amit Kumar Salecha · 14 years ago
  83. afbe5cd netxen: added sanity check for pci map by Amit Kumar Salecha · 14 years ago
  84. 688328c netxen: The driver doesn't work on NX_P3_B1 so cause probe to fail. by Eric W. Biederman · 14 years ago
  85. 9c119ba Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  86. e15eec2 netxen: protect resource cleanup by rtnl lock by Amit Kumar Salecha · 15 years ago
  87. 41f3e0b netxen: fix tx timeout recovery for NX2031 chip by Amit Kumar Salecha · 15 years ago
  88. 1954dc1 netxen: fix sparse warning by Amit Kumar Salecha · 15 years ago
  89. 4d21fef netxen: fix license header by Amit Kumar Salecha · 15 years ago
  90. a03d245 netxen: fix endianness read mac address by Amit Kumar Salecha · 15 years ago
  91. d4a66e7 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  92. 581e8ae netxen: fix smatch warning by Amit Kumar Salecha · 15 years ago
  93. a3aa188 drivers/net/: use DEFINE_PCI_DEVICE_TABLE() by Alexey Dobriyan · 15 years ago
  94. a4b751d netxen: fix ethtool link test by Sucheta Chakraborty · 15 years ago
  95. e87ad55 netxen: support pci error handlers by Amit Kumar Salecha · 15 years ago
  96. 6a808c6 netxen: fix tx timeout recovery by Amit Kumar Salecha · 15 years ago
  97. bc86fcb netxen: minor suspend resume fixes by Amit Kumar Salecha · 15 years ago
  98. afdafff netxen: use module parameter correctly by Stephen Hemminger · 15 years ago
  99. f2251f6 netxen:fix napi intr enable check by Amit Kumar Salecha · 15 years ago
  100. 6f77141 netxen: protect device reset by rtnl_lock by Amit Kumar Salecha · 15 years ago