index
:
linux-toradex.git
colibri
colibri_vf
tegra
tegra-next
toradex_4.1-2.0.x-imx
toradex_4.1-2.0.x-imx-next
toradex_4.14-2.0.x-imx
toradex_4.14-2.0.x-imx-next
toradex_4.14-2.0.x-imx-rebased
toradex_4.14-2.3.x-imx
toradex_4.19.y
toradex_4.19.y-rt
toradex_4.20.y
toradex_4.9-1.0.x-imx
toradex_4.9-1.0.x-imx-next
toradex_4.9-1.0.x-imx-rebased
toradex_4.9-2.3.x-imx
toradex_4.9-2.3.x-imx-next
toradex_4.9-2.3.x-imx-rebased
toradex_5.0.y
toradex_5.15-2.0.x-imx
toradex_5.15-2.1.x-imx
toradex_5.15-2.2.x-imx
toradex_5.2.y
toradex_5.3.y
toradex_5.4-2.1.x-imx
toradex_5.4-2.3.x-imx
toradex_5.4.y
toradex_6.6-2.0.x-imx
toradex_6.6-2.1.x-imx
toradex_imx6
toradex_imx_3.10.17_1.0.0_ga
toradex_imx_3.10.17_1.0.0_ga-next
toradex_imx_3.14.28_1.0.0_ga
toradex_imx_3.14.52_1.1.0_ga
toradex_imx_3.14.52_1.1.0_ga-next
toradex_imx_4.1.15_1.0.0_ga
toradex_imx_4.1.15_1.0.0_ga-next
toradex_imx_4.14.78_1.0.0_ga-bring_up
toradex_imx_4.9.123_imx8mm_ga-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up_ov5640
toradex_imx_4.9.51_imx8_beta2-bring_up
toradex_ti-linux-5.10.y_bringup
toradex_ti-linux-6.1.y
toradex_ti-linux-6.6.y
toradex_tk1_l4t_r21.5
toradex_tk1_l4t_r21.6
toradex_tk1_l4t_r21.7
toradex_tk1_l4t_r21.7-next
toradex_vf_3.18
toradex_vf_3.18-next
toradex_vf_4.0
toradex_vf_4.0-next
toradex_vf_4.1
toradex_vf_4.1-next
toradex_vf_4.4
toradex_vf_4.4-next
Linux kernel for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
tap.c
Age
Commit message (
Expand
)
Author
2022-04-15
tuntap: add sanity checks about msg_controllen in sendmsg
Harold Huang
2021-03-07
net: fix dev_ifsioc_locked() race condition
Cong Wang
2019-09-27
net: tap: clean up an indentation issue
Colin Ian King
2019-07-08
coallocate socket_wq with socket itself
Al Viro
2019-05-21
treewide: Add SPDX license identifier for more missed files
Thomas Gleixner
2019-02-22
net: Don't set transport offset to invalid value
Maxim Mikityanskiy
2019-01-01
tap: call skb_probe_transport_header after setting skb->dev
Willem de Bruijn
2018-12-13
net: dev: Add extack argument to dev_set_mac_address()
Petr Machata
2018-09-21
net: tap: remove redundant null pointer check before kfree_skb
zhong jiang
2018-09-13
tap: accept an array of XDP buffs through sendmsg()
Jason Wang
2018-09-13
tun: switch to new type of msg_control
Jason Wang
2018-06-07
net: in virtio_net_hdr only add VLAN_HLEN to csum_start if payload holds vlan
Willem de Bruijn
2018-02-11
vfs: do bulk POLL* -> EPOLL* replacement
Linus Torvalds
2018-01-31
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
2018-01-30
Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2018-01-29
tap: fix use-after-free
Michael S. Tsirkin
2018-01-09
tun/tap: use ptr_ring instead of skb_array
Jason Wang
2017-12-02
tap: free skb if flags error
Wei Xu
2017-11-28
the rest of drivers/*: annotate ->poll() instances
Al Viro
2017-11-24
net: accept UFO datagrams from tuntap and packet
Willem de Bruijn
2017-11-07
Merge branch 'linus' into locking/core, to resolve conflicts
Ingo Molnar
2017-11-01
tun/tap: sanitize TUNSETSNDBUF input
Craig Gallek
2017-10-28
tap: reference to KVA of an unloaded module causes kernel panic
Girish Moodalbail
2017-10-26
tap: double-free in error path in tap_open()
Girish Moodalbail
2017-10-25
locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...
Mark Rutland
2017-08-16
tun/tap: use paren's with sizeof
stephen hemminger
2017-08-13
tap: make struct tap_fops static
Colin Ian King
2017-07-17
tun/tap: Remove references to NETIF_F_UFO.
David S. Miller
2017-07-11
tap: convert a mutex to a spinlock
WANG Cong
2017-05-18
tap: support receiving skb from msg_control
Jason Wang
2017-05-18
tap: export skb_array
Jason Wang
2017-03-03
sched/headers: Move task_struct::signal and task_struct::sighand types and ac...
Ingo Molnar
2017-02-11
tap: tap as an independent module
Sainath Grandhi
2017-02-11
tap: Extending tap device create/destroy APIs
Sainath Grandhi
2017-02-11
tap: Abstract type of virtual interface from tap implementation
Sainath Grandhi
2017-02-11
tap: Tap character device creation/destroy API
Sainath Grandhi
2017-02-11
tap: Renaming tap related APIs, data structures, macros
Sainath Grandhi
2017-02-11
tap: Refactoring macvtap.c
Sainath Grandhi