aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/macvtap.c
AgeCommit message (Expand)Author
2017-02-18macvtap: read vnet_hdr_size onceWillem de Bruijn
2016-04-20macvtap: always pass ethernet header in linearWillem de Bruijn
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
2014-11-21macvtap: advance iov iterator when needed in macvtap_put_user()Jason Wang
2014-11-07macvtap: Use iovec iteratorsHerbert Xu
2014-11-03macvtap: Fix csum_start when VLAN tags are presentHerbert Xu
2014-10-30drivers/net, ipv6: Select IPv6 fragment idents for virtio UFO packetsBen Hutchings
2014-10-30drivers/net: Disable UFO through virtioBen Hutchings
2014-10-15net: Add ndo_gso_checkTom Herbert
2014-09-26macvtap: Fix race between device delete and open.Vlad Yasevich
2014-04-30mactap: Fix checksum errors for non-gso packets in bridge modeVlad Yasevich
2014-01-16drivers/net: delete non-required instances of include <linux/init.h>Paul Gortmaker
2013-12-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-12-17net: Change skb_get_rxhash to skb_get_hashTom Herbert
2013-12-12macvlan: Remove custom recieve and forward handlersVlad Yasevich
2013-12-12macvtap: Add support of packet capture on macvtap device.Vlad Yasevich
2013-12-11macvtap: signal truncated packetsJason Wang
2013-12-10net: Revert macvtap/tun truncation signalling changes.David S. Miller