summaryrefslogtreecommitdiffstats
path: root/drivers/net/macvtap.c
AgeCommit message (Expand)AuthorLines
2015-02-28macvtap: make sure neighbour code can push ethernet headerEric Dumazet-2/+5
2015-02-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-8/+8
2015-02-03Revert "drivers/net: Disable UFO through virtio"Vlad Yasevich-5/+8
2015-02-03Revert "drivers/net, ipv6: Select IPv6 fragment idents for virtio UFO packets"Vlad Yasevich-3/+0
2015-01-13net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko-3/+3
2014-12-16macvtap: drop broken IFF_VNET_LEMichael S. Tsirkin-3/+20
2014-12-16macvtap: fix uninitialized access on TUNSETIFFMichael S. Tsirkin-3/+4
2014-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-76/+64
2014-12-09put iov_iter into msghdrAl Viro-6/+2
2014-12-09macvtap: TUN_VNET_LE supportMichael S. Tsirkin-25/+43
2014-12-05tun/macvtap: use consume_skb() instead of kfree_skb() when neededJason Wang-1/+4
2014-11-24{macvtap,tun}_get_user(): switch to iov_iterAl Viro-23/+21
2014-11-24switch macvtap to ->read_iter()Al Viro-34/+27
2014-11-21macvtap: advance iov iterator when needed in macvtap_put_user()Jason Wang-0/+2
2014-11-07macvtap: Use iovec iteratorsHerbert Xu-25/+21
2014-11-03macvtap: Fix csum_start when VLAN tags are presentHerbert Xu-0/+2
2014-10-30drivers/net, ipv6: Select IPv6 fragment idents for virtio UFO packetsBen Hutchings-0/+3
2014-10-30drivers/net: Disable UFO through virtioBen Hutchings-8/+5
2014-10-15net: Add ndo_gso_checkTom Herbert-1/+1
2014-09-26macvtap: Fix race between device delete and open.Vlad Yasevich-10/+8
2014-04-30mactap: Fix checksum errors for non-gso packets in bridge modeVlad Yasevich-0/+9
2014-01-16drivers/net: delete non-required instances of include <linux/init.h>Paul Gortmaker-1/+0
2013-12-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-5/+6
2013-12-17net: Change skb_get_rxhash to skb_get_hashTom Herbert-1/+1
2013-12-12macvlan: Remove custom recieve and forward handlersVlad Yasevich-2/+1
2013-12-12macvtap: Add support of packet capture on macvtap device.Vlad Yasevich-27/+32
2013-12-11macvtap: signal truncated packetsJason Wang-5/+6
2013-12-10net: Revert macvtap/tun truncation signalling changes.David S. Miller-14/+13
2013-12-10macvtap: signal truncated packetsJason Wang-13/+14
2013-12-10Revert "macvtap: remove useless codes in macvtap_aio_read() and macvtap_recvm...David S. Miller-0/+5
2013-12-09macvtap: remove useless codes in macvtap_aio_read() and macvtap_recvmsg()Zhi Yong Wu-5/+0
2013-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-0/+2
2013-12-06macvtap: remove unused parameter in macvtap_do_read()Zhi Yong Wu-3/+3
2013-12-06macvtap: remove the dead branchZhi Yong Wu-6/+2
2013-12-06macvtap: update file current positionZhi Yong Wu-0/+2
2013-11-29macvtap: Do not double-count received packetsVlad Yasevich-10/+0
2013-11-28macvtap: fix tx_dropped counting errorJason Wang-1/+1
2013-11-14macvtap: limit head length of skb allocatedJason Wang-1/+7
2013-08-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-9/+9
2013-08-20macvtap: Ignore tap features when VNET_HDR is offVlad Yasevich-2/+4
2013-08-20macvtap: Correctly set tap features when IFF_VNET_HDR is disabled.Vlad Yasevich-4/+0
2013-08-20macvtap: simplify usage of tap_featuresVlad Yasevich-4/+6
2013-08-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-3/+9
2013-08-11macvtap: fix two racesEric Dumazet-3/+9
2013-08-10net: attempt high order allocations in sock_alloc_send_pskb()Eric Dumazet-1/+1
2013-08-07net: move zerocopy_sg_from_iovec() to net/core/datagram.cJason Wang-80/+0
2013-08-07net: move iov_pages() to net/core/iovec.cJason Wang-23/+0
2013-07-18macvtap: do not zerocopy if iov needs more pages than MAX_SKB_FRAGSJason Wang-25/+37
2013-07-16macvtap: do not assume 802.1Q when send vlan packetsJason Wang-1/+1
2013-07-16macvtap: fix the missing ret value of TUNSETQUEUEJason Wang-0/+1