summaryrefslogtreecommitdiff
path: root/drivers/net/macvtap.c
AgeCommit message (Expand)Author
2016-07-10macvtap: always pass ethernet header in linearWillem de Bruijn
2015-12-09macvtap: unbreak receiving of gro skb with frag listJason Wang
2015-10-03macvtap: fix TUNSETSNDBUF values > 64kMichael S. Tsirkin
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
2013-12-10macvtap: signal truncated packetsJason Wang
2013-12-10Revert "macvtap: remove useless codes in macvtap_aio_read() and macvtap_recvm...David S. Miller
2013-12-09macvtap: remove useless codes in macvtap_aio_read() and macvtap_recvmsg()Zhi Yong Wu
2013-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-12-06macvtap: remove unused parameter in macvtap_do_read()Zhi Yong Wu
2013-12-06macvtap: remove the dead branchZhi Yong Wu
2013-12-06macvtap: update file current positionZhi Yong Wu
2013-11-29macvtap: Do not double-count received packetsVlad Yasevich
2013-11-28macvtap: fix tx_dropped counting errorJason Wang
2013-11-14macvtap: limit head length of skb allocatedJason Wang
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