aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/macvtap.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner1-0/+1
2017-10-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2017-10-28tap: reference to KVA of an unloaded module causes kernel panicGirish Moodalbail1-2/+2
2017-10-04net: Add extack to upper device linkingDavid Ahern1-1/+1
2017-07-17macvlan/macvtap: Remove NETIF_F_UFO advertisement.David S. Miller1-1/+1
2017-06-26net: add netlink_ext_ack argument to rtnl_link_ops.newlinkMatthias Schiffer1-4/+3
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h>Ingo Molnar1-1/+1
2017-02-11tap: tap as an independent moduleSainath Grandhi1-0/+249
2017-02-11tap: Refactoring macvtap.cSainath Grandhi1-1374/+0
2017-02-06macvtap: read vnet_hdr_size onceWillem de Bruijn1-2/+2
2017-01-20virtio-net: restore VIRTIO_HDR_F_DATA_VALID on receivingJason Wang1-1/+1
2016-12-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-3/+1
2016-12-05[iov_iter] new primitives - copy_from_iter_full() and friendsAl Viro1-3/+1
2016-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-7/+12
2016-11-30macvtap: handle ubuf refcount correctly when meet errorsJason Wang1-6/+5
2016-11-30macvtap: replace printk with netdev_errZhang Shengju1-1/+1
2016-11-27driver: macvtap: Unregister netdev rx_handler if macvtap_newlink failsGao Feng1-1/+7
2016-11-19virtio_net: Simplify call sites for virtio_net_hdr_{from, to}_skb().Jarno Rajahalme1-3/+2
2016-08-11macvtap: fix use after free for skb_array during releaseJason Wang1-4/+1
2016-07-18macvtap: correctly free skb during socket destructionJason Wang1-1/+1
2016-07-15macvtap: switch to use skb arrayJason Wang1-11/+71
2016-07-15macvtap: avoid hash calculating for single queueJason Wang1-0/+4
2016-06-10macvtap: use common code for virtio_net_hdr and skb GSO conversionMike Rapoport1-89/+6
2016-05-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2016-05-08macvtap: segmented packet is consumedEric Dumazet1-1/+1
2016-05-06macvtap: add namespace support to the sysfs device classMarc Angel1-10/+26
2016-04-26macvtap: check minor when unregisteringFrancesco Ruggeri1-0/+3
2016-03-11macvtap: always pass ethernet header in linearWillem de Bruijn1-3/+6
2015-12-15net: Rename NETIF_F_ALL_CSUM to NETIF_F_CSUM_MASKTom Herbert1-1/+1
2015-12-01net: rename SOCK_ASYNC_NOSPACE and SOCK_ASYNC_WAITDATAEric Dumazet1-2/+2
2015-11-09macvtap: Resolve possible __might_sleep warning in macvtap_do_read()Vlad Yasevich1-2/+3
2015-10-23macvtap: unbreak receiving of gro skb with frag listJason Wang1-1/+1
2015-09-20macvtap: fix TUNSETSNDBUF values > 64kMichael S. Tsirkin1-2/+2
2015-07-27macvtap: fix network header pointer for VLAN tagged pktsIvan Vecera1-0/+7
2015-07-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-0/+1
2015-07-09macvtap: Destroy minor_idr on module_exitJohannes Thumshirn1-0/+1
2015-07-03Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-2/+63
2015-06-23macvtap: Increase limit of macvtap queuesPankaj Gupta1-8/+2
2015-06-01macvtap/tun: cross-endian support for little-endian hostsGreg Kurz1-1/+56
2015-06-01virtio: add explicit big-endian support to memory accessorsGreg Kurz1-1/+2
2015-06-01macvtap: introduce macvtap_is_little_endian() helperGreg Kurz1-2/+7
2015-05-13fix missing copy_from_user in macvtapJustin Cormack1-1/+4
2015-05-12macvtap add missing ioctls - fix wrappingJustin Cormack1-0/+29
2015-05-11net: Pass kern from net_proto_family.create to sk_allocEric W. Biederman1-1/+1
2015-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-1/+1
2015-04-17net: remove unused 'dev' argument from netif_needs_gso()Johannes Berg1-1/+1
2015-04-11make new_sync_{read,write}() staticAl Viro1-2/+0
2015-03-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+5
2015-03-02net: Remove iocb argument from sendmsg and recvmsgYing Xue1-5/+4
2015-02-28macvtap: make sure neighbour code can push ethernet headerEric Dumazet1-2/+5