| Commit message (Expand) | Author | Age | Files | Lines |
* | hyperv: Fix a compiler warning in netvsc_send() | Haiyang Zhang | 2013-04-29 | 1 | -1/+1 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2013-04-23 | 3 | -20/+13 |
|\ |
|
| * | hyperv: Fix RNDIS send_completion code path | Haiyang Zhang | 2013-04-08 | 2 | -18/+13 |
| * | hyperv: Fix a kernel warning from netvsc_linkstatus_callback() | Haiyang Zhang | 2013-04-08 | 1 | -2/+0 |
* | | net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_* | Patrick McHardy | 2013-04-19 | 1 | -1/+1 |
|/ |
|
* | Merge tag 'char-misc-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2013-02-21 | 1 | -2/+1 |
|\ |
|
| * | Drivers: net: hyperv: Use the consolidated GUID definition | K. Y. Srinivasan | 2013-01-25 | 1 | -2/+1 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2013-01-29 | 2 | -2/+2 |
|\ \ |
|
| * | | net/hyperv: fix wrong length of mac address | Jianjun Kong | 2013-01-19 | 2 | -2/+2 |
| |/ |
|
* / | ethtool: fix drvinfo strings set in drivers | Jiri Pirko | 2013-01-07 | 1 | -3/+3 |
|/ |
|
* | hyperv: Add an error message to rndis_filter_set_device_mac() | Haiyang Zhang | 2012-11-30 | 1 | -1/+4 |
* | hyperv: Remove unnecessary comments in rndis_filter_receive_data() | Haiyang Zhang | 2012-10-22 | 1 | -5/+0 |
* | hyperv: Add buffer for extended info after the RNDIS response message. | Haiyang Zhang | 2012-10-02 | 1 | -10/+12 |
* | hyperv: Report actual status in receive completion packet | Haiyang Zhang | 2012-10-02 | 4 | -11/+30 |
* | hyperv: Remove extra allocated space for recv_pkt_list elements | Haiyang Zhang | 2012-10-02 | 2 | -5/+1 |
* | hyperv: Fix page buffer handling in rndis_filter_send_request() | Haiyang Zhang | 2012-10-02 | 1 | -1/+14 |
* | hyperv: Fix the missing return value in rndis_filter_set_packet_filter() | Haiyang Zhang | 2012-10-02 | 1 | -0/+1 |
* | hyperv: Fix the max_xfer_size in RNDIS initialization | Haiyang Zhang | 2012-10-02 | 1 | -2/+1 |
* | net: move and rename netif_notify_peers() | Amerigo Wang | 2012-08-14 | 1 | -1/+1 |
* | hyperv: Add comments for the extended buffer after RNDIS message | Haiyang Zhang | 2012-08-10 | 1 | -1/+7 |
* | hyperv: Move wait completion msg code into rndis_filter_halt_device() | Haiyang Zhang | 2012-08-04 | 2 | -7/+11 |
* | hyperv: Add error handling to rndis_filter_device_add() | Haiyang Zhang | 2012-07-26 | 1 | -7/+4 |
* | hyperv: Add a check for ring_size value | Haiyang Zhang | 2012-07-26 | 1 | -1/+6 |
* | hyperv: Add support for setting MAC from within guests | Haiyang Zhang | 2012-07-17 | 3 | -1/+109 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2012-06-07 | 2 | -6/+7 |
|\ |
|
| * | net/hyperv: Use wait_event on outstanding sends during device removal | Haiyang Zhang | 2012-06-04 | 2 | -6/+7 |
* | | drivers: net: Remove casts to same type | Joe Perches | 2012-06-06 | 1 | -1/+1 |
|/ |
|
* | usb/net: rndis: merge command codes | Linus Walleij | 2012-05-12 | 1 | -21/+21 |
* | usb/net: rndis: remove ambigous status codes | Linus Walleij | 2012-05-12 | 1 | -2/+2 |
* | usb/net: rndis: break out <linux/rndis.h> defines | Linus Walleij | 2012-05-12 | 1 | -289/+1 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2012-04-24 | 1 | -24/+14 |
|\ |
|
| * | net/hyperv: Adding cancellation to ensure rndis filter is closed | Wenqi Ma | 2012-04-21 | 1 | -24/+14 |
* | | net/hyperv: Add flow control based on hi/low watermark | Haiyang Zhang | 2012-04-03 | 2 | -5/+42 |
|/ |
|
* | net/hyperv: Fix the code handling tx busy | Haiyang Zhang | 2012-03-19 | 1 | -4/+1 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2012-03-19 | 1 | -2/+2 |
|\ |
|
| * | net/hyperv: fix erroneous NETDEV_TX_BUSY use | Eric Dumazet | 2012-03-16 | 1 | -2/+2 |
* | | net/hyperv: Add support for vlan trunking from guests | Haiyang Zhang | 2012-03-13 | 4 | -4/+101 |
* | | net/hyperv: Fix data corruption in rndis_filter_receive() | Haiyang Zhang | 2012-03-13 | 1 | -24/+9 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2012-03-09 | 1 | -2/+2 |
|\| |
|
| * | net/hyperv: Use the built-in macro KBUILD_MODNAME for this driver | Haiyang Zhang | 2012-03-08 | 1 | -2/+2 |
* | | net/hyperv: Remove the unnecessary memset in rndis_filter_send() | Haiyang Zhang | 2012-02-05 | 1 | -2/+0 |
* | | net/hyperv: Correct the assignment in netvsc_recv_callback() | Haiyang Zhang | 2012-02-05 | 1 | -5/+2 |
* | | net/hyperv: Convert camel cased variables in rndis_filter.c to lower cases | Haiyang Zhang | 2012-02-05 | 1 | -30/+30 |
|/ |
|
* | net/hyperv: Fix the page buffer when an RNDIS message goes beyond page boundary | Haiyang Zhang | 2012-02-02 | 2 | -4/+17 |
* | net/hyperv: Use netif_tx_disable() instead of netif_stop_queue() when necessary | Haiyang Zhang | 2012-02-02 | 1 | -4/+4 |
* | net/hyperv: fix the issue that large packets be dropped under bridge | Wei Yongjun | 2012-02-02 | 1 | -0/+19 |
* | net/hyperv: rx_bytes should account the ether header size | Wei Yongjun | 2012-02-01 | 1 | -1/+1 |
* | net/hyperv: fix possible memory leak in do_set_multicast() | Wei Yongjun | 2012-01-24 | 1 | -2/+3 |
* | net/hyperv: Add support for jumbo frame up to 64KB | Haiyang Zhang | 2012-01-05 | 3 | -17/+67 |
* | net/hyperv: Add NETVSP protocol version negotiation | Haiyang Zhang | 2012-01-05 | 2 | -34/+149 |