summaryrefslogtreecommitdiff
path: root/drivers/net/vmxnet3
AgeCommit message (Expand)Author
2016-10-15vmxnet3: avoid assumption about invalid dma_pa in vmxnet3_set_mc()Alexey Khoroshilov
2016-10-04vmxnet3: Wake queue from reset workBenjamin Poirier
2016-08-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-08-25vmxnet3: fix non static symbol warningWei Yongjun
2016-08-19vmxnet3: fix tx data ring copy for variable sizeShrikrishna Khare
2016-06-16vmxnet3: update to version 3Shrikrishna Khare
2016-06-16vmxnet3: introduce command to register memory regionShrikrishna Khare
2016-06-16vmxnet3: add support for get_coalesce, set_coalesce ethtool operationsShrikrishna Khare
2016-06-16vmxnet3: add receive data ring supportShrikrishna Khare
2016-06-16vmxnet3: allow variable length transmit data ring bufferShrikrishna Khare
2016-06-16vmxnet3: introduce generalized command interface to configure the deviceShrikrishna Khare
2016-06-16vmxnet3: prepare for version 3 changesShrikrishna Khare
2016-06-10vmxnet3: segCnt can be 1 for LRO packetsShrikrishna Khare
2016-04-21Driver: Vmxnet3: set CHECKSUM_UNNECESSARY for IPv6 packetsShrikrishna Khare
2016-03-14vmxnet3: fix lock imbalance in vmxnet3_tq_xmit()Arnd Bergmann
2016-03-07vmxnet3: avoid calling pskb_may_pull with interrupts disabledNeil Horman
2016-02-21Driver: Vmxnet3: Update Rx ring 2 max sizeShrikrishna Khare
2016-01-06Driver: Vmxnet3: Fix regression caused by 5738a09Shrikrishna Khare
2015-12-01vmxnet3: fix checks for dma mapping errorsAlexey Khoroshilov
2015-11-16Driver: Vmxnet3: Fix use of mfTableLen for big endian architecturesShrikrishna Khare
2015-10-16drivers/net: get rid of unnecessary initializations in .get_drvinfo()Ivan Vecera
2015-09-23Driver: Vmxnet3: Extend register dump supportShrikrishna Khare
2015-07-08vmxnet3: prevent receive getting out of sequence on napi pollNeil Horman
2015-06-29vmxnet3: Bump up driver version numberShreyas Bhatewara
2015-06-23vmxnet3: Changes for vmxnet3 adapter version 2 (fwd)Shreyas Bhatewara
2015-06-23vmxnet3: Fix memory leaks in rx path (fwd)Shreyas Bhatewara
2015-06-23vmxnet3: Register shutdown handler for device (fwd)Shreyas Bhatewara
2015-04-01vmxnet3: spelling fixesstephen hemminger
2015-03-01Driver: Vmxnet3: Copy TCP header to mapped frame for IPv6 packetsShrikrishna Khare
2015-02-08Driver: Vmxnet3: Change the hex constant to its decimal equivalentShrikrishna Khare
2015-01-16Driver: Vmxnet3: Fix ethtool -S to return correct rx queue statsShrikrishna Khare
2015-01-13net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko
2015-01-12Driver: Vmxnet3: Reinitialize vmxnet3 backend on wakeup from hibernateShrikrishna Khare
2015-01-06Driver: Vmxnet3: Make Rx ring 2 size configurableShrikrishna Khare
2014-12-08ethtool: Support for configurable RSS hash functionEyal Perry
2014-11-16vmxnet3: use netdev_rss_key_fill() helperEric Dumazet
2014-10-09Merge tag 'pci-v3.18-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2014-09-24PCI: Move PCI_VENDOR_ID_VMWARE to pci_ids.hFrancesco Ruggeri
2014-09-05VMXNET3: Check for map error in vmxnet3_set_mcAndy King
2014-08-12PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine
2014-08-06vmxnet3: fix decimal printf format specifiers prefixed with 0xHans Wennborg
2014-06-16vmxnet3: adjust ring sizes when interface is downNeil Horman
2014-06-06net: use SPEED_UNKNOWN and DUPLEX_UNKNOWN when appropriateJiri Pirko
2014-06-03ethtool: Replace ethtool_ops::{get,set}_rxfh_indir() with {get,set}_rxfh()Ben Hutchings
2014-05-13net: get rid of SET_ETHTOOL_OPSWilfried Klaebe
2014-03-24vmxnet3: Call dev_kfree_skb_any instead of dev_kfree_skb.Eric W. Biederman
2014-03-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-03-13vmxnet3: fix building without CONFIG_PCI_MSIArnd Bergmann
2014-03-11vmxnet3: fix netpoll race conditionNeil Horman
2014-02-18vmxnet3: Use pci_enable_msix_range() instead of pci_enable_msix()Alexander Gordeev