summaryrefslogtreecommitdiff
path: root/drivers/net/macvtap.c
AgeCommit message (Expand)Author
2021-10-16net: macvtap: fix template string argument of device_create() callJean Sacren
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner
2017-10-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-10-28tap: reference to KVA of an unloaded module causes kernel panicGirish Moodalbail
2017-10-04net: Add extack to upper device linkingDavid Ahern
2017-07-17macvlan/macvtap: Remove NETIF_F_UFO advertisement.David S. Miller
2017-06-26net: add netlink_ext_ack argument to rtnl_link_ops.newlinkMatthias Schiffer
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar
2017-02-11tap: tap as an independent moduleSainath Grandhi
2017-02-11tap: Refactoring macvtap.cSainath Grandhi
2017-02-06macvtap: read vnet_hdr_size onceWillem de Bruijn
2017-01-20virtio-net: restore VIRTIO_HDR_F_DATA_VALID on receivingJason Wang
2016-12-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-12-05[iov_iter] new primitives - copy_from_iter_full() and friendsAl Viro
2016-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-11-30macvtap: handle ubuf refcount correctly when meet errorsJason Wang
2016-11-30macvtap: replace printk with netdev_errZhang Shengju
2016-11-27driver: macvtap: Unregister netdev rx_handler if macvtap_newlink failsGao Feng
2016-11-19virtio_net: Simplify call sites for virtio_net_hdr_{from, to}_skb().Jarno Rajahalme
2016-08-11macvtap: fix use after free for skb_array during releaseJason Wang
2016-07-18macvtap: correctly free skb during socket destructionJason Wang
2016-07-15macvtap: switch to use skb arrayJason Wang
2016-07-15macvtap: avoid hash calculating for single queueJason Wang
2016-06-10macvtap: use common code for virtio_net_hdr and skb GSO conversionMike Rapoport
2016-05-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-05-08macvtap: segmented packet is consumedEric Dumazet
2016-05-06macvtap: add namespace support to the sysfs device classMarc Angel
2016-04-26macvtap: check minor when unregisteringFrancesco Ruggeri
2016-03-11macvtap: always pass ethernet header in linearWillem de Bruijn
2015-12-15net: Rename NETIF_F_ALL_CSUM to NETIF_F_CSUM_MASKTom Herbert
2015-12-01net: rename SOCK_ASYNC_NOSPACE and SOCK_ASYNC_WAITDATAEric Dumazet
2015-11-09macvtap: Resolve possible __might_sleep warning in macvtap_do_read()Vlad Yasevich
2015-10-23macvtap: unbreak receiving of gro skb with frag listJason Wang
2015-09-20macvtap: fix TUNSETSNDBUF values > 64kMichael S. Tsirkin
2015-07-27macvtap: fix network header pointer for VLAN tagged pktsIvan Vecera
2015-07-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2015-07-09macvtap: Destroy minor_idr on module_exitJohannes Thumshirn
2015-07-03Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2015-06-23macvtap: Increase limit of macvtap queuesPankaj Gupta
2015-06-01macvtap/tun: cross-endian support for little-endian hostsGreg Kurz
2015-06-01virtio: add explicit big-endian support to memory accessorsGreg Kurz
2015-06-01macvtap: introduce macvtap_is_little_endian() helperGreg Kurz
2015-05-13fix missing copy_from_user in macvtapJustin Cormack
2015-05-12macvtap add missing ioctls - fix wrappingJustin Cormack
2015-05-11net: Pass kern from net_proto_family.create to sk_allocEric W. Biederman
2015-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2015-04-17net: remove unused 'dev' argument from netif_needs_gso()Johannes Berg
2015-04-11make new_sync_{read,write}() staticAl Viro
2015-03-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-03-02net: Remove iocb argument from sendmsg and recvmsgYing Xue