- c38f306 vmxnet3: Remove useless DMA-32 fallback configuration by Christophe JAILLET · 3 years ago
- 3150a73 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years, 1 month ago
- f71ef02 vmxnet3: fix minimum vectors alloc issue by Ronak Doshi · 3 years, 1 month ago
- 7462494 ethtool: extend ringparam setting/getting API with rx_buf_len by Hao Chen · 3 years, 1 month ago
- 1d6d336 net: vmxnet3: remove multiple false checks in vmxnet3_ethtool.c by Jean Sacren · 3 years, 2 months ago
- 7df621a3 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years, 2 months ago
- 9159f10 vmxnet3: do not stop tx queues after netif_device_detach() by Dongli Zhang · 3 years, 2 months ago
- 8bc7823 net: drivers: get ready for const netdev->dev_addr by Jakub Kicinski · 3 years, 2 months ago
- ea52a0b net: use dev_addr_set() by Jakub Kicinski · 3 years, 3 months ago
- f3ccfda1 ethtool: extend coalesce setting uAPI with CQE mode by Yufeng Mo · 3 years, 4 months ago
- bf7bec4 vmxnet3: switch from 'pci_' to 'dma_' API by Christophe JAILLET · 3 years, 4 months ago
- ce2639a vmxnet3: update to version 6 by Ronak Doshi · 3 years, 6 months ago
- 8c5663e vmxnet3: increase maximum configurable mtu to 9190 by Ronak Doshi · 3 years, 6 months ago
- b3973bb vmxnet3: set correct hash type based on rss information by Ronak Doshi · 3 years, 6 months ago
- 79d124b vmxnet3: add support for ESP IPv6 RSS by Ronak Doshi · 3 years, 6 months ago
- 15ccf2f vmxnet3: remove power of 2 limitation on the queues by Ronak Doshi · 3 years, 6 months ago
- 39f9895 vmxnet3: add support for 32 Tx/Rx queues by Ronak Doshi · 3 years, 6 months ago
- 69dbef0 vmxnet3: prepare for version 6 changes by Ronak Doshi · 3 years, 6 months ago
- b225802 vmxnet3: fix cksum offload issues for tunnels with non-default udp ports by Ronak Doshi · 3 years, 6 months ago
- 3b78b30 vmxnet3: Update driver to use ethtool_sprintf by Alexander Duyck · 3 years, 10 months ago
- de1da8b vmxnet3: Remove buf_info from device accessible structures by Ronak Doshi · 4 years ago
- 1dac3b1 vmxnet3: fix cksum offload issues for non-udp tunnels by Ronak Doshi · 4 years, 3 months ago
- df561f66 treewide: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 4 months ago
- 8a7f280 vmxnet3: use correct tcp hdr length when packet is encapsulated by Ronak Doshi · 4 years, 5 months ago
- 11e877b vmxnet3: allow rx flow hash ops only when rss is enabled by Ronak Doshi · 4 years, 7 months ago
- 3e1c684 net: vmxnet3: fix possible buffer overflow caused by bad DMA value in vmxnet3_get_rss() by Jia-Ju Bai · 4 years, 7 months ago
- 36432797 vmxnet3: use correct hdr reference when packet is encapsulated by Ronak Doshi · 4 years, 7 months ago
- a31135e vmxnet3: update to version 4 by Ronak Doshi · 4 years, 7 months ago
- dacce2b vmxnet3: add geneve and vxlan tunnel offload support by Ronak Doshi · 4 years, 7 months ago
- d3a8a9e vmxnet3: add support to get/set rx flow hash by Ronak Doshi · 4 years, 7 months ago
- 123db31 vmxnet3: prepare for version 4 changes by Ronak Doshi · 4 years, 7 months ago
- 0f3883b vmxnet3: let core reject the unsupported coalescing parameters by Jakub Kicinski · 4 years, 10 months ago
- 091c9f8 vmxnet3: use new helper tcp_v6_gso_csum_prep by Heiner Kallweit · 4 years, 10 months ago
- 4a4a52d vmxnet3: Remove always false conditional statement by yuehaibing · 5 years ago
- 0290bd2 netdev: pass the stuck queue to the timeout handler by Michael S. Tsirkin · 5 years ago
- b54c9d5 net: Use skb_frag_off accessors by Jonathan Lemon · 5 years ago
- d784097 net: Use skb accessors in network drivers by Matthew Wilcox (Oracle) · 5 years ago
- c5ec23b vmxnet3: Remove call to memset after dma_alloc_coherent by Fuqian Huang · 5 years ago
- 3dd7400 vmxnet3: turn off lro when rxcsum is disabled by Ronak Doshi · 6 years ago
- 2638eb8b net: ipv4: provide __rcu annotation for ifa_list by Florian Westphal · 6 years ago
- 750afb0 cross-tree: phase out dma_zalloc_coherent() by Luis Chamberlain · 6 years ago
- 6f6e434 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
- 93c65d1 vmxnet3: Replace msleep(1) with usleep_range() by YueHaibing · 7 years ago
- f3002c1 vmxnet3: use DMA memory barriers where required by hpreg@vmware.com · 7 years ago
- 61aeece vmxnet3: set the DMA mask before the first DMA map operation by hpreg@vmware.com · 7 years ago
- 65ec0bd vmxnet3: fix incorrect dereference when rxvlan is disabled by Ronak Doshi · 7 years ago
- 8137a8e vmxnet3: remove unused flag "rxcsum" from struct vmxnet3_adapter by Igor Pylypiv · 7 years ago
- 034f405 vmxnet3: use correct flag to indicate LRO feature by Ronak Doshi · 7 years ago
- 7a4c003 vmxnet3: avoid xmit reset due to a race in vmxnet3 by Ronak Doshi · 7 years ago
- 5e264e2 vmxnet3: remove redundant initialization of pointer 'rq' by Colin Ian King · 7 years ago
- 955bd1d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
- 848b159 vmxnet3: repair memory leak by Neil Horman · 7 years ago
- 7475908 vmxnet3: increase default rx ring sizes by Shrikrishna Khare · 7 years ago
- c7673e4 vmxnet3: avoid format strint overflow warning by Arnd Bergmann · 7 years ago
- 1c4d5f5 vmxnet3: ensure that adapter is in proper state during force_close by Neil Horman · 8 years ago
- 3426bd7 net: vmxnet3: use new api ethtool_{get|set}_link_ksettings by Philippe Reynes · 8 years ago
- 6ad2016 drivers: net: generalize napi_complete_done() by Eric Dumazet · 8 years ago
- bc1f447 net: make ndo_get_stats64 a void function by stephen hemminger · 8 years ago
- 4d5b57e Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma by Linus Torvalds · 8 years ago
- b1226c7 vmxnet3: Move PCI Id to pci_ids.h by Adit Ranadive · 8 years ago
- 27058af Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
- d0c2c99 net: use core MTU range checking in virt drivers by Jarod Wilson · 8 years ago
- fb5c6cf vmxnet3: avoid assumption about invalid dma_pa in vmxnet3_set_mc() by Alexey Khoroshilov · 8 years ago
- 277964e vmxnet3: Wake queue from reset work by Benjamin Poirier · 8 years ago
- 6abdd5f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
- bb40aca vmxnet3: fix non static symbol warning by Wei Yongjun · 8 years ago
- ff2e7d5 vmxnet3: fix tx data ring copy for variable size by Shrikrishna Khare · 8 years ago
- 6af9d78 vmxnet3: update to version 3 by Shrikrishna Khare · 9 years ago
- 4744322 vmxnet3: introduce command to register memory region by Shrikrishna Khare · 9 years ago
- 4edef40e vmxnet3: add support for get_coalesce, set_coalesce ethtool operations by Shrikrishna Khare · 9 years ago
- 50a5ce3 vmxnet3: add receive data ring support by Shrikrishna Khare · 9 years ago
- 3c8b3ef vmxnet3: allow variable length transmit data ring buffer by Shrikrishna Khare · 9 years ago
- f35c748 vmxnet3: introduce generalized command interface to configure the device by Shrikrishna Khare · 9 years ago
- 190af10 vmxnet3: prepare for version 3 changes by Shrikrishna Khare · 9 years ago
- 5021953 vmxnet3: segCnt can be 1 for LRO packets by Shrikrishna Khare · 9 years ago
- f0d4378 Driver: Vmxnet3: set CHECKSUM_UNNECESSARY for IPv6 packets by Shrikrishna Khare · 9 years ago
- efc21d9 vmxnet3: fix lock imbalance in vmxnet3_tq_xmit() by Arnd Bergmann · 9 years ago
- cec0556 vmxnet3: avoid calling pskb_may_pull with interrupts disabled by Neil Horman · 9 years ago
- 14112ca Driver: Vmxnet3: Update Rx ring 2 max size by Shrikrishna Khare · 9 years ago
- 58caf63 Driver: Vmxnet3: Fix regression caused by 5738a09 by Shrikrishna Khare · 9 years ago
- 5738a09 vmxnet3: fix checks for dma mapping errors by Alexey Khoroshilov · 9 years ago
- d37d5ec Driver: Vmxnet3: Fix use of mfTableLen for big endian architectures by Shrikrishna Khare · 9 years ago
- 47ea032 drivers/net: get rid of unnecessary initializations in .get_drvinfo() by Ivan Vecera · 9 years ago
- b6bd9b5 Driver: Vmxnet3: Extend register dump support by Shrikrishna Khare · 9 years ago
- 0769636 vmxnet3: prevent receive getting out of sequence on napi poll by Neil Horman · 9 years ago
- a694717 vmxnet3: Bump up driver version number by Shreyas Bhatewara · 10 years ago
- 45dac1d vmxnet3: Changes for vmxnet3 adapter version 2 (fwd) by Shreyas Bhatewara · 10 years ago
- c41fcce vmxnet3: Fix memory leaks in rx path (fwd) by Shreyas Bhatewara · 10 years ago
- e9ba47b vmxnet3: Register shutdown handler for device (fwd) by Shreyas Bhatewara · 10 years ago
- 7887456 vmxnet3: spelling fixes by stephen hemminger · 10 years ago
- 759c935 Driver: Vmxnet3: Copy TCP header to mapped frame for IPv6 packets by Shrikrishna Khare · 10 years ago
- dd83829 Driver: Vmxnet3: Change the hex constant to its decimal equivalent by Shrikrishna Khare · 10 years ago
- 331b9ab Driver: Vmxnet3: Fix ethtool -S to return correct rx queue stats by Shrikrishna Khare · 10 years ago
- df8a39d net: rename vlan_tx_* helpers since "tx" is misleading there by Jiri Pirko · 10 years ago
- 5ec82c1 Driver: Vmxnet3: Reinitialize vmxnet3 backend on wakeup from hibernate by Shrikrishna Khare · 10 years ago
- 53831aa Driver: Vmxnet3: Make Rx ring 2 size configurable by Shrikrishna Khare · 10 years ago
- 892311f ethtool: Support for configurable RSS hash function by Eyal Perry · 10 years ago
- 6bf79cd vmxnet3: use netdev_rss_key_fill() helper by Eric Dumazet · 10 years ago
- 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
- 94e57fe PCI: Move PCI_VENDOR_ID_VMWARE to pci_ids.h by Francesco Ruggeri · 10 years ago