aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/macvtap.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-08-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-9/+9
2013-08-20macvtap: Ignore tap features when VNET_HDR is offVlad Yasevich1-2/+4
2013-08-20macvtap: Correctly set tap features when IFF_VNET_HDR is disabled.Vlad Yasevich1-4/+0
2013-08-20macvtap: simplify usage of tap_featuresVlad Yasevich1-4/+6
2013-08-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+9
2013-08-11macvtap: fix two racesEric Dumazet1-3/+9
2013-08-10net: attempt high order allocations in sock_alloc_send_pskb()Eric Dumazet1-1/+1
2013-08-07net: move zerocopy_sg_from_iovec() to net/core/datagram.cJason Wang1-80/+0
2013-08-07net: move iov_pages() to net/core/iovec.cJason Wang1-23/+0
2013-07-18macvtap: do not zerocopy if iov needs more pages than MAX_SKB_FRAGSJason Wang1-25/+37
2013-07-16macvtap: do not assume 802.1Q when send vlan packetsJason Wang1-1/+1
2013-07-16macvtap: fix the missing ret value of TUNSETQUEUEJason Wang1-0/+1
2013-07-10macvtap: correctly linearize skb when zerocopy is usedJason Wang1-2/+6
2013-07-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+4
2013-06-25macvtap: Perform GSO on forwarding path.Vlad Yasevich1-1/+31
2013-06-25macvtap: Let TUNSETOFFLOAD actually controll offload features.Vlad Yasevich1-1/+64
2013-06-25macvtap: Consistently use rcu functionsVlad Yasevich1-9/+9
2013-06-25macvtap: Convert to using rtnl lockVlad Yasevich1-37/+25
2013-06-25macvtap: fix recovery from gup errorsMichael S. Tsirkin1-2/+4
2013-06-13macvtap: fix uninitialized return value macvtap_ioctl_set_queue()Jason Wang1-0/+2
2013-06-13macvtap: slient sparse warningsJason Wang1-1/+1
2013-06-07macvtap: enable multiqueue flagJason Wang1-5/+2
2013-06-07macvtap: add TUNSETQUEUE ioctlJason Wang1-19/+116
2013-06-07macvtap: eliminate linear searchJason Wang1-44/+20
2013-06-07macvtap: introduce macvtap_get_vlan()Jason Wang1-7/+20
2013-06-07macvtap: do not add self to waitqueue if doing a nonblock readJason Wang1-2/+5
2013-06-07macvtap: fix a possible race between queue selection and changing queuesJason Wang1-1/+1
2013-05-28net: pass info struct via netdevice notifierJiri Pirko1-1/+1
2013-03-27net: switch to use skb_probe_transport_header()Jason Wang1-8/+1
2013-03-26macvtap: set transport header before passing skb to lower deviceJason Wang1-0/+9
2013-02-27macvtap: convert to idr_alloc()Tejun Heo1-16/+5
2013-02-13net: Fix possible wrong checksum generation.Pravin B Shelar1-2/+2
2013-01-28net: fix possible wrong checksum generationEric Dumazet1-1/+2
2012-08-12macvtap: rcu_dereference outside read-lock sectionDenis Efremov1-1/+2
2012-06-07macvtap: use prepare_to_wait/finish_wait to ensure mbHong zhi guo1-5/+3
2012-05-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-5/+38
2012-05-11macvtap: restore vlan header on user readBasil Gor1-5/+38
2012-05-02macvtap: zerocopy: validate vectors before building skbJason Wang1-4/+21
2012-05-02macvtap: zerocopy: set SKBTX_DEV_ZEROCOPY only when skb is built successfullyJason Wang1-4/+5
2012-05-02macvtap: zerocopy: put page when fail to get all requested user pagesJason Wang1-2/+4
2012-05-02macvtap: zerocopy: fix truesize underestimationJason Wang1-2/+4
2012-05-02macvtap: zerocopy: fix offset calculation when building skbJason Wang1-6/+7
2012-02-14security: trim security.hAl Viro1-0/+1
2011-12-20macvtap: Fix macvtap_get_queue to use rxhash firstKrishna Kumar1-8/+8
2011-11-23net: treewide use of RCU_INIT_POINTEREric Dumazet1-4/+4
2011-10-21macvtap: Fix the minor device number allocationEric W. Biederman1-16/+71
2011-10-21macvtap: Rewrite macvtap_newlink so the error handling works.Eric W. Biederman1-24/+49
2011-10-21macvtap: Don't leak unreceived packets when we delete a macvtap device.Eric W. Biederman1-0/+6
2011-10-21macvtap: Fix macvtap_open races in the zero copy enable code.Eric W. Biederman1-6/+5
2011-10-21macvtap: Close a race between macvtap_open and macvtap_dellink.Eric W. Biederman1-0/+2