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