1. efc21d9 vmxnet3: fix lock imbalance in vmxnet3_tq_xmit() by Arnd Bergmann · 8 years ago
  2. cec0556 vmxnet3: avoid calling pskb_may_pull with interrupts disabled by Neil Horman · 8 years ago
  3. 14112ca Driver: Vmxnet3: Update Rx ring 2 max size by Shrikrishna Khare · 8 years ago
  4. 58caf63 Driver: Vmxnet3: Fix regression caused by 5738a09 by Shrikrishna Khare · 9 years ago
  5. 5738a09 vmxnet3: fix checks for dma mapping errors by Alexey Khoroshilov · 9 years ago
  6. d37d5ec Driver: Vmxnet3: Fix use of mfTableLen for big endian architectures by Shrikrishna Khare · 9 years ago
  7. 47ea032 drivers/net: get rid of unnecessary initializations in .get_drvinfo() by Ivan Vecera · 9 years ago
  8. b6bd9b5 Driver: Vmxnet3: Extend register dump support by Shrikrishna Khare · 9 years ago
  9. 0769636 vmxnet3: prevent receive getting out of sequence on napi poll by Neil Horman · 9 years ago
  10. a694717 vmxnet3: Bump up driver version number by Shreyas Bhatewara · 9 years ago
  11. 45dac1d vmxnet3: Changes for vmxnet3 adapter version 2 (fwd) by Shreyas Bhatewara · 9 years ago
  12. c41fcce vmxnet3: Fix memory leaks in rx path (fwd) by Shreyas Bhatewara · 9 years ago
  13. e9ba47b vmxnet3: Register shutdown handler for device (fwd) by Shreyas Bhatewara · 9 years ago
  14. 7887456 vmxnet3: spelling fixes by stephen hemminger · 9 years ago
  15. 759c935 Driver: Vmxnet3: Copy TCP header to mapped frame for IPv6 packets by Shrikrishna Khare · 9 years ago
  16. dd83829 Driver: Vmxnet3: Change the hex constant to its decimal equivalent by Shrikrishna Khare · 9 years ago
  17. 331b9ab Driver: Vmxnet3: Fix ethtool -S to return correct rx queue stats by Shrikrishna Khare · 10 years ago
  18. df8a39d net: rename vlan_tx_* helpers since "tx" is misleading there by Jiri Pirko · 10 years ago
  19. 5ec82c1 Driver: Vmxnet3: Reinitialize vmxnet3 backend on wakeup from hibernate by Shrikrishna Khare · 10 years ago
  20. 53831aa Driver: Vmxnet3: Make Rx ring 2 size configurable by Shrikrishna Khare · 10 years ago
  21. 892311f ethtool: Support for configurable RSS hash function by Eyal Perry · 10 years ago
  22. 6bf79cd vmxnet3: use netdev_rss_key_fill() helper by Eric Dumazet · 10 years ago
  23. 80213c0 Merge tag 'pci-v3.18-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 10 years ago
  24. 94e57fe PCI: Move PCI_VENDOR_ID_VMWARE to pci_ids.h by Francesco Ruggeri · 10 years ago
  25. 4ad9a64 VMXNET3: Check for map error in vmxnet3_set_mc by Andy King · 10 years ago
  26. 9baa3c3 PCI: Remove DEFINE_PCI_DEVICE_TABLE macro use by Benoit Taine · 10 years ago
  27. 8b42946 vmxnet3: fix decimal printf format specifiers prefixed with 0x by Hans Wennborg · 10 years ago
  28. f00e2b0 vmxnet3: adjust ring sizes when interface is down by Neil Horman · 10 years ago
  29. 537fae0 net: use SPEED_UNKNOWN and DUPLEX_UNKNOWN when appropriate by Jiri Pirko · 10 years ago
  30. fe62d00 ethtool: Replace ethtool_ops::{get,set}_rxfh_indir() with {get,set}_rxfh() by Ben Hutchings · 10 years ago
  31. 7ad24ea net: get rid of SET_ETHTOOL_OPS by Wilfried Klaebe · 10 years ago
  32. b1b7181 vmxnet3: Call dev_kfree_skb_any instead of dev_kfree_skb. by Eric W. Biederman · 10 years ago
  33. 85dcce7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  34. 0a8d8c4 vmxnet3: fix building without CONFIG_PCI_MSI by Arnd Bergmann · 10 years ago
  35. d25f06e vmxnet3: fix netpoll race condition by Neil Horman · 10 years ago
  36. c0a1be3 vmxnet3: Use pci_enable_msix_range() instead of pci_enable_msix() by Alexander Gordeev · 10 years ago
  37. b60b869 vmxnet3: Fix MSI-X/MSI enablement code by Alexander Gordeev · 10 years ago
  38. a81ab36 drivers/net: delete non-required instances of include <linux/init.h> by Paul Gortmaker · 11 years ago
  39. 2c15a15 vmxnet3: use initialized skb pointer to set hash by Michal Schmidt · 11 years ago
  40. 0b68070 net: vmxnet3 calls skb_set_hash by Tom Herbert · 11 years ago
  41. 5535ec7 net: vmxnet3: remove unnecessary pci_set_drvdata() by Jingoo Han · 11 years ago
  42. d8dea1e vmxnet3: Remove extern from function prototypes by Joe Perches · 11 years ago
  43. b0eb57c VMXNET3: Add support for virtual IOMMU by Andy King · 11 years ago
  44. 86a9bad net: vlan: add protocol argument to packet tagging functions by Patrick McHardy · 11 years ago
  45. 80d5c36 net: vlan: prepare for 802.1ad VLAN filtering offload by Patrick McHardy · 11 years ago
  46. f646968 net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_* by Patrick McHardy · 11 years ago
  47. e4fabf2 vmxnet3: prevent div-by-zero panic when ring resizing uninitialized dev by Bhavesh Davda · 11 years ago
  48. 48412a7 vmxnet3: fix ethtool ring buffer size setting by Neil Horman · 11 years ago
  49. 280b74f vmxnet3: make local function static by stephen hemminger · 11 years ago
  50. 188d1f7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  51. 6cdd20c vmxnet3: set carrier state properly on probe by Neil Horman · 11 years ago
  52. 7db11f7 vmxnet3: better RSS support by Stephen Hemminger · 12 years ago
  53. 66d3591 vmxnet3: use static RSS key by Stephen Hemminger · 12 years ago
  54. 4db37a7 vmxnet3: remove unused irq_share_mode by Stephen Hemminger · 12 years ago
  55. f32a260 vmxnet3: remove device counter by Stephen Hemminger · 12 years ago
  56. 4816a07 vmxnet3: remove VMXNET3_MAX_DEVICES by Stephen Hemminger · 12 years ago
  57. 204a6e6 vmxnet3: use netdev_ printk wrappers by Stephen Hemminger · 12 years ago
  58. fdcd79b vmxnet3: use netdev_dbg by Stephen Hemminger · 12 years ago
  59. 4bad25f vmxnet3: fix messages printed before registration by Stephen Hemminger · 12 years ago
  60. 69b9a71 vmxnet3: remove unnecessary bookkeeping by Stephen Hemminger · 12 years ago
  61. 0d735f1 vmxnet3: use netdev_alloc_skb_ip_align by Stephen Hemminger · 12 years ago
  62. 7826d43 ethtool: fix drvinfo strings set in drivers by Jiri Pirko · 12 years ago
  63. 3a4751a vmxnet3: remove __dev* attributes by Bill Pemberton · 12 years ago
  64. 96800ee vmxnet3: fix indentation by stephen hemminger · 12 years ago
  65. d4185bb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  66. c068e77 vmxnet3: convert BUG_ON(true) into a simple BUG() by Sasha Levin · 12 years ago
  67. a4d7e48 vmxnet3: must split too big fragments by Eric Dumazet · 12 years ago
  68. e3bc4ff vmxnet3: Fix race between dev_open() and register_netdev() by Steve Hodgson · 12 years ago
  69. c2fd03a drivers: net: Remove casts to same type by Joe Perches · 12 years ago
  70. f6a1ad4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  71. 4c1dc80 vmxnet3: Fix log messages and corrects some typos by Shreyas Bhatewara · 12 years ago
  72. efead87 vmxnet3: Fix transport header size by Shreyas Bhatewara · 12 years ago
  73. ff4783c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  74. b203262 vmxnet3: cap copy length at size of skb to prevent dropped frames on tx by Neil Horman · 12 years ago
  75. c3ca881 vmxnet3: Fix typo in vmxnet3_drv.c by Masanari Iida · 12 years ago
  76. 41de8d4 drivers/net: Remove alloc_etherdev error messages by Joe Perches · 12 years ago
  77. e404dec drivers/net: Remove unnecessary k.alloc/v.alloc OOM messages by Joe Perches · 12 years ago
  78. 8bca5d1 vmxnet3: cleanup tso headers manipulation by Eric Dumazet · 12 years ago
  79. c8b88ef vmxnet3" make ethtool ops const by stephen hemminger · 13 years ago
  80. 278bc42 ethtool: Define and apply a default policy for RX flow hash indirection by Ben Hutchings · 13 years ago
  81. 7850f63 ethtool: Centralise validation of ETHTOOL_{G, S}RXFHINDIR parameters by Ben Hutchings · 13 years ago
  82. 8e58613 net: make vlan ndo_vlan_rx_[add/kill]_vid return error value by Jiri Pirko · 13 years ago
  83. 84b4050 Sweep away N/A fw_version dustbunnies from the .get_drvinfo routine of a number of drivers by Rick Jones · 13 years ago
  84. c8f44af net: introduce and use netdev_features_t for device features sets by Michał Mirosław · 13 years ago
  85. 9d9779e drivers/net: Add module.h to drivers who were implicitly using it by Paul Gortmaker · 13 years ago
  86. 9e903e0 net: add skb frag size accessors by Eric Dumazet · 13 years ago
  87. 5e6c355 vmxnet3: fix skb truesize underestimation by Eric Dumazet · 13 years ago
  88. 5d6bcdf net: use DMA_x_DEVICE and dma_mapping_error with skb_frag_dma_map by Ian Campbell · 13 years ago
  89. 0e0634d vmxnet3: convert to SKB paged frag API. by Ian Campbell · 13 years ago
  90. 815c7db ethtool: Clean up definitions of rule location arrays in RX NFC by Ben Hutchings · 13 years ago
  91. 823dcd2 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net by David S. Miller · 13 years ago
  92. afc4b13 net: remove use of ndo_set_multicast_list in drivers by Jiri Pirko · 13 years ago
  93. f6957f8 vmxnet3: Don't enable vlan filters in promiscuous mode. by Jesse Gross · 13 years ago
  94. ebbf929 vmxnet3: fix publicity of NETIF_F_HIGHDMA by Shreyas Bhatewara · 13 years ago
  95. e101e7d vmxnet3: set netdev parant device before calling netdev_info by Shreyas Bhatewara · 13 years ago
  96. 6a7ebdf Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 13 years ago
  97. eebb02b vmxnet3: round down # of queues to power of two by Shreyas Bhatewara · 13 years ago
  98. e12fe68 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 13 years ago
  99. 5318d80 vmxnet3: fix starving rx ring whenoc_skb kb fails by Shreyas Bhatewara · 13 years ago
  100. 213ade8 vmxnet3: Enable GRO support. by Jesse Gross · 13 years ago