aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/tun.c
AgeCommit message (Expand)Author
2024-05-02tun: limit printing rate when illegal packet received by tun devLei Chen
2024-03-06tun: Fix xdp_rxq_info's queue_index when detachingYunjian Wang
2023-10-25tun: prevent negative ifindexEric Dumazet
2023-08-16drivers: net: prevent tun_build_skb() to exceed the packet size limitAndrew Kanner
2023-08-11net: tun_chr_open(): set sk_uid from current_fsuid()Laszlo Ersek
2023-03-11tun: tun_chr_open(): correctly initialize socket uidPietro Borrello
2022-12-08net: tun: Fix use-after-free in tun_detach()Shigeru Yoshida
2022-11-16net: tun: call napi_schedule_prep() to ensure we own a napiEric Dumazet
2022-11-16net: tun: Fix memory leaks of napi_get_fragsWang Yufen
2022-11-10net: tun: fix bugs for oversize packet when napi frags enabledZiyang Xuan
2022-08-11tun: avoid double free in tun_free_netdevGeorge Kennedy
2022-07-07net: tun: avoid disabling NAPI twiceJakub Kicinski
2022-07-07net: tun: stop NAPI when detaching queuesJakub Kicinski
2022-07-07net: tun: unlink NAPI from device on destructionJakub Kicinski
2022-04-13tuntap: add sanity checks about msg_controllen in sendmsgHarold Huang
2021-11-26tun: fix bonding active backup with arp monitoringNicolas Dichtel
2021-04-14net: tun: set tun->dev->addr_len during TUNSETLINK processingPhillip Potter
2021-03-07net: fix dev_ifsioc_locked() race conditionCong Wang
2021-01-12tun: fix return value when the number of iovs exceeds MAX_SKB_FRAGSYunjian Wang
2020-11-21tun: honor IOCB_NOWAIT flagJens Axboe
2020-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-08-19net-tun: Eliminate two tun/xdp related function calls from vhost-netMaciej Żenczykowski
2020-08-19net-tun: Add type safety to tun_xdp_to_ptr() and tun_ptr_to_xdp()Maciej Żenczykowski
2020-08-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2020-07-31tun: add missing rcu annotation in tun_set_ebpf()Jason Wang
2020-07-25bpf, xdp: Remove XDP_QUERY_PROG and XDP_QUERY_PROG_HW XDP commandsAndrii Nakryiko
2020-06-30tun: implement header_ops->parse_protocol for AF_PACKETJason A. Donenfeld
2020-06-01xdp: Rename convert_to_xdp_frame in xdp_convert_buff_to_frameLorenzo Bianconi
2020-06-01tun: correct header offsets in napi frags modeWillem de Bruijn
2020-05-14tun: Add XDP frame sizeJesper Dangaard Brouer
2020-04-12net: tun: record RX queue in skb before do_xdp_generic()Gilberto Bertin
2020-04-06tun: Don't put_page() for all negative return values from XDP programWill Deacon
2020-03-06tun: reject unsupported coalescing paramsJakub Kicinski
2020-03-05tun: drop TUN_DEBUG and tun_debug()Michal Kubecek
2020-03-05tun: replace tun_debug() by netif_info()Michal Kubecek
2020-03-05tun: drop useless debugging statementsMichal Kubecek
2020-03-05tun: get rid of DBG1() macroMichal Kubecek
2020-03-05tun: fix misleading comment formatMichal Kubecek
2020-02-23tun: Remove unnecessary BUG_ON check in tun_net_xmitDavid Ahern
2020-01-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-01-23tun: add mutex_unlock() call and napi.skb clearing in tun_get_user()Eric Dumazet
2020-01-16xdp: Use bulking for non-map XDP_REDIRECT and consolidate code pathsToke Høiland-Jørgensen
2019-11-15tun: fix data-race in gro_normal_list()Petar Penkov
2019-11-07tun: switch to u64_stats_tEric Dumazet
2019-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-10-09tun: remove possible false sharing in tun_flow_update()Eric Dumazet
2019-10-08Revert "tun: call dev_get_valid_name() before register_netdevice()"Eric Dumazet
2019-10-08tun: fix memory leak in error pathEric Dumazet
2019-10-01netfilter: drop bridge nf reset from nf_resetFlorian Westphal