summaryrefslogtreecommitdiffstats
path: root/drivers/net/vmxnet3
AgeCommit message (Expand)AuthorLines
2025-11-19net: vmxnet3: convert to use .get_rx_ring_countBreno Leitao-15/+3
2025-06-12net: drv: vmxnet3: migrate to new RXFH callbacksJakub Kicinski-49/+25
2025-06-03vmxnet3: correctly report gso type for UDP tunnelsRonak Doshi-0/+26
2025-05-26Merge tag 'x86-core-2025-05-25' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-0/+4
2025-05-16vmxnet3: update MTU after device quiesceRonak Doshi-2/+3
2025-05-06Merge tag 'v6.15-rc5' into x86/msr, to pick up fixes and to resolve conflictsIngo Molnar-1/+1
2025-05-02x86/msr: Add explicit includes of <asm/msr.h>Xin Li (Intel)-0/+4
2025-04-25vmxnet3: Fix malformed packet sizing in vmxnet3_process_xdpDaniel Borkmann-1/+1
2025-03-25vmxnet3: unregister xdp rxq info in the reset pathSankararaman Jayaraman-5/+5
2025-02-01vmxnet3: Fix tx queue race condition with XDPSankararaman Jayaraman-2/+12
2024-10-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni-1/+1
2024-10-17vmxnet3: Fix packet corruption in vmxnet3_xdp_xmit_frameDaniel Borkmann-1/+1
2024-10-07vmxnet3: support higher link speeds from vmxnet3 v9Ronak Doshi-0/+8
2024-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-1/+1
2024-06-05vmxnet3: update to version 9Ronak Doshi-39/+11
2024-06-05vmxnet3: add command to allow disabling of offloadsRonak Doshi-0/+24
2024-06-05vmxnet3: add latency measurement support in vmxnet3Ronak Doshi-5/+220
2024-06-05vmxnet3: prepare for version 9 changesRonak Doshi-5/+11
2024-06-03vmxnet3: disable rx data ring on dma allocation failureMatthias Stocker-1/+1
2024-05-07net: annotate writes on dev->mtu from ndo_change_mtu()Eric Dumazet-1/+1
2024-03-14vmxnet3: Fix missing reserved tailroomWilliam Tu-3/+3
2023-12-13net: ethtool: pass a pointer to parameters to get/set_rxfh ethtool opsAhmed Zaki-11/+11
2023-12-08net: Convert some ethtool_sprintf() to ethtool_puts()justinstitt@google.com-5/+5
2023-08-14vmxnet3: Add XDP support.William Tu-42/+728
2023-05-13net: introduce and use skb_frag_fill_page_desc()Yunsheng Lin-3/+1
2023-04-19net: vmxnet3: Fix NULL pointer dereference in vmxnet3_rq_rx_complete()Seiji Nishikawa-1/+1
2023-03-24vmxnet3: use gro callback when UPT is enabledRonak Doshi-1/+3
2023-02-09vmxnet3: move rss code block under eop descriptorRonak Doshi-25/+25
2022-12-21vmxnet3: correctly report csum_level for encapsulated packetRonak Doshi-0/+8
2022-12-02vmxnet3: use correct intrConf reference when using extended queuesRonak Doshi-2/+14
2022-12-02vmxnet3: correctly report encapsulated LRO packetRonak Doshi-2/+9
2022-09-28net: drop the weight argument from netif_napi_addJakub Kicinski-2/+2
2022-08-31net: move from strlcpy with unused retval to strscpyWolfram Sang-3/+3
2022-07-29vmxnet3: do not reschedule napi for rx processingRonak Doshi-9/+0
2022-07-20vmxnet3: Implement ethtool's get_channels commandAndrey Turkin-0/+29
2022-07-18vmxnet3: Record queue number to incoming packetsAndrey Turkin-0/+1
2022-06-20vmxnet3: disable overlay offloads if UPT device does not supportRonak Doshi-1/+14
2022-06-09vmxnet3: update to version 7Ronak Doshi-3/+8
2022-06-09vmxnet3: use ext1 field to indicate encapsulated packetRonak Doshi-9/+23
2022-06-09vmxnet3: limit number of TXDs used for TSO packetRonak Doshi-0/+19
2022-06-09vmxnet3: add command to set ring buffer sizesRonak Doshi-13/+65
2022-06-09vmxnet3: add support for out of order rx completionRonak Doshi-12/+63
2022-06-09vmxnet3: add support for large passthrough BAR registerRonak Doshi-10/+38
2022-06-09vmxnet3: add support for capability registersRonak Doshi-6/+233
2022-06-09vmxnet3: prepare for version 7 changesRonak Doshi-6/+9
2022-05-17net: vmxnet3: fix possible NULL pointer dereference in vmxnet3_rq_cleanup()Zixuan Fu-0/+4
2022-05-17net: vmxnet3: fix possible use-after-free bugs in vmxnet3_rq_alloc_rx_buf()Zixuan Fu-0/+2
2022-01-09vmxnet3: Remove useless DMA-32 fallback configurationChristophe JAILLET-15/+7
2021-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-6/+7
2021-12-08vmxnet3: fix minimum vectors alloc issueRonak Doshi-6/+7