Age | Commit message (Expand) | Author |
2016-04-21 | Driver: Vmxnet3: set CHECKSUM_UNNECESSARY for IPv6 packets | Shrikrishna Khare |
2016-03-14 | vmxnet3: fix lock imbalance in vmxnet3_tq_xmit() | Arnd Bergmann |
2016-03-07 | vmxnet3: avoid calling pskb_may_pull with interrupts disabled | Neil Horman |
2016-02-21 | Driver: Vmxnet3: Update Rx ring 2 max size | Shrikrishna Khare |
2016-01-06 | Driver: Vmxnet3: Fix regression caused by 5738a09 | Shrikrishna Khare |
2015-12-01 | vmxnet3: fix checks for dma mapping errors | Alexey Khoroshilov |
2015-11-16 | Driver: Vmxnet3: Fix use of mfTableLen for big endian architectures | Shrikrishna Khare |
2015-10-16 | drivers/net: get rid of unnecessary initializations in .get_drvinfo() | Ivan Vecera |
2015-09-23 | Driver: Vmxnet3: Extend register dump support | Shrikrishna Khare |
2015-07-08 | vmxnet3: prevent receive getting out of sequence on napi poll | Neil Horman |
2015-06-29 | vmxnet3: Bump up driver version number | Shreyas Bhatewara |
2015-06-23 | vmxnet3: Changes for vmxnet3 adapter version 2 (fwd) | Shreyas Bhatewara |
2015-06-23 | vmxnet3: Fix memory leaks in rx path (fwd) | Shreyas Bhatewara |
2015-06-23 | vmxnet3: Register shutdown handler for device (fwd) | Shreyas Bhatewara |
2015-04-01 | vmxnet3: spelling fixes | stephen hemminger |
2015-03-01 | Driver: Vmxnet3: Copy TCP header to mapped frame for IPv6 packets | Shrikrishna Khare |
2015-02-08 | Driver: Vmxnet3: Change the hex constant to its decimal equivalent | Shrikrishna Khare |
2015-01-16 | Driver: Vmxnet3: Fix ethtool -S to return correct rx queue stats | Shrikrishna Khare |
2015-01-13 | net: rename vlan_tx_* helpers since "tx" is misleading there | Jiri Pirko |
2015-01-12 | Driver: Vmxnet3: Reinitialize vmxnet3 backend on wakeup from hibernate | Shrikrishna Khare |
2015-01-06 | Driver: Vmxnet3: Make Rx ring 2 size configurable | Shrikrishna Khare |
2014-12-08 | ethtool: Support for configurable RSS hash function | Eyal Perry |
2014-11-16 | vmxnet3: use netdev_rss_key_fill() helper | Eric Dumazet |
2014-10-09 | Merge tag 'pci-v3.18-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds |
2014-09-24 | PCI: Move PCI_VENDOR_ID_VMWARE to pci_ids.h | Francesco Ruggeri |
2014-09-05 | VMXNET3: Check for map error in vmxnet3_set_mc | Andy King |
2014-08-12 | PCI: Remove DEFINE_PCI_DEVICE_TABLE macro use | Benoit Taine |
2014-08-06 | vmxnet3: fix decimal printf format specifiers prefixed with 0x | Hans Wennborg |
2014-06-16 | vmxnet3: adjust ring sizes when interface is down | Neil Horman |
2014-06-06 | net: use SPEED_UNKNOWN and DUPLEX_UNKNOWN when appropriate | Jiri Pirko |
2014-06-03 | ethtool: Replace ethtool_ops::{get,set}_rxfh_indir() with {get,set}_rxfh() | Ben Hutchings |
2014-05-13 | net: get rid of SET_ETHTOOL_OPS | Wilfried Klaebe |
2014-03-24 | vmxnet3: Call dev_kfree_skb_any instead of dev_kfree_skb. | Eric W. Biederman |
2014-03-14 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2014-03-13 | vmxnet3: fix building without CONFIG_PCI_MSI | Arnd Bergmann |
2014-03-11 | vmxnet3: fix netpoll race condition | Neil Horman |
2014-02-18 | vmxnet3: Use pci_enable_msix_range() instead of pci_enable_msix() | Alexander Gordeev |
2014-02-18 | vmxnet3: Fix MSI-X/MSI enablement code | Alexander Gordeev |
2014-01-16 | drivers/net: delete non-required instances of include <linux/init.h> | Paul Gortmaker |
2013-12-26 | vmxnet3: use initialized skb pointer to set hash | Michal Schmidt |
2013-12-18 | net: vmxnet3 calls skb_set_hash | Tom Herbert |
2013-12-10 | net: vmxnet3: remove unnecessary pci_set_drvdata() | Jingoo Han |
2013-09-24 | vmxnet3: Remove extern from function prototypes | Joe Perches |
2013-08-27 | VMXNET3: Add support for virtual IOMMU | Andy King |
2013-04-19 | net: vlan: add protocol argument to packet tagging functions | Patrick McHardy |
2013-04-19 | net: vlan: prepare for 802.1ad VLAN filtering offload | Patrick McHardy |
2013-04-19 | net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_* | Patrick McHardy |
2013-03-07 | vmxnet3: prevent div-by-zero panic when ring resizing uninitialized dev | Bhavesh Davda |
2013-02-24 | vmxnet3: fix ethtool ring buffer size setting | Neil Horman |
2013-02-24 | vmxnet3: make local function static | stephen hemminger |