summaryrefslogtreecommitdiff
path: root/drivers/net/macvtap.c
AgeCommit message (Expand)Author
2017-11-18tap: double-free in error path in tap_open()Girish Moodalbail
2017-11-18tun/tap: sanitize TUNSETSNDBUF inputCraig Gallek
2017-02-18macvtap: read vnet_hdr_size onceWillem de Bruijn
2017-02-04virtio-net: restore VIRTIO_HDR_F_DATA_VALID on receivingJason Wang
2016-11-30macvtap: handle ubuf refcount correctly when meet errorsJason Wang
2016-11-27driver: macvtap: Unregister netdev rx_handler if macvtap_newlink failsGao Feng
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
2015-02-28macvtap: make sure neighbour code can push ethernet headerEric Dumazet
2015-02-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-02-03Revert "drivers/net: Disable UFO through virtio"Vlad Yasevich
2015-02-03Revert "drivers/net, ipv6: Select IPv6 fragment idents for virtio UFO packets"Vlad Yasevich
2015-01-13net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko
2014-12-16macvtap: drop broken IFF_VNET_LEMichael S. Tsirkin
2014-12-16macvtap: fix uninitialized access on TUNSETIFFMichael S. Tsirkin
2014-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2014-12-09put iov_iter into msghdrAl Viro
2014-12-09macvtap: TUN_VNET_LE supportMichael S. Tsirkin
2014-12-05tun/macvtap: use consume_skb() instead of kfree_skb() when neededJason Wang
2014-11-24{macvtap,tun}_get_user(): switch to iov_iterAl Viro
2014-11-24switch macvtap to ->read_iter()Al Viro