index
:
~glisse/linux
amdgpu-debug
bbb-3.8
bxm-3.2
dal
generic-write-protection-rfc
gup
gup-bio-v2
gup-bio-v3
gup-fs-block
gup-scatterlist-v1
hmm
hmm-4.17
hmm-4.19
hmm-4.20
hmm-4.21
hmm-5.1-v2
hmm-5.2-v3
hmm-5.3
hmm-cdm
hmm-cdm-next
hmm-cdm-v2
hmm-cdm-v3
hmm-cdm-v4
hmm-for-4.17
hmm-for-5.1
hmm-intel-v00
hmm-next
hmm-nouveau
hmm-nouveau-5.1
hmm-nouveau-v01
hmm-nouveau-v03
hmm-odp-v2
hmm-p2p
hmm-radeon-v00
hmm-stable
hmm-v10
hmm-v11
hmm-v12
hmm-v13
hmm-v14
hmm-v15
hmm-v16
hmm-v17
hmm-v18
hmm-v19
hmm-v20
hmm-v21
hmm-v22
hmm-v23
hmm-v24
hmm-v25
hmm-v25-4.9
hmm-v25-next
hmm-v9
hmm-y15may21
hms-hbind-v01
kill-page-mapping
kvm-restore-change_pte
master
mmu-notifier
mmu-notifier-context
mmu-notifier-rfc
mmu-notifier-rfc-kvm
mmu-notifier-v05
mmu-notifier-v06
nookhd
nouveau-hmm
nouveau-hmm-v00
nouveau-hmm-v01
odp-5.2
odp-hmm
rdma-5.2
rdma-odp-hmm-v4
scratch
wip-hmm-p2p
wip-kvm-mmu-notifier-opti
wip-p2p-showcase
Linux kernel with some radeon work.
glisse
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
macvtap.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-12-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-5
/
+6
2013-12-17
net: Change skb_get_rxhash to skb_get_hash
Tom Herbert
1
-1
/
+1
2013-12-12
macvlan: Remove custom recieve and forward handlers
Vlad Yasevich
1
-2
/
+1
2013-12-12
macvtap: Add support of packet capture on macvtap device.
Vlad Yasevich
1
-27
/
+32
2013-12-11
macvtap: signal truncated packets
Jason Wang
1
-5
/
+6
2013-12-10
net: Revert macvtap/tun truncation signalling changes.
David S. Miller
1
-14
/
+13
2013-12-10
macvtap: signal truncated packets
Jason Wang
1
-13
/
+14
2013-12-10
Revert "macvtap: remove useless codes in macvtap_aio_read() and macvtap_recvm...
David S. Miller
1
-0
/
+5
2013-12-09
macvtap: remove useless codes in macvtap_aio_read() and macvtap_recvmsg()
Zhi Yong Wu
1
-5
/
+0
2013-12-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+2
2013-12-06
macvtap: remove unused parameter in macvtap_do_read()
Zhi Yong Wu
1
-3
/
+3
2013-12-06
macvtap: remove the dead branch
Zhi Yong Wu
1
-6
/
+2
2013-12-06
macvtap: update file current position
Zhi Yong Wu
1
-0
/
+2
2013-11-29
macvtap: Do not double-count received packets
Vlad Yasevich
1
-10
/
+0
2013-11-28
macvtap: fix tx_dropped counting error
Jason Wang
1
-1
/
+1
2013-11-14
macvtap: limit head length of skb allocated
Jason Wang
1
-1
/
+7
2013-08-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-9
/
+9
2013-08-20
macvtap: Ignore tap features when VNET_HDR is off
Vlad Yasevich
1
-2
/
+4
2013-08-20
macvtap: Correctly set tap features when IFF_VNET_HDR is disabled.
Vlad Yasevich
1
-4
/
+0
2013-08-20
macvtap: simplify usage of tap_features
Vlad Yasevich
1
-4
/
+6
2013-08-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-3
/
+9
2013-08-11
macvtap: fix two races
Eric Dumazet
1
-3
/
+9
2013-08-10
net: attempt high order allocations in sock_alloc_send_pskb()
Eric Dumazet
1
-1
/
+1
2013-08-07
net: move zerocopy_sg_from_iovec() to net/core/datagram.c
Jason Wang
1
-80
/
+0
2013-08-07
net: move iov_pages() to net/core/iovec.c
Jason Wang
1
-23
/
+0
2013-07-18
macvtap: do not zerocopy if iov needs more pages than MAX_SKB_FRAGS
Jason Wang
1
-25
/
+37
2013-07-16
macvtap: do not assume 802.1Q when send vlan packets
Jason Wang
1
-1
/
+1
2013-07-16
macvtap: fix the missing ret value of TUNSETQUEUE
Jason Wang
1
-0
/
+1
2013-07-10
macvtap: correctly linearize skb when zerocopy is used
Jason Wang
1
-2
/
+6
2013-07-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-2
/
+4
2013-06-25
macvtap: Perform GSO on forwarding path.
Vlad Yasevich
1
-1
/
+31
2013-06-25
macvtap: Let TUNSETOFFLOAD actually controll offload features.
Vlad Yasevich
1
-1
/
+64
2013-06-25
macvtap: Consistently use rcu functions
Vlad Yasevich
1
-9
/
+9
2013-06-25
macvtap: Convert to using rtnl lock
Vlad Yasevich
1
-37
/
+25
2013-06-25
macvtap: fix recovery from gup errors
Michael S. Tsirkin
1
-2
/
+4
2013-06-13
macvtap: fix uninitialized return value macvtap_ioctl_set_queue()
Jason Wang
1
-0
/
+2
2013-06-13
macvtap: slient sparse warnings
Jason Wang
1
-1
/
+1
2013-06-07
macvtap: enable multiqueue flag
Jason Wang
1
-5
/
+2
2013-06-07
macvtap: add TUNSETQUEUE ioctl
Jason Wang
1
-19
/
+116
2013-06-07
macvtap: eliminate linear search
Jason Wang
1
-44
/
+20
2013-06-07
macvtap: introduce macvtap_get_vlan()
Jason Wang
1
-7
/
+20
2013-06-07
macvtap: do not add self to waitqueue if doing a nonblock read
Jason Wang
1
-2
/
+5
2013-06-07
macvtap: fix a possible race between queue selection and changing queues
Jason Wang
1
-1
/
+1
2013-05-28
net: pass info struct via netdevice notifier
Jiri Pirko
1
-1
/
+1
2013-03-27
net: switch to use skb_probe_transport_header()
Jason Wang
1
-8
/
+1
2013-03-26
macvtap: set transport header before passing skb to lower device
Jason Wang
1
-0
/
+9
2013-02-27
macvtap: convert to idr_alloc()
Tejun Heo
1
-16
/
+5
2013-02-13
net: Fix possible wrong checksum generation.
Pravin B Shelar
1
-2
/
+2
2013-01-28
net: fix possible wrong checksum generation
Eric Dumazet
1
-1
/
+2
2012-08-12
macvtap: rcu_dereference outside read-lock section
Denis Efremov
1
-1
/
+2
[next]