aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/macvtap.c
Commit message (Expand)AuthorAge
* macvtap: Do not double-count received packetsVlad Yasevich2013-11-29
* macvtap: fix tx_dropped counting errorJason Wang2013-11-28
* macvtap: limit head length of skb allocatedJason Wang2013-11-14
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-08-26
|\
| * macvtap: Ignore tap features when VNET_HDR is offVlad Yasevich2013-08-20
| * macvtap: Correctly set tap features when IFF_VNET_HDR is disabled.Vlad Yasevich2013-08-20
| * macvtap: simplify usage of tap_featuresVlad Yasevich2013-08-20
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-08-16
|\|
| * macvtap: fix two racesEric Dumazet2013-08-12
* | net: attempt high order allocations in sock_alloc_send_pskb()Eric Dumazet2013-08-10
* | net: move zerocopy_sg_from_iovec() to net/core/datagram.cJason Wang2013-08-07
* | net: move iov_pages() to net/core/iovec.cJason Wang2013-08-07
|/
* macvtap: do not zerocopy if iov needs more pages than MAX_SKB_FRAGSJason Wang2013-07-18
* macvtap: do not assume 802.1Q when send vlan packetsJason Wang2013-07-16
* macvtap: fix the missing ret value of TUNSETQUEUEJason Wang2013-07-16
* macvtap: correctly linearize skb when zerocopy is usedJason Wang2013-07-10
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-07-03
|\
| * macvtap: fix recovery from gup errorsMichael S. Tsirkin2013-06-25
* | macvtap: Perform GSO on forwarding path.Vlad Yasevich2013-06-25
* | macvtap: Let TUNSETOFFLOAD actually controll offload features.Vlad Yasevich2013-06-25
* | macvtap: Consistently use rcu functionsVlad Yasevich2013-06-25
* | macvtap: Convert to using rtnl lockVlad Yasevich2013-06-25
* | macvtap: fix uninitialized return value macvtap_ioctl_set_queue()Jason Wang2013-06-13
* | macvtap: slient sparse warningsJason Wang2013-06-13
* | macvtap: enable multiqueue flagJason Wang2013-06-08
* | macvtap: add TUNSETQUEUE ioctlJason Wang2013-06-08
* | macvtap: eliminate linear searchJason Wang2013-06-08
* | macvtap: introduce macvtap_get_vlan()Jason Wang2013-06-08
* | macvtap: do not add self to waitqueue if doing a nonblock readJason Wang2013-06-08
* | macvtap: fix a possible race between queue selection and changing queuesJason Wang2013-06-08
* | net: pass info struct via netdevice notifierJiri Pirko2013-05-28
|/
* net: switch to use skb_probe_transport_header()Jason Wang2013-03-27
* macvtap: set transport header before passing skb to lower deviceJason Wang2013-03-26
* macvtap: convert to idr_alloc()Tejun Heo2013-02-27
* net: Fix possible wrong checksum generation.Pravin B Shelar2013-02-13
* net: fix possible wrong checksum generationEric Dumazet2013-01-28
* macvtap: rcu_dereference outside read-lock sectionDenis Efremov2012-08-12
* macvtap: use prepare_to_wait/finish_wait to ensure mbHong zhi guo2012-06-07
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-05-16
|\
| * macvtap: restore vlan header on user readBasil Gor2012-05-11
* | macvtap: zerocopy: validate vectors before building skbJason Wang2012-05-02
* | macvtap: zerocopy: set SKBTX_DEV_ZEROCOPY only when skb is built successfullyJason Wang2012-05-02
* | macvtap: zerocopy: put page when fail to get all requested user pagesJason Wang2012-05-02
* | macvtap: zerocopy: fix truesize underestimationJason Wang2012-05-02
* | macvtap: zerocopy: fix offset calculation when building skbJason Wang2012-05-02
|/
* security: trim security.hAl Viro2012-02-13
* macvtap: Fix macvtap_get_queue to use rxhash firstKrishna Kumar2011-12-20
* net: treewide use of RCU_INIT_POINTEREric Dumazet2011-11-23
* macvtap: Fix the minor device number allocationEric W. Biederman2011-10-21
* macvtap: Rewrite macvtap_newlink so the error handling works.Eric W. Biederman2011-10-21