Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-01-10vmxnet3: Remove useless DMA-32 fallback configurationChristophe JAILLET
2021-12-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-12-09vmxnet3: fix minimum vectors alloc issueRonak Doshi
2021-11-22ethtool: extend ringparam setting/getting API with rx_buf_lenHao Chen
2021-11-02net: vmxnet3: remove multiple false checks in vmxnet3_ethtool.cJean Sacren
2021-10-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-10-28vmxnet3: do not stop tx queues after netif_device_detach()Dongli Zhang
2021-10-24net: drivers: get ready for const netdev->dev_addrJakub Kicinski
2021-10-09net: use dev_addr_set()Jakub Kicinski
2021-08-24ethtool: extend coalesce setting uAPI with CQE modeYufeng Mo
2021-08-23vmxnet3: switch from 'pci_' to 'dma_' APIChristophe JAILLET
2021-07-17vmxnet3: update to version 6Ronak Doshi
2021-07-17vmxnet3: increase maximum configurable mtu to 9190Ronak Doshi
2021-07-17vmxnet3: set correct hash type based on rss informationRonak Doshi
2021-07-17vmxnet3: add support for ESP IPv6 RSSRonak Doshi
2021-07-17vmxnet3: remove power of 2 limitation on the queuesRonak Doshi
2021-07-17vmxnet3: add support for 32 Tx/Rx queuesRonak Doshi
2021-07-17vmxnet3: prepare for version 6 changesRonak Doshi
2021-07-02vmxnet3: fix cksum offload issues for tunnels with non-default udp portsRonak Doshi
2021-03-17vmxnet3: Update driver to use ethtool_sprintfAlexander Duyck
2021-01-30vmxnet3: Remove buf_info from device accessible structuresRonak Doshi
2020-09-26vmxnet3: fix cksum offload issues for non-udp tunnelsRonak Doshi
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-08-10vmxnet3: use correct tcp hdr length when packet is encapsulatedRonak Doshi
2020-06-03vmxnet3: allow rx flow hash ops only when rss is enabledRonak Doshi
2020-06-01net: vmxnet3: fix possible buffer overflow caused by bad DMA value in vmxnet3...Jia-Ju Bai
2020-05-29vmxnet3: use correct hdr reference when packet is encapsulatedRonak Doshi
2020-05-29vmxnet3: update to version 4Ronak Doshi
2020-05-29vmxnet3: add geneve and vxlan tunnel offload supportRonak Doshi
2020-05-29vmxnet3: add support to get/set rx flow hashRonak Doshi
2020-05-29vmxnet3: prepare for version 4 changesRonak Doshi
2020-03-07vmxnet3: let core reject the unsupported coalescing parametersJakub Kicinski
2020-02-19vmxnet3: use new helper tcp_v6_gso_csum_prepHeiner Kallweit
2020-01-09vmxnet3: Remove always false conditional statementyuehaibing
2019-12-13netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin
2019-07-31net: Use skb_frag_off accessorsJonathan Lemon
2019-07-23net: Use skb accessors in network driversMatthew Wilcox (Oracle)
2019-07-15vmxnet3: Remove call to memset after dma_alloc_coherentFuqian Huang
2019-06-05vmxnet3: turn off lro when rxcsum is disabledRonak Doshi
2019-06-03net: 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-15vmxnet3: use DMA memory barriers where requiredhpreg@vmware.com
2018-05-15vmxnet3: 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-20vmxnet3: remove unused flag "rxcsum" from struct vmxnet3_adapterIgor Pylypiv
2018-03-18vmxnet3: use correct flag to indicate LRO featureRonak Doshi
2018-03-18vmxnet3: avoid xmit reset due to a race in vmxnet3Ronak Doshi
2018-02-01vmxnet3: remove redundant initialization of pointer 'rq'Colin Ian King