aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/vmxnet3/vmxnet3_drv.c
AgeCommit message (Expand)Author
2023-01-14vmxnet3: correctly report csum_level for encapsulated packetRonak Doshi
2022-12-14vmxnet3: correctly report encapsulated LRO packetRonak Doshi
2022-05-25net: vmxnet3: fix possible NULL pointer dereference in vmxnet3_rq_cleanup()Zixuan Fu
2022-05-25net: vmxnet3: fix possible use-after-free bugs in vmxnet3_rq_alloc_rx_buf()Zixuan Fu
2021-11-18vmxnet3: do not stop tx queues after netif_device_detach()Dongli Zhang
2020-09-25vmxnet3: fix cksum offload issues for non-udp tunnelsRonak Doshi
2020-08-10vmxnet3: use correct tcp hdr length when packet is encapsulatedRonak Doshi
2020-05-29vmxnet3: use correct hdr reference when packet is encapsulatedRonak Doshi
2020-05-28vmxnet3: update to version 4Ronak Doshi
2020-05-28vmxnet3: add geneve and vxlan tunnel offload supportRonak Doshi
2020-05-28vmxnet3: add support to get/set rx flow hashRonak Doshi
2020-05-28vmxnet3: prepare for version 4 changesRonak Doshi
2020-02-19vmxnet3: use new helper tcp_v6_gso_csum_prepHeiner Kallweit
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin
2019-07-30net: Use skb_frag_off accessorsJonathan Lemon
2019-07-22net: Use skb accessors in network driversMatthew Wilcox (Oracle)
2019-07-15vmxnet3: Remove call to memset after dma_alloc_coherentFuqian Huang
2019-06-04vmxnet3: turn off lro when rxcsum is disabledRonak Doshi
2019-06-02net: ipv4: provide __rcu annotation for ifa_listFlorian Westphal
2019-01-08cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain
2018-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-05-17vmxnet3: Replace msleep(1) with usleep_range()YueHaibing
2018-05-14vmxnet3: use DMA memory barriers where requiredhpreg@vmware.com
2018-05-14vmxnet3: set the DMA mask before the first DMA map operationhpreg@vmware.com
2018-04-19vmxnet3: fix incorrect dereference when rxvlan is disabledRonak Doshi
2018-03-17vmxnet3: use correct flag to indicate LRO featureRonak Doshi
2018-03-17vmxnet3: avoid xmit reset due to a race in vmxnet3Ronak Doshi
2018-02-01vmxnet3: remove redundant initialization of pointer 'rq'Colin Ian King
2018-01-23vmxnet3: repair memory leakNeil Horman
2017-05-12vmxnet3: ensure that adapter is in proper state during force_closeNeil Horman
2017-01-30drivers: net: generalize napi_complete_done()Eric Dumazet
2016-10-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-10-20net: use core MTU range checking in virt driversJarod Wilson
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: 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: 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-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