Age | Commit message (Expand) | Author | Files | Lines |
2017-05-05 | Merge tag 'char-misc-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -8/+23 |
2017-04-06 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -3/+7 |
2017-03-27 | Merge 4.11-rc4 into char-misc-next | Greg Kroah-Hartman | 1 | -3/+7 |
2017-03-17 | vmbus: expose debug info for drivers | Stephen Hemminger | 1 | -0/+17 |
2017-03-17 | vmbus: cleanup header file style | Stephen Hemminger | 1 | -6/+6 |
2017-03-17 | vmbus: remove useless return's | Stephen Hemminger | 1 | -2/+0 |
2017-03-16 | vmbus: remove hv_event_tasklet_disable/enable | Dexuan Cui | 1 | -3/+0 |
2017-03-16 | vmbus: use rcu for per-cpu channel list | Stephen Hemminger | 1 | -0/+7 |
2017-03-07 | vmbus: introduce in-place packet iterator | stephen hemminger | 1 | -66/+30 |
2017-02-14 | vmbus: constify parameters where possible | Stephen Hemminger | 1 | -6/+6 |
2017-02-14 | vmbus: expose hv_begin/end_read | Stephen Hemminger | 1 | -0/+30 |
2017-02-14 | vmbus: remove conditional locking of vmbus_write | Stephen Hemminger | 1 | -15/+0 |
2017-02-14 | vmbus: add direct isr callback mode | Stephen Hemminger | 1 | -14/+17 |
2017-02-14 | vmbus: change to per channel tasklet | Stephen Hemminger | 1 | -1/+2 |
2017-02-14 | vmbus: callback is in softirq not workqueue | Stephen Hemminger | 1 | -4/+1 |
2017-02-10 | vmbus: remove unused kickq argument to sendpacket | Stephen Hemminger | 1 | -4/+2 |
2017-02-10 | vmbus: remove no longer used signal_policy | Stephen Hemminger | 1 | -18/+0 |
2017-02-06 | Merge 4.10-rc7 into char-misc-next | Greg Kroah-Hartman | 1 | -2/+30 |
2017-01-31 | Drivers: hv: vmbus: Use all supported IC versions to negotiate | Alex Ng | 1 | -3/+4 |
2017-01-31 | Drivers: hv: vmbus: finally fix hv_need_to_signal_on_read() | Dexuan Cui | 1 | -2/+30 |
2017-01-10 | Drivers: hv: vmbus: Fix a rescind handling bug | K. Y. Srinivasan | 1 | -0/+1 |
2016-12-06 | vmbus: add support for dynamic device id's | Stephen Hemminger | 1 | -0/+6 |
2016-12-06 | hyperv: Fix spelling of HV_UNKOWN | Haiyang Zhang | 1 | -1/+1 |
2016-11-14 | Merge 4.9-rc5 into char-misc-next | Greg Kroah-Hartman | 1 | -7/+0 |
2016-11-07 | Drivers: hv: vmbus: On the read path cleanup the logic to interrupt the host | K. Y. Srinivasan | 1 | -6/+6 |
2016-11-07 | Drivers: hv: vmbus: On write cleanup the logic to interrupt the host | K. Y. Srinivasan | 1 | -0/+1 |
2016-11-07 | Drivers: hv: ring_buffer: count on wrap around mappings in get_next_pkt_raw()... | Vitaly Kuznetsov | 1 | -21/+11 |
2016-10-29 | Revert "hv_netvsc: report vmbus name in ethtool" | Stephen Hemminger | 1 | -7/+0 |
2016-10-05 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 1 | -0/+7 |
2016-09-27 | Drivers: hv: get rid of id in struct vmbus_channel | Vitaly Kuznetsov | 1 | -3/+0 |
2016-09-11 | Revert "hv_netvsc: make inline functions static" | Stephen Hemminger | 1 | -0/+84 |
2016-09-08 | Drivers: hv: utils: Support TimeSync version 4.0 protocol samples. | Alex Ng | 1 | -0/+9 |
2016-09-07 | Drivers: hv: vmbus: suppress some "hv_vmbus: Unknown GUID" warnings | Dexuan Cui | 1 | -0/+21 |
2016-09-07 | Revert "Drivers: hv: ring_buffer: count on wrap around mappings in get_next_p... | K. Y. Srinivasan | 1 | -11/+21 |
2016-09-02 | Drivers: hv: Introduce a policy for controlling channel affinity | K. Y. Srinivasan | 1 | -0/+23 |
2016-09-02 | Drivers: hv: ring_buffer: count on wrap around mappings in get_next_pkt_raw() | Vitaly Kuznetsov | 1 | -21/+11 |
2016-08-31 | Drivers: hv: vmbus: Implement a mechanism to tag the channel for low latency | K. Y. Srinivasan | 1 | -0/+35 |
2016-08-31 | Drivers: hv: vmbus: fix the race when querying & updating the percpu list | Dexuan Cui | 1 | -0/+3 |
2016-08-23 | hv_netvsc: report vmbus name in ethtool | Stephen Hemminger | 1 | -0/+7 |
2016-08-23 | hv_netvsc: make inline functions static | Stephen Hemminger | 1 | -84/+0 |
2016-05-01 | drivers:hv: Make a function to free mmio regions through vmbus | Jake Oshins | 1 | -1/+1 |
2016-05-01 | Drivers: hv: vmbus: Implement APIs to support "in place" consumption of vmbus... | K. Y. Srinivasan | 1 | -0/+86 |
2016-05-01 | Drivers: hv: vmbus: Move some ring buffer functions to hyperv.h | K. Y. Srinivasan | 1 | -0/+54 |
2016-05-01 | Drivers: hv: vmbus: Export the vmbus_set_event() API | K. Y. Srinivasan | 1 | -0/+1 |
2016-05-01 | Drivers: hv: vmbus: Introduce functions for estimating room in the ring buffer | K. Y. Srinivasan | 1 | -0/+27 |
2016-03-02 | Drivers: hv: util: Pass the channel information during the init call | K. Y. Srinivasan | 1 | -0/+1 |
2016-02-08 | Drivers: hv: vmbus: Give control over how the ring access is serialized | K. Y. Srinivasan | 1 | -0/+16 |
2016-02-08 | Drivers: hv: vmbus: add an API vmbus_hvsock_device_unregister() | Dexuan Cui | 1 | -0/+2 |
2016-02-08 | Drivers: hv: vmbus: add a per-channel rescind callback | Dexuan Cui | 1 | -0/+9 |
2016-02-08 | Drivers: hv: vmbus: add a hvsock flag in struct hv_driver | Dexuan Cui | 1 | -0/+14 |