| Commit message (Expand) | Author | Age |
* | macvtap: rcu_dereference outside read-lock section | Denis Efremov | 2012-08-12 |
* | macvtap: use prepare_to_wait/finish_wait to ensure mb | Hong zhi guo | 2012-06-07 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2012-05-16 |
|\ |
|
| * | macvtap: restore vlan header on user read | Basil Gor | 2012-05-11 |
* | | macvtap: zerocopy: validate vectors before building skb | Jason Wang | 2012-05-02 |
* | | macvtap: zerocopy: set SKBTX_DEV_ZEROCOPY only when skb is built successfully | Jason Wang | 2012-05-02 |
* | | macvtap: zerocopy: put page when fail to get all requested user pages | Jason Wang | 2012-05-02 |
* | | macvtap: zerocopy: fix truesize underestimation | Jason Wang | 2012-05-02 |
* | | macvtap: zerocopy: fix offset calculation when building skb | Jason Wang | 2012-05-02 |
|/ |
|
* | security: trim security.h | Al Viro | 2012-02-13 |
* | macvtap: Fix macvtap_get_queue to use rxhash first | Krishna Kumar | 2011-12-20 |
* | net: treewide use of RCU_INIT_POINTER | Eric Dumazet | 2011-11-23 |
* | macvtap: Fix the minor device number allocation | Eric W. Biederman | 2011-10-21 |
* | macvtap: Rewrite macvtap_newlink so the error handling works. | Eric W. Biederman | 2011-10-21 |
* | macvtap: Don't leak unreceived packets when we delete a macvtap device. | Eric W. Biederman | 2011-10-21 |
* | macvtap: Fix macvtap_open races in the zero copy enable code. | Eric W. Biederman | 2011-10-21 |
* | macvtap: Close a race between macvtap_open and macvtap_dellink. | Eric W. Biederman | 2011-10-21 |
* | macvtap: fix the uninitialized var using in macvtap_alloc_skb() | Jason Wang | 2011-09-20 |
* | macvtap: convert to SKB paged frag API. | Ian Campbell | 2011-09-15 |
* | macvtap: macvtapTX zero-copy support | Shirley Ma | 2011-07-07 |
* | virtio_net: introduce VIRTIO_NET_HDR_F_DATA_VALID | Jason Wang | 2011-06-11 |
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2011-03-10 |
|\ |
|
| * | drivers/net/macvtap: fix error check | Nicolas Kaiser | 2011-03-07 |
* | | drivers/net: remove some rcu sparse warnings | Eric Dumazet | 2011-01-27 |
|/ |
|
* | net: remove dev_txq_stats_fold() | Eric Dumazet | 2011-01-14 |
* | net: Use skb_checksum_start_offset() | Michał Mirosław | 2010-12-16 |
* | macvtap: Implement multiqueue for macvtap driver | Krishna Kumar | 2010-08-17 |
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2010-07-28 |
|\ |
|
| * | macvtap: Limit packet queue length | Herbert Xu | 2010-07-22 |
* | | macvtap: Use dev_t for macvtap_major. | David S. Miller | 2010-07-10 |
|/ |
|
* | macvtap: add ioctl to modify vnet header size | Michael S. Tsirkin | 2010-05-03 |
* | net: sock_def_readable() and friends RCU conversion | Eric Dumazet | 2010-05-01 |
* | net: use sk_sleep() | Eric Dumazet | 2010-04-26 |
* | net: sk_sleep() helper | Eric Dumazet | 2010-04-20 |
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 2010-03-30 |
* | macvtap: add GSO/csum offload support | Arnd Bergmann | 2010-02-18 |
* | net/macvtap: add vhost support | Arnd Bergmann | 2010-02-18 |
* | macvtap: rework object lifetime rules | Arnd Bergmann | 2010-02-18 |
* | net/macvtap: fix reference counting | Arnd Bergmann | 2010-02-16 |
* | net: macvtap driver | Arnd Bergmann | 2010-02-03 |