summaryrefslogtreecommitdiffstats
path: root/drivers/net/hyperv
AgeCommit message (Expand)AuthorLines
2021-01-18hv_netvsc: Add (more) validation for untrusted Hyper-V valuesAndrea Parri (Microsoft)-62/+136
2021-01-15Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski-6/+2
2021-01-12hv_netvsc: Process NETDEV_GOING_DOWN on VF hot removeLong Li-3/+7
2021-01-12hv_netvsc: Wait for completion on request SWITCH_DATA_PATHLong Li-4/+34
2021-01-12hv_netvsc: Check VF datapath when sending traffic to VFLong Li-1/+2
2021-01-08net, xdp: Introduce xdp_prepare_buff utility routineLorenzo Bianconi-4/+1
2021-01-08net, xdp: Introduce xdp_init_buff utility routineLorenzo Bianconi-2/+1
2020-12-17Merge tag 'net-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-7/+4
2020-12-16Merge tag 'hyperv-next-signed-20201214' of git://git.kernel.org/pub/scm/linux...Linus Torvalds-6/+35
2020-12-16use __netdev_notify_peers in hypervLijun Pan-7/+4
2020-12-04Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski-1/+1
2020-12-01xsk: Propagate napi_id to XDP socket Rx pathBjörn Töpel-1/+1
2020-11-24hv_netvsc: Validate number of allocated sub-channelsAndrea Parri (Microsoft)-0/+5
2020-11-23net: don't include ethtool.h from netdevice.hJakub Kicinski-0/+2
2020-11-17hv_netvsc: Use vmbus_requestor to generate transaction IDs for VMBus hardeningAndres Beltran-6/+30
2020-10-14Merge tag 'hyperv-next-signed' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-31/+30
2020-09-28hv_netvsc: Use HV_HYP_PAGE_SIZE for Hyper-V communicationBoqun Feng-31/+30
2020-09-17hv_netvsc: Add validation for untrusted Hyper-V valuesAndres Beltran-20/+188
2020-09-10hv_netvsc: Cache the current data path to avoid duplicate call and messageDexuan Cui-1/+23
2020-09-10hv_netvsc: Switch the data path at the right time during hibernationDexuan Cui-10/+1
2020-09-07hv_netvsc: Fix hibernation for mlx5 VF driverDexuan Cui-5/+11
2020-08-20hv_netvsc: Fix the queue_mapping in netvsc_vf_xmit()Haiyang Zhang-1/+1
2020-08-20hv_netvsc: Remove "unlikely" from netvsc_select_queueHaiyang Zhang-1/+1
2020-08-04hv_netvsc: do not use VF device if link is downStephen Hemminger-3/+4
2020-07-25bpf, xdp: Remove XDP_QUERY_PROG and XDP_QUERY_PROG_HW XDP commandsAndrii Nakryiko-20/+1
2020-07-24net: hyperv: dump TX indirection table to ethtool regsChi Song-0/+19
2020-07-22hv_netvsc: add support for vlans in AF_PACKET modeSriram Krishnan-0/+25
2020-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds-2/+4
2020-06-03Merge tag 'hyperv-next-signed' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-2/+5
2020-05-21xsk: Remove MEM_TYPE_ZERO_COPY and corresponding codeBjörn Töpel-1/+0
2020-05-14hv_netvsc: Add XDP frame size to driverJesper Dangaard Brouer-1/+2
2020-05-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-1/+2
2020-05-04net: partially revert dynamic lockdep key changesCong Wang-0/+2
2020-05-01hv_netvsc: Fix netvsc_start_xmit's return typeNathan Chancellor-1/+2
2020-04-23hv_netvsc: Disable NAPI before closing the VMBus channelAndrea Parri (Microsoft)-2/+5
2020-03-30hv_netvsc: Remove unnecessary round_up for recv_completion_cntHaiyang Zhang-4/+5
2020-02-29net/ethtool: Introduce link_ksettings API for virtual network devicesCris Forno-26/+15
2020-02-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-1/+4
2020-02-23hv_netvsc: Fix unwanted wakeup in netvsc_attach()Haiyang Zhang-1/+4
2020-02-19hv_netvsc: use new helper tcp_v6_gso_csum_prepHeiner Kallweit-4/+1
2020-02-07hv_netvsc: Fix XDP refcnt for synthetic and VF NICsHaiyang Zhang-3/+15
2020-01-25hv_netvsc: Add XDP supportHaiyang Zhang-39/+409
2020-01-15hv_netvsc: Fix memory leak when removing rndis deviceMohammed Gamal-2/+0
2019-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds-9/+14
2019-12-20hv_netvsc: Fix unwanted rx_table resetHaiyang Zhang-6/+11
2019-12-14hv_netvsc: Fix tx_table init in rndis_set_subchannel()Haiyang Zhang-3/+3
2019-12-09treewide: Use sizeof_field() macroPankaj Bharadiya-1/+1
2019-11-30Merge tag 'hyperv-next-signed' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-0/+60
2019-11-23hv_netvsc: make recording RSS hash depend on feature flagStephen Hemminger-2/+4
2019-11-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-9/+32