summaryrefslogtreecommitdiffstats
path: root/drivers/net/hyperv (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'net-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2020-12-171-7/+4
|\
| * use __netdev_notify_peers in hypervLijun Pan2020-12-161-7/+4
* | Merge tag 'hyperv-next-signed-20201214' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2020-12-163-6/+35
|\ \ | |/ |/|
| * hv_netvsc: Validate number of allocated sub-channelsAndrea Parri (Microsoft)2020-11-241-0/+5
| * hv_netvsc: Use vmbus_requestor to generate transaction IDs for VMBus hardeningAndres Beltran2020-11-173-6/+30
* | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2020-12-041-1/+1
|\ \
| * | xsk: Propagate napi_id to XDP socket Rx pathBjörn Töpel2020-12-011-1/+1
| |/
* / net: don't include ethtool.h from netdevice.hJakub Kicinski2020-11-242-0/+2
|/
* Merge tag 'hyperv-next-signed' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-10-143-31/+30
|\
| * hv_netvsc: Use HV_HYP_PAGE_SIZE for Hyper-V communicationBoqun Feng2020-09-283-31/+30
* | hv_netvsc: Add validation for untrusted Hyper-V valuesAndres Beltran2020-09-184-20/+188
* | hv_netvsc: Cache the current data path to avoid duplicate call and messageDexuan Cui2020-09-102-1/+23
* | hv_netvsc: Switch the data path at the right time during hibernationDexuan Cui2020-09-101-10/+1
* | hv_netvsc: Fix hibernation for mlx5 VF driverDexuan Cui2020-09-081-5/+11
* | hv_netvsc: Fix the queue_mapping in netvsc_vf_xmit()Haiyang Zhang2020-08-211-1/+1
* | hv_netvsc: Remove "unlikely" from netvsc_select_queueHaiyang Zhang2020-08-211-1/+1
|/
* hv_netvsc: do not use VF device if link is downStephen Hemminger2020-08-051-3/+4
* bpf, xdp: Remove XDP_QUERY_PROG and XDP_QUERY_PROG_HW XDP commandsAndrii Nakryiko2020-07-261-20/+1
* net: hyperv: dump TX indirection table to ethtool regsChi Song2020-07-251-0/+19
* hv_netvsc: add support for vlans in AF_PACKET modeSriram Krishnan2020-07-232-0/+25
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-06-042-2/+4
|\
| * xsk: Remove MEM_TYPE_ZERO_COPY and corresponding codeBjörn Töpel2020-05-221-1/+0
| * hv_netvsc: Add XDP frame size to driverJesper Dangaard Brouer2020-05-152-1/+2
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-05-071-1/+2
| |\
| * | net: partially revert dynamic lockdep key changesCong Wang2020-05-041-0/+2
* | | Merge tag 'hyperv-next-signed' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-06-041-2/+5
|\ \ \ | |_|/ |/| |
| * | hv_netvsc: Disable NAPI before closing the VMBus channelAndrea Parri (Microsoft)2020-04-231-2/+5
| |/
* / hv_netvsc: Fix netvsc_start_xmit's return typeNathan Chancellor2020-05-021-1/+2
|/
* hv_netvsc: Remove unnecessary round_up for recv_completion_cntHaiyang Zhang2020-03-311-4/+5
* net/ethtool: Introduce link_ksettings API for virtual network devicesCris Forno2020-03-011-26/+15
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-02-282-1/+4
|\
| * hv_netvsc: Fix unwanted wakeup in netvsc_attach()Haiyang Zhang2020-02-242-1/+4
* | hv_netvsc: use new helper tcp_v6_gso_csum_prepHeiner Kallweit2020-02-191-4/+1
|/
* hv_netvsc: Fix XDP refcnt for synthetic and VF NICsHaiyang Zhang2020-02-072-3/+15
* hv_netvsc: Add XDP supportHaiyang Zhang2020-01-256-39/+409
* hv_netvsc: Fix memory leak when removing rndis deviceMohammed Gamal2020-01-151-2/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2019-12-223-9/+14
|\
| * hv_netvsc: Fix unwanted rx_table resetHaiyang Zhang2019-12-213-6/+11
| * hv_netvsc: Fix tx_table init in rndis_set_subchannel()Haiyang Zhang2019-12-141-3/+3
* | treewide: Use sizeof_field() macroPankaj Bharadiya2019-12-091-1/+1
|/
* Merge tag 'hyperv-next-signed' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-11-302-0/+60
|\
| * hv_netvsc: Add the support of hibernationDexuan Cui2019-11-222-0/+60
* | hv_netvsc: make recording RSS hash depend on feature flagStephen Hemminger2019-11-243-2/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2019-11-232-9/+32
|\ \
| * | hv_netvsc: Fix send_table offset in case of a host bugHaiyang Zhang2019-11-221-2/+14
| * | hv_netvsc: Fix offset usage in netvsc_send_table()Haiyang Zhang2019-11-222-9/+20
| |/
* | hv_netvsc: record hardware hash in skbStephen Hemminger2019-11-053-1/+12
* | hv_netvsc: flag software created hash valueStephen Hemminger2019-11-051-4/+3
|/
* hv_netvsc: Fix error handling in netvsc_attach()Haiyang Zhang2019-10-311-1/+8
* hv_netvsc: Fix error handling in netvsc_set_features()Haiyang Zhang2019-10-311-1/+3