aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/vmxnet3/vmxnet3_drv.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-02-19vmxnet3: use new helper tcp_v6_gso_csum_prepHeiner Kallweit1-4/+1
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin1-1/+1
2019-07-30net: Use skb_frag_off accessorsJonathan Lemon1-1/+1
2019-07-22net: Use skb accessors in network driversMatthew Wilcox (Oracle)1-4/+3
2019-07-15vmxnet3: Remove call to memset after dma_alloc_coherentFuqian Huang1-1/+0
2019-06-04vmxnet3: turn off lro when rxcsum is disabledRonak Doshi1-0/+1
2019-06-02net: ipv4: provide __rcu annotation for ifa_listFlorian Westphal1-6/+13
2019-01-08cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain1-4/+4
2018-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-25/+47
2018-05-17vmxnet3: Replace msleep(1) with usleep_range()YueHaibing1-3/+3
2018-05-14vmxnet3: use DMA memory barriers where requiredhpreg@vmware.com1-0/+22
2018-05-14vmxnet3: set the DMA mask before the first DMA map operationhpreg@vmware.com1-25/+25
2018-04-19vmxnet3: fix incorrect dereference when rxvlan is disabledRonak Doshi1-4/+13
2018-03-17vmxnet3: use correct flag to indicate LRO featureRonak Doshi1-1/+2
2018-03-17vmxnet3: avoid xmit reset due to a race in vmxnet3Ronak Doshi1-5/+8
2018-02-01vmxnet3: remove redundant initialization of pointer 'rq'Colin Ian King1-4/+2
2018-01-23vmxnet3: repair memory leakNeil Horman1-1/+1
2017-05-12vmxnet3: ensure that adapter is in proper state during force_closeNeil Horman1-0/+5
2017-01-30drivers: net: generalize napi_complete_done()Eric Dumazet1-2/+2
2016-10-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-7/+10
2016-10-20net: use core MTU range checking in virt driversJarod Wilson1-3/+4
2016-10-15vmxnet3: avoid assumption about invalid dma_pa in vmxnet3_set_mc()Alexey Khoroshilov1-7/+10
2016-10-04vmxnet3: Wake queue from reset workBenjamin Poirier1-1/+1
2016-08-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+3
2016-08-25vmxnet3: fix non static symbol warningWei Yongjun1-1/+1
2016-08-19vmxnet3: fix tx data ring copy for variable sizeShrikrishna Khare1-1/+3
2016-06-16vmxnet3: update to version 3Shrikrishna Khare1-1/+6
2016-06-16vmxnet3: add support for get_coalesce, set_coalesce ethtool operationsShrikrishna Khare1-0/+54
2016-06-16vmxnet3: add receive data ring supportShrikrishna Khare1-31/+122
2016-06-16vmxnet3: allow variable length transmit data ring bufferShrikrishna Khare1-13/+42
2016-06-16vmxnet3: prepare for version 3 changesShrikrishna Khare1-9/+13
2016-06-10vmxnet3: segCnt can be 1 for LRO packetsShrikrishna Khare1-1/+1
2016-04-21Driver: Vmxnet3: set CHECKSUM_UNNECESSARY for IPv6 packetsShrikrishna Khare1-4/+8
2016-03-14vmxnet3: fix lock imbalance in vmxnet3_tq_xmit()Arnd Bergmann1-4/+4
2016-03-07vmxnet3: avoid calling pskb_may_pull with interrupts disabledNeil Horman1-27/+46
2016-01-06Driver: Vmxnet3: Fix regression caused by 5738a09Shrikrishna Khare1-4/+4
2015-12-01vmxnet3: fix checks for dma mapping errorsAlexey Khoroshilov1-11/+60
2015-11-16Driver: Vmxnet3: Fix use of mfTableLen for big endian architecturesShrikrishna Khare1-3/+4
2015-07-08vmxnet3: prevent receive getting out of sequence on napi pollNeil Horman1-4/+4
2015-06-23vmxnet3: Changes for vmxnet3 adapter version 2 (fwd)Shreyas Bhatewara1-3/+95
2015-06-23vmxnet3: Fix memory leaks in rx path (fwd)Shreyas Bhatewara1-18/+21
2015-06-23vmxnet3: Register shutdown handler for device (fwd)Shreyas Bhatewara1-0/+27
2015-03-01Driver: Vmxnet3: Copy TCP header to mapped frame for IPv6 packetsShrikrishna Khare1-9/+20
2015-01-13net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko1-2/+2
2015-01-12Driver: Vmxnet3: Reinitialize vmxnet3 backend on wakeup from hibernateShrikrishna Khare1-19/+25
2015-01-06Driver: Vmxnet3: Make Rx ring 2 size configurableShrikrishna Khare1-1/+5
2014-11-16vmxnet3: use netdev_rss_key_fill() helperEric Dumazet1-8/+1
2014-09-05VMXNET3: Check for map error in vmxnet3_set_mcAndy King1-7/+8
2014-08-12PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine1-1/+1
2014-08-06vmxnet3: fix decimal printf format specifiers prefixed with 0xHans Wennborg1-1/+1