1. 4be2b49 myri10ge: fix sleeping with bh disabled by Stanislaw Gruszka · 9 years ago
  2. 93d05d4 net: provide generic busy polling to all NAPI drivers by Eric Dumazet · 9 years ago
  3. 93f93a4 net: move skb_mark_napi_id() into core networking stack by Eric Dumazet · 9 years ago
  4. b51d23e module: add per-module param_lock by Dan Streetman · 9 years ago
  5. e4b6c30 ethernet: myri10ge: use arch_phys_wc_add() by Luis R. Rodriguez · 10 years ago
  6. 2d4ad4f myri10ge: Delete an unnecessary check before the function call "kfree" by Markus Elfring · 10 years ago
  7. f12e77c myri10ge: fix error return code by Julia Lawall · 10 years ago
  8. b0b9f33 myri10ge: use eth_skb_pad helper by Alexander Duyck · 10 years ago
  9. a11c5c9 Merge tag 'pci-v3.17-changes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 10 years ago
  10. 1054593 myri10ge: check for DMA mapping errors by Stanislaw Gruszka · 10 years ago
  11. 9baa3c3 PCI: Remove DEFINE_PCI_DEVICE_TABLE macro use by Benoit Taine · 10 years ago
  12. 8dff81e net: ethernet: myricom: myri10ge: myri10ge.c: Cleaning up missing null-terminate after strncpy call by Rickard Strandqvist · 10 years ago
  13. 7ad24ea net: get rid of SET_ETHTOOL_OPS by Wilfried Klaebe · 11 years ago
  14. 0729cc0 myri10ge: Use pci_enable_msix_range() instead of pci_enable_msix() by Alexander Gordeev · 11 years ago
  15. ecb22e1 net: myri10ge: remove unnecessary pci_set_drvdata() by Jingoo Han · 11 years ago
  16. de36cef net: myri10ge: Change variable type to bool by Peter Senna Tschudin · 11 years ago
  17. d458cdf net:drivers/net: Miscellaneous conversions to ETH_ALEN by Joe Perches · 11 years ago
  18. ede23fa drivers:net: Convert dma_alloc_coherent(...__GFP_ZERO) to dma_zalloc_coherent by Joe Perches · 11 years ago
  19. 0dde802 myri10ge: Add support for ndo_busy_poll by Hyong-Youb Kim · 11 years ago
  20. 40b2956 myri10ge: clean up unnecessary MSI/MSI-X capability find by Yijing Wang · 11 years ago
  21. 1409a93 ethernet: Convert mac address uses of 6 to ETH_ALEN by Joe Perches · 11 years ago
  22. 1ca0151 net/trivial: replace numeric with standard PM state macros by Yijing Wang · 11 years ago
  23. 86a9bad net: vlan: add protocol argument to packet tagging functions by Patrick McHardy · 12 years ago
  24. f646968 net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_* by Patrick McHardy · 12 years ago
  25. 1f9061d2 drivers:net: dma_alloc_coherent: use __GFP_ZERO instead of memset(, 0) by Joe Perches · 12 years ago
  26. b2adaca ethernet: Remove unnecessary alloc/OOM messages, alloc cleanups by Joe Perches · 12 years ago
  27. 59e955e myri10ge: fix most sparse warnings by Andrew Gallatin · 12 years ago
  28. 30828d2 myri10ge: fix incorrect use of ntohs() by Andrew Gallatin · 12 years ago
  29. 1b4c44e myri10ge: Add vlan rx for better GRO perf. by Andrew Gallatin · 12 years ago
  30. 4ca3221 myri10ge: Convert from LRO to GRO by Andrew Gallatin · 12 years ago
  31. 9503e25 myri10ge: Use PCI Express Capability accessors by Jiang Liu · 12 years ago
  32. 98f2d21 myri10ge: set maximal number of default RSS queues by Yuval Mintz · 12 years ago
  33. a742545 myri10ge: stop using net_device.{base_addr, irq}. by Francois Romieu · 13 years ago
  34. 41de8d4 drivers/net: Remove alloc_etherdev error messages by Joe Perches · 13 years ago
  35. c8f44af net: introduce and use netdev_features_t for device features sets by Michał Mirosław · 13 years ago
  36. 924a4c7 myri10ge: fix truesize underestimation by Eric Dumazet · 13 years ago
  37. 9e903e0 net: add skb frag size accessors by Eric Dumazet · 13 years ago
  38. 5d6bcdf net: use DMA_x_DEVICE and dma_mapping_error with skb_frag_dma_map by Ian Campbell · 13 years ago
  39. 5dc3e19 myri10ge: convert to SKB paged frag API. by Ian Campbell · 13 years ago
  40. afc4b13 net: remove use of ndo_set_multicast_list in drivers by Jiri Pirko · 13 years ago
  41. 93f7848 myri*: Move the Myricom drivers by Jeff Kirsher · 14 years ago[Renamed from drivers/net/myri10ge/myri10ge.c]
  42. 3bea123 myri10ge: update version by Jon Mason · 13 years ago
  43. b3b6ae2 myri10ge: misc style cleanups by Jon Mason · 13 years ago
  44. effd1ed myri10ge: remove unnecessary read of PCI_CAP_ID_EXP by Jon Mason · 13 years ago
  45. 5dcd846 myri10ge: add support for set_phys_id by Jon Mason · 13 years ago
  46. 4b47638 myri10ge: allow small_bytes = 0 by Jon Mason · 13 years ago
  47. c689b81 myri10ge: rework parity error check and cleanup by Jon Mason · 13 years ago
  48. 7539a61 myri10ge: Mask PCI Surprise Link Down Events by Jon Mason · 13 years ago
  49. 3b20b2d myri10ge: ensure tx queues remain stopped by Jon Mason · 13 years ago
  50. 56f8a75 ip: introduce ip_is_fragment helper inline function by Paul Gortmaker · 13 years ago
  51. 306ff6e myricom: remove stats_lock by Eric Dumazet · 13 years ago
  52. c5f7ef7 myricom: update to 64 bit stats by stephen hemminger · 13 years ago
  53. 6403eab drivers/net: Remove unnecessary semicolons by Joe Perches · 13 years ago
  54. 70c7160 Add appropriate <linux/prefetch.h> include for prefetch users by Paul Gortmaker · 14 years ago
  55. 7073949 ethtool: cosmetic: Use ethtool ethtool_cmd_speed API by David Decotigny · 14 years ago
  56. 47c2cdf net: myri10ge: convert to hw_features by Michał Mirosław · 14 years ago
  57. 25985ed Fix common misspellings by Lucas De Marchi · 14 years ago
  58. b3cd965 myri10ge: small rx_done refactoring by Stanislaw Gruszka · 14 years ago
  59. cda6587 myri10ge: fix rmmod crash by Stanislaw Gruszka · 14 years ago
  60. 04ed3e7 net: change netdev->features to u32 by Michał Mirosław · 14 years ago
  61. d73b388 Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6 by Linus Torvalds · 14 years ago
  62. 1d3c16a PCI: make pci_restore_state return void by Jon Mason · 14 years ago
  63. 0d0b167 net: Fix drivers advertising HW_CSUM feature to use csum_start by Michał Mirosław · 14 years ago
  64. 23f333a drivers/net: don't use flush_scheduled_work() by Tejun Heo · 14 years ago
  65. ef09aad myri10ge: DCA update (resubmit) by Andrew Gallatin · 14 years ago
  66. c992026 myri10ge: Use netif_set_real_num_{rx, tx}_queues() by Ben Hutchings · 14 years ago
  67. 807540b drivers/net: return operator cleanup by Eric Dumazet · 14 years ago
  68. baeb2ff drivers/net: Convert unbounded kzalloc calls to kcalloc by Joe Perches · 14 years ago
  69. 7d35103 param: lock myri10ge_fw_name against sysfs changes. by Rusty Russell · 14 years ago
  70. 1437ce3 ethtool: Change ethtool_op_set_flags to validate flags by Ben Hutchings · 14 years ago
  71. e743d31 drivers: net: use skb_headlen() by Eric Dumazet · 15 years ago
  72. c755b4b myri10ge: use the DMA state API instead of the pci equivalents by FUJITA Tomonori · 15 years ago
  73. 871039f Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  74. 4a1032f Merge branch 'master' of /home/davem/src/GIT/linux-2.6/ by David S. Miller · 15 years ago
  75. 2488f56 myri10ge: fix rx_pause in myri10ge_set_pauseparam by Brice Goglin · 15 years ago
  76. 22bedad3 net: convert multicast list to list_head by Jiri Pirko · 15 years ago
  77. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
  78. b8d6897 myri: remove dead code by Dan Carpenter · 15 years ago
  79. 2a3f279 myri10ge: optimize 4k-boundary check when stocking rx pages by Brice Goglin · 15 years ago
  80. f9dcbcc net: convert multiple drivers to use netdev_for_each_mc_addr, part5 V2 by Jiri Pirko · 15 years ago
  81. 78ca90e drivers/net/myri10ge: Use pr_<level> and netdev_<level> by Joe Perches · 15 years ago
  82. a3aa188 drivers/net/: use DEFINE_PCI_DEVICE_TABLE() by Alexey Dobriyan · 15 years ago
  83. 4b860ab myri10ge: use src+dst for rss hashing by Brice Goglin · 15 years ago
  84. 8e95a20 drivers/net: Move && and || to end of previous line by Joe Perches · 15 years ago
  85. b9721d5 myri10ge: declare MODULE_FIRMWARE by Ben Hutchings · 15 years ago
  86. cfadf85 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  87. 196f17e myri10ge: improve port type reporting in ethtool by Brice Goglin · 15 years ago
  88. 6dc3494 myri10ge: Use the instance of net_device_stats from net_device. by Ajit Khaparde · 15 years ago
  89. 61357325 netdev: convert bulk of drivers to netdev_tx_t by Stephen Hemminger · 15 years ago
  90. d023421 myri10ge: improve parity error detection and recovery by Brice Goglin · 15 years ago
  91. ec634fe net: convert remaining non-symbolic return values in ndo_start_xmit() functions by Patrick McHardy · 15 years ago
  92. 6ed1065 net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functions by Patrick McHardy · 15 years ago
  93. 5b54814 net: use symbolic values for ndo_start_xmit() return codes by Patrick McHardy · 15 years ago
  94. 2867975 net: dont update dev->trans_start in 10GB drivers by Eric Dumazet · 16 years ago
  95. dddc045 myri10ge: Add support for vlan_features by Brice Goglin · 16 years ago
  96. 2552c31 myri10ge: drop myri10ge_lro module parameter by Brice Goglin · 16 years ago
  97. 18af3e7 myri10ge: fix the invokation of lro_flush_all by Brice Goglin · 16 years ago
  98. e5488ce myri10ge: update version to 1.5.0-1.415 by Brice Goglin · 16 years ago
  99. 3a0c7d2 myri10ge: allow LRO to be enabled via ethtool by Brice Goglin · 16 years ago
  100. 7fe624f myri10ge: fix compile error by Andrew Gallatin · 16 years ago