index
:
linux/linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
macvtap.c
Age
Commit message (
Expand
)
Author
2015-04-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2015-04-17
net: remove unused 'dev' argument from netif_needs_gso()
Johannes Berg
2015-04-11
make new_sync_{read,write}() static
Al Viro
2015-03-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2015-03-02
net: Remove iocb argument from sendmsg and recvmsg
Ying Xue
2015-02-28
macvtap: make sure neighbour code can push ethernet header
Eric Dumazet
2015-02-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2015-02-03
Revert "drivers/net: Disable UFO through virtio"
Vlad Yasevich
2015-02-03
Revert "drivers/net, ipv6: Select IPv6 fragment idents for virtio UFO packets"
Vlad Yasevich
2015-01-13
net: rename vlan_tx_* helpers since "tx" is misleading there
Jiri Pirko
2014-12-16
macvtap: drop broken IFF_VNET_LE
Michael S. Tsirkin
2014-12-16
macvtap: fix uninitialized access on TUNSETIFF
Michael S. Tsirkin
2014-12-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
2014-12-09
put iov_iter into msghdr
Al Viro
2014-12-09
macvtap: TUN_VNET_LE support
Michael S. Tsirkin
2014-12-05
tun/macvtap: use consume_skb() instead of kfree_skb() when needed
Jason Wang
2014-11-24
{macvtap,tun}_get_user(): switch to iov_iter
Al Viro
2014-11-24
switch macvtap to ->read_iter()
Al Viro
2014-11-21
macvtap: advance iov iterator when needed in macvtap_put_user()
Jason Wang
2014-11-07
macvtap: Use iovec iterators
Herbert Xu
2014-11-03
macvtap: Fix csum_start when VLAN tags are present
Herbert Xu
2014-10-30
drivers/net, ipv6: Select IPv6 fragment idents for virtio UFO packets
Ben Hutchings
2014-10-30
drivers/net: Disable UFO through virtio
Ben Hutchings
2014-10-15
net: Add ndo_gso_check
Tom Herbert
2014-09-26
macvtap: Fix race between device delete and open.
Vlad Yasevich
2014-04-30
mactap: Fix checksum errors for non-gso packets in bridge mode
Vlad Yasevich
2014-01-16
drivers/net: delete non-required instances of include <linux/init.h>
Paul Gortmaker
2013-12-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2013-12-17
net: Change skb_get_rxhash to skb_get_hash
Tom Herbert
2013-12-12
macvlan: Remove custom recieve and forward handlers
Vlad Yasevich
2013-12-12
macvtap: Add support of packet capture on macvtap device.
Vlad Yasevich
2013-12-11
macvtap: signal truncated packets
Jason Wang
2013-12-10
net: Revert macvtap/tun truncation signalling changes.
David S. Miller
2013-12-10
macvtap: signal truncated packets
Jason Wang
2013-12-10
Revert "macvtap: remove useless codes in macvtap_aio_read() and macvtap_recvm...
David S. Miller
2013-12-09
macvtap: remove useless codes in macvtap_aio_read() and macvtap_recvmsg()
Zhi Yong Wu
2013-12-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2013-12-06
macvtap: remove unused parameter in macvtap_do_read()
Zhi Yong Wu
2013-12-06
macvtap: remove the dead branch
Zhi Yong Wu
2013-12-06
macvtap: update file current position
Zhi Yong Wu
2013-11-29
macvtap: Do not double-count received packets
Vlad Yasevich
2013-11-28
macvtap: fix tx_dropped counting error
Jason Wang
2013-11-14
macvtap: limit head length of skb allocated
Jason Wang
2013-08-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2013-08-20
macvtap: Ignore tap features when VNET_HDR is off
Vlad Yasevich
2013-08-20
macvtap: Correctly set tap features when IFF_VNET_HDR is disabled.
Vlad Yasevich
2013-08-20
macvtap: simplify usage of tap_features
Vlad Yasevich
2013-08-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2013-08-11
macvtap: fix two races
Eric Dumazet
2013-08-10
net: attempt high order allocations in sock_alloc_send_pskb()
Eric Dumazet
[prev]
[next]