1. df561f66 treewide: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 5 months ago
  2. 8a7f280 vmxnet3: use correct tcp hdr length when packet is encapsulated by Ronak Doshi · 4 years, 5 months ago
  3. 11e877b vmxnet3: allow rx flow hash ops only when rss is enabled by Ronak Doshi · 4 years, 8 months ago
  4. 3e1c684 net: vmxnet3: fix possible buffer overflow caused by bad DMA value in vmxnet3_get_rss() by Jia-Ju Bai · 4 years, 8 months ago
  5. 36432797 vmxnet3: use correct hdr reference when packet is encapsulated by Ronak Doshi · 4 years, 8 months ago
  6. a31135e vmxnet3: update to version 4 by Ronak Doshi · 4 years, 8 months ago
  7. dacce2b vmxnet3: add geneve and vxlan tunnel offload support by Ronak Doshi · 4 years, 8 months ago
  8. d3a8a9e vmxnet3: add support to get/set rx flow hash by Ronak Doshi · 4 years, 8 months ago
  9. 123db31 vmxnet3: prepare for version 4 changes by Ronak Doshi · 4 years, 8 months ago
  10. 0f3883b vmxnet3: let core reject the unsupported coalescing parameters by Jakub Kicinski · 4 years, 11 months ago
  11. 091c9f8 vmxnet3: use new helper tcp_v6_gso_csum_prep by Heiner Kallweit · 5 years ago
  12. 4a4a52d vmxnet3: Remove always false conditional statement by yuehaibing · 5 years ago
  13. 0290bd2 netdev: pass the stuck queue to the timeout handler by Michael S. Tsirkin · 5 years ago
  14. b54c9d5 net: Use skb_frag_off accessors by Jonathan Lemon · 5 years ago
  15. d784097 net: Use skb accessors in network drivers by Matthew Wilcox (Oracle) · 6 years ago
  16. c5ec23b vmxnet3: Remove call to memset after dma_alloc_coherent by Fuqian Huang · 6 years ago
  17. 3dd7400 vmxnet3: turn off lro when rxcsum is disabled by Ronak Doshi · 6 years ago
  18. 2638eb8b net: ipv4: provide __rcu annotation for ifa_list by Florian Westphal · 6 years ago
  19. 750afb0 cross-tree: phase out dma_zalloc_coherent() by Luis Chamberlain · 6 years ago
  20. 6f6e434 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  21. 93c65d1 vmxnet3: Replace msleep(1) with usleep_range() by YueHaibing · 7 years ago
  22. f3002c1 vmxnet3: use DMA memory barriers where required by hpreg@vmware.com · 7 years ago
  23. 61aeece vmxnet3: set the DMA mask before the first DMA map operation by hpreg@vmware.com · 7 years ago
  24. 65ec0bd vmxnet3: fix incorrect dereference when rxvlan is disabled by Ronak Doshi · 7 years ago
  25. 8137a8e vmxnet3: remove unused flag "rxcsum" from struct vmxnet3_adapter by Igor Pylypiv · 7 years ago
  26. 034f405 vmxnet3: use correct flag to indicate LRO feature by Ronak Doshi · 7 years ago
  27. 7a4c003 vmxnet3: avoid xmit reset due to a race in vmxnet3 by Ronak Doshi · 7 years ago
  28. 5e264e2 vmxnet3: remove redundant initialization of pointer 'rq' by Colin Ian King · 7 years ago
  29. 955bd1d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  30. 848b159 vmxnet3: repair memory leak by Neil Horman · 7 years ago
  31. 7475908 vmxnet3: increase default rx ring sizes by Shrikrishna Khare · 7 years ago
  32. c7673e4 vmxnet3: avoid format strint overflow warning by Arnd Bergmann · 8 years ago
  33. 1c4d5f5 vmxnet3: ensure that adapter is in proper state during force_close by Neil Horman · 8 years ago
  34. 3426bd7 net: vmxnet3: use new api ethtool_{get|set}_link_ksettings by Philippe Reynes · 8 years ago
  35. 6ad2016 drivers: net: generalize napi_complete_done() by Eric Dumazet · 8 years ago
  36. bc1f447 net: make ndo_get_stats64 a void function by stephen hemminger · 8 years ago
  37. 4d5b57e Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma by Linus Torvalds · 8 years ago
  38. b1226c7 vmxnet3: Move PCI Id to pci_ids.h by Adit Ranadive · 8 years ago
  39. 27058af Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  40. d0c2c99 net: use core MTU range checking in virt drivers by Jarod Wilson · 8 years ago
  41. fb5c6cf vmxnet3: avoid assumption about invalid dma_pa in vmxnet3_set_mc() by Alexey Khoroshilov · 8 years ago
  42. 277964e vmxnet3: Wake queue from reset work by Benjamin Poirier · 8 years ago
  43. 6abdd5f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  44. bb40aca vmxnet3: fix non static symbol warning by Wei Yongjun · 8 years ago
  45. ff2e7d5 vmxnet3: fix tx data ring copy for variable size by Shrikrishna Khare · 8 years ago
  46. 6af9d78 vmxnet3: update to version 3 by Shrikrishna Khare · 9 years ago
  47. 4744322 vmxnet3: introduce command to register memory region by Shrikrishna Khare · 9 years ago
  48. 4edef40e vmxnet3: add support for get_coalesce, set_coalesce ethtool operations by Shrikrishna Khare · 9 years ago
  49. 50a5ce3 vmxnet3: add receive data ring support by Shrikrishna Khare · 9 years ago
  50. 3c8b3ef vmxnet3: allow variable length transmit data ring buffer by Shrikrishna Khare · 9 years ago
  51. f35c748 vmxnet3: introduce generalized command interface to configure the device by Shrikrishna Khare · 9 years ago
  52. 190af10 vmxnet3: prepare for version 3 changes by Shrikrishna Khare · 9 years ago
  53. 5021953 vmxnet3: segCnt can be 1 for LRO packets by Shrikrishna Khare · 9 years ago
  54. f0d4378 Driver: Vmxnet3: set CHECKSUM_UNNECESSARY for IPv6 packets by Shrikrishna Khare · 9 years ago
  55. efc21d9 vmxnet3: fix lock imbalance in vmxnet3_tq_xmit() by Arnd Bergmann · 9 years ago
  56. cec0556 vmxnet3: avoid calling pskb_may_pull with interrupts disabled by Neil Horman · 9 years ago
  57. 14112ca Driver: Vmxnet3: Update Rx ring 2 max size by Shrikrishna Khare · 9 years ago
  58. 58caf63 Driver: Vmxnet3: Fix regression caused by 5738a09 by Shrikrishna Khare · 9 years ago
  59. 5738a09 vmxnet3: fix checks for dma mapping errors by Alexey Khoroshilov · 9 years ago
  60. d37d5ec Driver: Vmxnet3: Fix use of mfTableLen for big endian architectures by Shrikrishna Khare · 9 years ago
  61. 47ea032 drivers/net: get rid of unnecessary initializations in .get_drvinfo() by Ivan Vecera · 9 years ago
  62. b6bd9b5 Driver: Vmxnet3: Extend register dump support by Shrikrishna Khare · 9 years ago
  63. 0769636 vmxnet3: prevent receive getting out of sequence on napi poll by Neil Horman · 10 years ago
  64. a694717 vmxnet3: Bump up driver version number by Shreyas Bhatewara · 10 years ago
  65. 45dac1d vmxnet3: Changes for vmxnet3 adapter version 2 (fwd) by Shreyas Bhatewara · 10 years ago
  66. c41fcce vmxnet3: Fix memory leaks in rx path (fwd) by Shreyas Bhatewara · 10 years ago
  67. e9ba47b vmxnet3: Register shutdown handler for device (fwd) by Shreyas Bhatewara · 10 years ago
  68. 7887456 vmxnet3: spelling fixes by stephen hemminger · 10 years ago
  69. 759c935 Driver: Vmxnet3: Copy TCP header to mapped frame for IPv6 packets by Shrikrishna Khare · 10 years ago
  70. dd83829 Driver: Vmxnet3: Change the hex constant to its decimal equivalent by Shrikrishna Khare · 10 years ago
  71. 331b9ab Driver: Vmxnet3: Fix ethtool -S to return correct rx queue stats by Shrikrishna Khare · 10 years ago
  72. df8a39d net: rename vlan_tx_* helpers since "tx" is misleading there by Jiri Pirko · 10 years ago
  73. 5ec82c1 Driver: Vmxnet3: Reinitialize vmxnet3 backend on wakeup from hibernate by Shrikrishna Khare · 10 years ago
  74. 53831aa Driver: Vmxnet3: Make Rx ring 2 size configurable by Shrikrishna Khare · 10 years ago
  75. 892311f ethtool: Support for configurable RSS hash function by Eyal Perry · 10 years ago
  76. 6bf79cd vmxnet3: use netdev_rss_key_fill() helper by Eric Dumazet · 10 years ago
  77. 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
  78. 94e57fe PCI: Move PCI_VENDOR_ID_VMWARE to pci_ids.h by Francesco Ruggeri · 10 years ago
  79. 4ad9a64 VMXNET3: Check for map error in vmxnet3_set_mc by Andy King · 10 years ago
  80. 9baa3c3 PCI: Remove DEFINE_PCI_DEVICE_TABLE macro use by Benoit Taine · 10 years ago
  81. 8b42946 vmxnet3: fix decimal printf format specifiers prefixed with 0x by Hans Wennborg · 10 years ago
  82. f00e2b0 vmxnet3: adjust ring sizes when interface is down by Neil Horman · 11 years ago
  83. 537fae0 net: use SPEED_UNKNOWN and DUPLEX_UNKNOWN when appropriate by Jiri Pirko · 11 years ago
  84. fe62d00 ethtool: Replace ethtool_ops::{get,set}_rxfh_indir() with {get,set}_rxfh() by Ben Hutchings · 11 years ago
  85. 7ad24ea net: get rid of SET_ETHTOOL_OPS by Wilfried Klaebe · 11 years ago
  86. b1b7181 vmxnet3: Call dev_kfree_skb_any instead of dev_kfree_skb. by Eric W. Biederman · 11 years ago
  87. 85dcce7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  88. 0a8d8c4 vmxnet3: fix building without CONFIG_PCI_MSI by Arnd Bergmann · 11 years ago
  89. d25f06e vmxnet3: fix netpoll race condition by Neil Horman · 11 years ago
  90. c0a1be3 vmxnet3: Use pci_enable_msix_range() instead of pci_enable_msix() by Alexander Gordeev · 11 years ago
  91. b60b869 vmxnet3: Fix MSI-X/MSI enablement code by Alexander Gordeev · 11 years ago
  92. a81ab36 drivers/net: delete non-required instances of include <linux/init.h> by Paul Gortmaker · 11 years ago
  93. 2c15a15 vmxnet3: use initialized skb pointer to set hash by Michal Schmidt · 11 years ago
  94. 0b68070 net: vmxnet3 calls skb_set_hash by Tom Herbert · 11 years ago
  95. 5535ec7 net: vmxnet3: remove unnecessary pci_set_drvdata() by Jingoo Han · 11 years ago
  96. d8dea1e vmxnet3: Remove extern from function prototypes by Joe Perches · 11 years ago
  97. b0eb57c VMXNET3: Add support for virtual IOMMU by Andy King · 11 years ago
  98. 86a9bad net: vlan: add protocol argument to packet tagging functions by Patrick McHardy · 12 years ago
  99. 80d5c36 net: vlan: prepare for 802.1ad VLAN filtering offload by Patrick McHardy · 12 years ago
  100. f646968 net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_* by Patrick McHardy · 12 years ago