Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
4b3e845a0927c5c660f38330522b8089edcd7c40
/
drivers
/
net
/
macvtap.c
7f460d3
fix missing copy_from_user in macvtap
by Justin Cormack
· 9 years ago
b508208
macvtap add missing ioctls - fix wrapping
by Justin Cormack
· 9 years ago
11aa9c2
net: Pass kern from net_proto_family.create to sk_alloc
by Eric W. Biederman
· 10 years ago
388f997
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 10 years ago
8b86a61
net: remove unused 'dev' argument from netif_needs_gso()
by Johannes Berg
· 10 years ago
5d5d568
make new_sync_{read,write}() static
by Al Viro
· 10 years ago
71a83a6
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 10 years ago
1b78414
net: Remove iocb argument from sendmsg and recvmsg
by Ying Xue
· 10 years ago
2f1d8b9
macvtap: make sure neighbour code can push ethernet header
by Eric Dumazet
· 10 years ago
6e03f89
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 10 years ago
e3e3c42
Revert "drivers/net: Disable UFO through virtio"
by Vlad Yasevich
· 10 years ago
72f6510
Revert "drivers/net, ipv6: Select IPv6 fragment idents for virtio UFO packets"
by Vlad Yasevich
· 10 years ago
df8a39d
net: rename vlan_tx_* helpers since "tx" is misleading there
by Jiri Pirko
· 10 years ago
01b07fb
macvtap: drop broken IFF_VNET_LE
by Michael S. Tsirkin
· 10 years ago
39ec7de
macvtap: fix uninitialized access on TUNSETIFF
by Michael S. Tsirkin
· 10 years ago
70e71ca
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Linus Torvalds
· 10 years ago
c0371da
put iov_iter into msghdr
by Al Viro
· 10 years ago
6ae7feb
macvtap: TUN_VNET_LE support
by Michael S. Tsirkin
· 10 years ago
f51a5e8
tun/macvtap: use consume_skb() instead of kfree_skb() when needed
by Jason Wang
· 10 years ago
f5ff53b
{macvtap,tun}_get_user(): switch to iov_iter
by Al Viro
· 10 years ago
3af0bfe
switch macvtap to ->read_iter()
by Al Viro
· 10 years ago
7cc76f5
macvtap: advance iov iterator when needed in macvtap_put_user()
by Jason Wang
· 10 years ago
6c36d2e
macvtap: Use iovec iterators
by Herbert Xu
· 10 years ago
3ce9b20
macvtap: Fix csum_start when VLAN tags are present
by Herbert Xu
· 10 years ago
5188cd4
drivers/net, ipv6: Select IPv6 fragment idents for virtio UFO packets
by Ben Hutchings
· 10 years ago
3d0ad09
drivers/net: Disable UFO through virtio
by Ben Hutchings
· 10 years ago
04ffcb2
net: Add ndo_gso_check
by Tom Herbert
· 10 years ago
40b8fe4
macvtap: Fix race between device delete and open.
by Vlad Yasevich
· 10 years ago
cbdb042
mactap: Fix checksum errors for non-gso packets in bridge mode
by Vlad Yasevich
· 11 years ago
a81ab36
drivers/net: delete non-required instances of include <linux/init.h>
by Paul Gortmaker
· 11 years ago
143c905
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 11 years ago
3958afa1b
net: Change skb_get_rxhash to skb_get_hash
by Tom Herbert
· 11 years ago
2f6a1b6
macvlan: Remove custom recieve and forward handlers
by Vlad Yasevich
· 11 years ago
6acf54f
macvtap: Add support of packet capture on macvtap device.
by Vlad Yasevich
· 11 years ago
ce232ce
macvtap: signal truncated packets
by Jason Wang
· 11 years ago
bbd3762
net: Revert macvtap/tun truncation signalling changes.
by David S. Miller
· 11 years ago
730054d
macvtap: signal truncated packets
by Jason Wang
· 11 years ago
de2aa47
Revert "macvtap: remove useless codes in macvtap_aio_read() and macvtap_recvmsg()"
by David S. Miller
· 11 years ago
41e4af6
macvtap: remove useless codes in macvtap_aio_read() and macvtap_recvmsg()
by Zhi Yong Wu
· 11 years ago
34f9f43
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 11 years ago
55ec8e2
macvtap: remove unused parameter in macvtap_do_read()
by Zhi Yong Wu
· 11 years ago
359d44d
macvtap: remove the dead branch
by Zhi Yong Wu
· 11 years ago
e6ebc7f
macvtap: update file current position
by Zhi Yong Wu
· 11 years ago
006da7b0
macvtap: Do not double-count received packets
by Vlad Yasevich
· 11 years ago
cd3e22b
macvtap: fix tx_dropped counting error
by Jason Wang
· 11 years ago
16a3fa2
macvtap: limit head length of skb allocated
by Jason Wang
· 11 years ago
b05930f
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 11 years ago
e573332
macvtap: Ignore tap features when VNET_HDR is off
by Vlad Yasevich
· 11 years ago
e558b01
macvtap: Correctly set tap features when IFF_VNET_HDR is disabled.
by Vlad Yasevich
· 11 years ago
a567dd6
macvtap: simplify usage of tap_features
by Vlad Yasevich
· 11 years ago
2ff1cf1
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 11 years ago
29d7919
macvtap: fix two races
by Eric Dumazet
· 11 years ago
28d6427
net: attempt high order allocations in sock_alloc_send_pskb()
by Eric Dumazet
· 11 years ago
c3bdeb5
net: move zerocopy_sg_from_iovec() to net/core/datagram.c
by Jason Wang
· 11 years ago
b4bf077
net: move iov_pages() to net/core/iovec.c
by Jason Wang
· 11 years ago
ece793f
macvtap: do not zerocopy if iov needs more pages than MAX_SKB_FRAGS
by Jason Wang
· 11 years ago
0fbe0d4
macvtap: do not assume 802.1Q when send vlan packets
by Jason Wang
· 11 years ago
82a19eb
macvtap: fix the missing ret value of TUNSETQUEUE
by Jason Wang
· 11 years ago
61d46bf
macvtap: correctly linearize skb when zerocopy is used
by Jason Wang
· 11 years ago
0c1072a
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 11 years ago
3e4f8b7
macvtap: Perform GSO on forwarding path.
by Vlad Yasevich
· 11 years ago
2be5c76
macvtap: Let TUNSETOFFLOAD actually controll offload features.
by Vlad Yasevich
· 11 years ago
ac4e4af
macvtap: Consistently use rcu functions
by Vlad Yasevich
· 11 years ago
441ac0f
macvtap: Convert to using rtnl lock
by Vlad Yasevich
· 11 years ago
4c7ab05
macvtap: fix recovery from gup errors
by Michael S. Tsirkin
· 11 years ago
f57855a
macvtap: fix uninitialized return value macvtap_ioctl_set_queue()
by Jason Wang
· 11 years ago
d9a90a3
macvtap: slient sparse warnings
by Jason Wang
· 11 years ago
df09b36
macvtap: enable multiqueue flag
by Jason Wang
· 11 years ago
815f236
macvtap: add TUNSETQUEUE ioctl
by Jason Wang
· 11 years ago
376b1aa
macvtap: eliminate linear search
by Jason Wang
· 11 years ago
8f475a3
macvtap: introduce macvtap_get_vlan()
by Jason Wang
· 11 years ago
89cee91
macvtap: do not add self to waitqueue if doing a nonblock read
by Jason Wang
· 11 years ago
ed0483f
macvtap: fix a possible race between queue selection and changing queues
by Jason Wang
· 11 years ago
351638e
net: pass info struct via netdevice notifier
by Jiri Pirko
· 11 years ago
40893fd
net: switch to use skb_probe_transport_header()
by Jason Wang
· 12 years ago
9b4d669
macvtap: set transport header before passing skb to lower device
by Jason Wang
· 12 years ago
ec09ebc
macvtap: convert to idr_alloc()
by Tejun Heo
· 12 years ago
c9af6db
net: Fix possible wrong checksum generation.
by Pravin B Shelar
· 12 years ago
cef401d
net: fix possible wrong checksum generation
by Eric Dumazet
· 12 years ago
3a7f8c3
macvtap: rcu_dereference outside read-lock section
by Denis Efremov
· 12 years ago
ccf7e72
macvtap: use prepare_to_wait/finish_wait to ensure mb
by Hong zhi guo
· 12 years ago
0289403
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 12 years ago
f09e224
macvtap: restore vlan header on user read
by Basil Gor
· 13 years ago
b92946e
macvtap: zerocopy: validate vectors before building skb
by Jason Wang
· 13 years ago
01d6657
macvtap: zerocopy: set SKBTX_DEV_ZEROCOPY only when skb is built successfully
by Jason Wang
· 13 years ago
02ce04b
macvtap: zerocopy: put page when fail to get all requested user pages
by Jason Wang
· 13 years ago
4ef67eb
macvtap: zerocopy: fix truesize underestimation
by Jason Wang
· 13 years ago
3afc962
macvtap: zerocopy: fix offset calculation when building skb
by Jason Wang
· 13 years ago
4040153
security: trim security.h
by Al Viro
· 13 years ago
ef0002b
macvtap: Fix macvtap_get_queue to use rxhash first
by Krishna Kumar
· 13 years ago
2cfa5a0
net: treewide use of RCU_INIT_POINTER
by Eric Dumazet
· 13 years ago
e09eff7
macvtap: Fix the minor device number allocation
by Eric W. Biederman
· 13 years ago
9bf1907
macvtap: Rewrite macvtap_newlink so the error handling works.
by Eric W. Biederman
· 13 years ago
2259fef
macvtap: Don't leak unreceived packets when we delete a macvtap device.
by Eric W. Biederman
· 13 years ago
047af9cf
macvtap: Fix macvtap_open races in the zero copy enable code.
by Eric W. Biederman
· 13 years ago
99f34b3
macvtap: Close a race between macvtap_open and macvtap_dellink.
by Eric W. Biederman
· 13 years ago
653fc91
macvtap: fix the uninitialized var using in macvtap_alloc_skb()
by Jason Wang
· 13 years ago
d1b0828
macvtap: convert to SKB paged frag API.
by Ian Campbell
· 13 years ago
97bc363
macvtap: macvtapTX zero-copy support
by Shirley Ma
· 13 years ago
10a8d94
virtio_net: introduce VIRTIO_NET_HDR_F_DATA_VALID
by Jason Wang
· 13 years ago
Next »