1. 0959a82 net/qla3xxx: Remove useless DMA-32 fallback configuration by Christophe JAILLET · 3 years ago
  2. d17b973 net/qla3xxx: fix an error code in ql_adapter_up() by Dan Carpenter · 3 years, 1 month ago
  3. 923ca6f ethernet: replace netdev->dev_addr 16bit writes by Jakub Kicinski · 3 years, 3 months ago
  4. a05e4c0 ethernet: use eth_hw_addr_set() for dev->addr_len cases by Jakub Kicinski · 3 years, 3 months ago
  5. 92766c4 net/qla3xxx: fix schedule while atomic in ql_wait_for_drvr_lock and ql_adapter_reset by Letu Ren · 3 years, 5 months ago
  6. 13a6f31 net/qla3xxx: fix schedule while atomic in ql_sem_spinlock by Zheyu Ma · 3 years, 7 months ago
  7. 41fb4c1 net/qla3xxx: switch from 'pci_' to 'dma_' API by Christophe JAILLET · 4 years ago
  8. 951f3e9 net/qla3xxx: Convert to SPDX license identifiers by Thomas Gleixner · 4 years, 4 months ago
  9. df561f66 treewide: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 4 months ago
  10. 3f649ab treewide: Remove uninitialized_var() usage by Kees Cook · 4 years, 7 months ago
  11. ac80010 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
  12. cad4603 net: qlogic: Fix error paths in ql_alloc_large_buffers() by Ben Hutchings · 5 years ago
  13. 0290bd2 netdev: pass the stuck queue to the timeout handler by Michael S. Tsirkin · 5 years ago
  14. 1acb8f2a net: qlogic: Fix memory leak in ql_alloc_large_buffers by Navid Emamdoost · 5 years ago
  15. fb24ea5 drivers: Remove explicit invocations of mmiowb() by Will Deacon · 6 years ago
  16. eb32cfc net: qlogic: fix a potential NULL pointer dereference by Kangjie Lu · 6 years ago
  17. 8c3bf9b net: qla3xxx: Remove overflowing shift statement by Nathan Chancellor · 6 years ago
  18. 3c95c56 net: qla3xxx: Eliminate duplicate barriers on weakly-ordered archs by Sinan Kaya · 7 years ago
  19. e99e88a treewide: setup_timer() -> timer_setup() by Kees Cook · 7 years ago
  20. d4d8db7 drivers: net: qlogic: use setup_timer() helper. by Allen Pais · 7 years ago
  21. d4e854c net: qlogic: qla3xxx: use new api ethtool_{get|set}_link_ksettings by Philippe Reynes · 8 years ago
  22. 0eb7b85 qla3xxx: add GRO support by Eric Dumazet · 8 years ago
  23. a52ad51 net: deprecate eth_change_mtu, remove usage by Jarod Wilson · 8 years ago
  24. 47ea032 drivers/net: get rid of unnecessary initializations in .get_drvinfo() by Ivan Vecera · 9 years ago
  25. 2abad79 qla3xxx: don't allow never end busy loop by Andy Shevchenko · 10 years ago
  26. 9baa3c3 PCI: Remove DEFINE_PCI_DEVICE_TABLE macro use by Benoit Taine · 10 years ago
  27. 7ad24ea net: get rid of SET_ETHTOOL_OPS by Wilfried Klaebe · 11 years ago
  28. a81ab36 drivers/net: delete non-required instances of include <linux/init.h> by Paul Gortmaker · 11 years ago
  29. 901ea1a net: qla3xxx: remove unnecessary pci_set_drvdata() by Jingoo Han · 11 years ago
  30. 720a43e drivers:net: Remove unnecessary OOM messages after netdev_alloc_skb by Joe Perches · 12 years ago
  31. b2adaca ethernet: Remove unnecessary alloc/OOM messages, alloc cleanups by Joe Perches · 12 years ago
  32. aaeb6cd remove init of dev->perm_addr in drivers by Jiri Pirko · 12 years ago
  33. 1dd06ae drivers/net: fix up function prototypes after __dev* removals by Greg Kroah-Hartman · 12 years ago
  34. e3a582f qla3xxx: remove __dev* attributes by Bill Pemberton · 12 years ago
  35. d4185bb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  36. 1627801 qla3xxx: remove unused variable in ql_process_mac_tx_intr() by Wei Yongjun · 12 years ago
  37. 680d866 qla3xxx: use module_pci_driver to simplify the code by Wei Yongjun · 12 years ago
  38. 8a6e29d qla3xxx: Ensure request/response queue addr writes to the registers by Joe Jin · 12 years ago
  39. 6975f4c qla3xxx: ethernet: Silence static checker warning. by Santosh Nayak · 13 years ago
  40. f6a1ad4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 13 years ago
  41. 9d1dfc0 qla3xxx: ethernet: Fix bogus interrupt state flag. by Santosh Nayak · 13 years ago
  42. 41de8d4 drivers/net: Remove alloc_etherdev error messages by Joe Perches · 13 years ago
  43. 84b4050 Sweep away N/A fw_version dustbunnies from the .get_drvinfo routine of a number of drivers by Rick Jones · 13 years ago
  44. 68aad78 sweep the floors and convert some .get_drvinfo routines to strlcpy by Rick Jones · 13 years ago
  45. 9e903e0 net: add skb frag size accessors by Eric Dumazet · 13 years ago
  46. 5d6bcdf net: use DMA_x_DEVICE and dma_mapping_error with skb_frag_dma_map by Ian Campbell · 13 years ago
  47. 2af830e qla3xxx: convert to SKB paged frag API. by Ian Campbell · 13 years ago
  48. afc4b13 net: remove use of ndo_set_multicast_list in drivers by Jiri Pirko · 13 years ago
  49. aa43c21 qlogic: Move the QLogic drivers by Jeff Kirsher · 14 years ago[Renamed from drivers/net/qla3xxx.c]
  50. 8a4cadc qla3xxx: remove an extra semi-colon by Dan Carpenter · 13 years ago
  51. 43d620c drivers/net: Remove casts of void * by Joe Perches · 14 years ago
  52. 70c7160 Add appropriate <linux/prefetch.h> include for prefetch users by Paul Gortmaker · 14 years ago
  53. 7073949 ethtool: cosmetic: Use ethtool ethtool_cmd_speed API by David Decotigny · 14 years ago
  54. ab392d2 drivers/net: Remove IRQF_SAMPLE_RANDOM flag from network drivers by Javier Martinez Canillas · 14 years ago
  55. e16b396 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 14 years ago
  56. 6f2e154 qla3xxx: add missing __iomem annotation by stephen hemminger · 14 years ago
  57. 177b241 kbuild, mtd, net: a few comment typo fixes and rewording by Gilles Espinasse · 14 years ago
  58. 4dd1518 drivers/net/qla3xxx.c: Remove unnecessary casts of netdev_priv by Joe Perches · 14 years ago
  59. bc8acf2 drivers/net: avoid some skb->ip_summed initializations by Eric Dumazet · 14 years ago
  60. d7f6177 drivers/net/qla3xxx.c: Checkpatch cleanups by Joe Perches · 14 years ago
  61. eddc5fb drivers/net/qla3xxx.c: Update logging message style by Joe Perches · 14 years ago
  62. a4b7709 drivers/net: Remove unnecessary returns from void function()s by Joe Perches · 15 years ago
  63. 87196eb qla3xxx: use the DMA state API instead of the pci equivalents by FUJITA Tomonori · 15 years ago
  64. 2381a55 net/various: remove trailing space in messages by Frans Pop · 15 years ago
  65. 2ae3111 drivers/net: Eliminate useless code by Julia Lawall · 15 years ago
  66. a3aa188 drivers/net/: use DEFINE_PCI_DEVICE_TABLE() by Alexey Dobriyan · 15 years ago
  67. 4ef58d4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 15 years ago
  68. 8e95a20 drivers/net: Move && and || to end of previous line by Joe Perches · 15 years ago
  69. 21ae295 tree-wide: fix typos "aquire" -> "acquire", "cumsumed" -> "consumed" by Uwe Kleine-König · 15 years ago
  70. 61357325 netdev: convert bulk of drivers to netdev_tx_t by Stephen Hemminger · 15 years ago
  71. 0f77ca9 qla3xxx: Don't sleep while holding lock. by Ron Mercer · 16 years ago
  72. e5a6737 qla3xxx: Give the PHY time to come out of reset. by Ron Mercer · 16 years ago
  73. 83b462c Net: qla3xxx, remove sleeping in atomic by Jiri Slaby · 16 years ago
  74. cdd0db0 net: dont update dev->trans_start by Eric Dumazet · 16 years ago
  75. 284901a dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32) by Yang Hongyang · 16 years ago
  76. 6a35528 dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64) by Yang Hongyang · 16 years ago
  77. 288379f net: Remove redundant NAPI functions by Ben Hutchings · 16 years ago
  78. 2d5451d net: Fix warning fallout from recent NAPI interface changes. by David S. Miller · 16 years ago
  79. 908a7a1 net: Remove unused netdev arg from some NAPI interfaces. by Neil Horman · 16 years ago
  80. be5a3c6 qla3xxx: fix warning in drivers/net/qla3xxx.c by Ingo Molnar · 16 years ago
  81. da1c14a qla3xxx: convert to net_device_ops by Stephen Hemminger · 16 years ago
  82. 198d6ba Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  83. 0f80704 qla3xxx: Cleanup: Fix link print statements. by Ron Mercer · 16 years ago
  84. babcda7 drivers/net: Kill now superfluous ->last_rx stores. by David S. Miller · 16 years ago
  85. 275f165 pci: use pci_ioremap_bar() in drivers/net by Arjan van de Ven · 16 years ago
  86. e174961 net: convert print_mac to %pM by Johannes Berg · 16 years ago
  87. b08c42b qla3xxx: driver version change. by root · 16 years ago
  88. 4ea0d6e qla3xxx: cleanup: Remove some unused structure definitions and structure elements. by Ron Mercer · 16 years ago
  89. eb115b0 qla3xxx: fix: Fix IFF_MULTICAST setting. by Ron Mercer · 16 years ago
  90. 49ef26e qla3xxx: fix: Remove unused set_multicast function. by Ron Mercer · 16 years ago
  91. 8d8bb39 dma-mapping: add the device argument to dma_mapping_error() by FUJITA Tomonori · 16 years ago
  92. 1b63ba8 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 17 years ago
  93. c81ec80 qla3xxx: Hold RTNL while calling dev_close() by Ben Hutchings · 17 years ago
  94. 7d2e3cb [netdrvr] Trim trailing whitespace for several drivers by Jeff Garzik · 17 years ago
  95. b39b5a2 qla3xxx: convert byte order of constant instead of variable by Marcin Slusarz · 17 years ago
  96. 804d854 qla3xxx annotations by Al Viro · 17 years ago
  97. 2450022 drivers/net: Add missing "space" by Joe Perches · 17 years ago
  98. 4ec2411 [NET]: Do not check netif_running() and carrier state in ->poll() by David S. Miller · 17 years ago
  99. ad4c9a0 qla3xxx: bugfix: Fix bad logical operation in link state machine. by Ron Mercer · 17 years ago
  100. 3e23b7d qla3xxx: bugfix: Move link state machine into a worker thread by Ron Mercer · 17 years ago