index
:
~sima/drm
alloc-review
avoid_bo_reuse_stalls
backlight-confusion
backport-3.6
bdw-for-bwidawsk
better-gpu_cpufreq
cea-double-clocked
colder-fusion
cpu_edp-abomination
cpu_transcoder
cs-prefetch
ctx-cleanup
direct-gtt
dma_buf-cpu-access
document-abi
dp-ilk-gm45
dp-integ
dp_mode_fixup
dpms-rework
dragon-slaughter
drm-cleanups
drm-core-cleanups
drm-coverity-fixes
drm-docs
drm-fb-helper
drm-init-cleanup
drm-intel-next-queued
drm-kms-locking
drm_agp_cleanup
drm_dp-refactoring
drm_for_each
dvo-meh
edid-latency
embed-gtt-space
exynos-base
exynos-base2
fb-size-check
fbcon-fixup
fbcon-rework
fbdev-less
fdi-dither
fence-debugfs
fix-relaxed-tiling
fixes-stuff
for-QA
for-agd5f
for-airlied
for-angela
for-anholt
for-antti
for-ben
for-bernard
for-bonbons
for-bwidawsk
for-chainsaw
for-damien
for-dominik
for-dvdhrm
for-eugeniy
for-fixes
for-fritsch
for-ickle
for-imre
for-j4ni
for-jani
for-jbarnes
for-jirierab
for-manday
for-me
for-mika
for-mlankhorst
for-nashpa
for-next
for-nkalkhof
for-ohsix
for-pinchartl
for-poland
for-pzanoni
for-robclark
for-seanpaul
for-sedat-dilek
for-thomas
for-tsa
for-ville
forcewake
full-gtt
gem_stress-fallout
gm45-reset-fixes
gmbus
gmbus-irq
gpu-freq-tracing
gpu-hanger
gtt-cleanup
gtt-wrestling
guard-page-fix
hangcheck-robustify
hangman
hole_stack-trick
hpd-mess
hpd-relaunch
hw_context
hw_context-ben
i810-fixup
i810-gtt-cleanup
i855-cache-coherency-checker
i915-docs
i915-fixes
ilk-hw-context
ilk-module-unload
ilk-wa-pile
init-fixes
intel_gtt_rework
intel_gtt_rework-part2
interlaced
irq-review
irq_handler_cleanup
ivb-edp-fixpile
jbarnes-owes-me-beers
kbz-59841
kill-old-drm-crap
kill-with-fire
kms_lease
local/cracy-mch-hack
local/dev_priv-rework
local/gtt-rework
lvds-fixed
map-and-fence
meh
mmu_notifier-checks
modeset-rework
modeset-rework-base
modeset-rework-fix-load-detect
modeset-rework-pipea-fix
modeset_s-r
my-next
no-more-cookies-for-me
no-more-enc-mode_set
no-more-ums
odds-and-ends
pageflip-ts-mess
pch-irq-fun
pfit-fixes
pipelined_fencing
pll-limits-mess
ppgtt
ppgtt-fix
ppgtt-stuff
prime-fixes
prime-locking-fixes
prts
psr-stuff
pts
pwrite-pread
radeon-kick-offb
refcount-meh
reset-fail
reset-irq-fun
reset-rework
review-for-jbarnes
reworked-dp-sequence
rinbuffer-cleanup
ring-cleanups
ringbuffer-cruft
robustify-reset-transitions
rps-locking
runtime-pm-for-dpms
semaphore-fun
set_caching
shit
shmem_slowpath
simple-patch-queue
snb-workarounds
story-for-ickle
stuff
stuff-fixes
stuff-for-39
stuff-for-poland
swizzled-pread
swizzling
tile-layout
topic/fix
topic/gpu-reloc-fight
topic/hmm-annotations
unbound-splitup
vgacon-crap
danvet's drm/ playground
danvet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
tap.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-12-12
driver/net/tun: Added features for USO.
Andrew Melnychenko
1
-2
/
+8
2022-08-05
net: tap: NULL pointer derefence in dev_parse_header_protocol when skb->dev i...
Cezar Bulinaru
1
-9
/
+11
2022-03-06
net: tap: track dropped skb via kfree_skb_reason()
Dongli Zhang
1
-10
/
+25
2022-03-02
tuntap: add sanity checks about msg_controllen in sendmsg
Harold Huang
1
-1
/
+2
2021-02-11
net: fix dev_ifsioc_locked() race condition
Cong Wang
1
-4
/
+3
2021-01-15
net: tap: check vlan with eth_type_vlan() method
Menglong Dong
1
-4
/
+2
2021-01-07
tap/tun: add skb_zcopy_init() helper for initialization.
Jonathan Lemon
1
-2
/
+1
2021-01-07
net: group skb_shinfo zerocopy related bits together.
Jonathan Lemon
1
-2
/
+1
2021-01-07
skbuff: Add skb parameter to the ubuf zerocopy callback
Jonathan Lemon
1
-1
/
+1
2020-01-08
net: tap: use skb_list_walk_safe helper for gso segments
Jason A. Donenfeld
1
-8
/
+6
2019-10-23
compat_ioctl: move drivers to compat_ptr_ioctl
Arnd Bergmann
1
-11
/
+1
2019-09-27
net: tap: clean up an indentation issue
Colin Ian King
1
-1
/
+1
2019-07-08
coallocate socket_wq with socket itself
Al Viro
1
-3
/
+2
2019-05-21
treewide: Add SPDX license identifier for more missed files
Thomas Gleixner
1
-0
/
+1
2019-02-22
net: Don't set transport offset to invalid value
Maxim Mikityanskiy
1
-2
/
+2
2019-01-01
tap: call skb_probe_transport_header after setting skb->dev
Willem de Bruijn
1
-2
/
+1
2018-12-13
net: dev: Add extack argument to dev_set_mac_address()
Petr Machata
1
-1
/
+1
2018-09-21
net: tap: remove redundant null pointer check before kfree_skb
zhong jiang
1
-4
/
+2
2018-09-13
tap: accept an array of XDP buffs through sendmsg()
Jason Wang
1
-2
/
+72
2018-09-13
tun: switch to new type of msg_control
Jason Wang
1
-6
/
+12
2018-06-07
net: in virtio_net_hdr only add VLAN_HLEN to csum_start if payload holds vlan
Willem de Bruijn
1
-1
/
+4
2018-02-11
vfs: do bulk POLL* -> EPOLL* replacement
Linus Torvalds
1
-5
/
+5
2018-01-31
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
1
-22
/
+20
2018-01-30
Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-2
/
+2
2018-01-29
tap: fix use-after-free
Michael S. Tsirkin
1
-3
/
+0
2018-01-09
tun/tap: use ptr_ring instead of skb_array
Jason Wang
1
-20
/
+21
2017-12-02
tap: free skb if flags error
Wei Xu
1
-4
/
+10
2017-11-28
the rest of drivers/*: annotate ->poll() instances
Al Viro
1
-2
/
+2
2017-11-24
net: accept UFO datagrams from tuntap and packet
Willem de Bruijn
1
-1
/
+1
2017-11-07
Merge branch 'linus' into locking/core, to resolve conflicts
Ingo Molnar
1
-11
/
+14
2017-11-01
tun/tap: sanitize TUNSETSNDBUF input
Craig Gallek
1
-0
/
+2
2017-10-28
tap: reference to KVA of an unloaded module causes kernel panic
Girish Moodalbail
1
-2
/
+3
2017-10-26
tap: double-free in error path in tap_open()
Girish Moodalbail
1
-9
/
+9
2017-10-25
locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...
Mark Rutland
1
-1
/
+1
2017-08-16
tun/tap: use paren's with sizeof
stephen hemminger
1
-1
/
+1
2017-08-13
tap: make struct tap_fops static
Colin Ian King
1
-1
/
+1
2017-07-17
tun/tap: Remove references to NETIF_F_UFO.
David S. Miller
1
-5
/
+2
2017-07-11
tap: convert a mutex to a spinlock
WANG Cong
1
-9
/
+9
2017-05-18
tap: support receiving skb from msg_control
Jason Wang
1
-4
/
+8
2017-05-18
tap: export skb_array
Jason Wang
1
-0
/
+13
2017-03-03
sched/headers: Move task_struct::signal and task_struct::sighand types and ac...
Ingo Molnar
1
-1
/
+1
2017-02-11
tap: tap as an independent module
Sainath Grandhi
1
-0
/
+11
2017-02-11
tap: Extending tap device create/destroy APIs
Sainath Grandhi
1
-21
/
+97
2017-02-11
tap: Abstract type of virtual interface from tap implementation
Sainath Grandhi
1
-146
/
+118
2017-02-11
tap: Tap character device creation/destroy API
Sainath Grandhi
1
-11
/
+51
2017-02-11
tap: Renaming tap related APIs, data structures, macros
Sainath Grandhi
1
-166
/
+166
2017-02-11
tap: Refactoring macvtap.c
Sainath Grandhi
1
-0
/
+1186