summaryrefslogtreecommitdiffstats
path: root/drivers/net/tun.c
Commit message (Expand)AuthorAgeFilesLines
* Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2020-12-041-1/+1
|\
| * xsk: Propagate napi_id to XDP socket Rx pathBjörn Töpel2020-12-011-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-11-271-3/+11
|\ \
| * | tun: honor IOCB_NOWAIT flagJens Axboe2020-11-211-3/+11
* | | net/tun: Call type change netdev notifiersMartin Schiller2020-11-231-1/+10
| |/ |/|
* | tun: switch to net core provided statistics countersHeiner Kallweit2020-11-091-87/+34
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-09-041-3/+3
|\
| * treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-3/+3
* | net-tun: Eliminate two tun/xdp related function calls from vhost-netMaciej Żenczykowski2020-08-191-18/+0
* | net-tun: Add type safety to tun_xdp_to_ptr() and tun_ptr_to_xdp()Maciej Żenczykowski2020-08-191-3/+3
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-08-031-15/+0
|\
| * bpf, xdp: Remove XDP_QUERY_PROG and XDP_QUERY_PROG_HW XDP commandsAndrii Nakryiko2020-07-251-15/+0
* | tun: add missing rcu annotation in tun_set_ebpf()Jason Wang2020-07-311-1/+1
|/
* tun: implement header_ops->parse_protocol for AF_PACKETJason A. Donenfeld2020-06-301-0/+2
* xdp: Rename convert_to_xdp_frame in xdp_convert_buff_to_frameLorenzo Bianconi2020-06-011-1/+1
* tun: correct header offsets in napi frags modeWillem de Bruijn2020-06-011-4/+10
* tun: Add XDP frame sizeJesper Dangaard Brouer2020-05-141-0/+2
* net: tun: record RX queue in skb before do_xdp_generic()Gilberto Bertin2020-04-121-1/+2
* tun: Don't put_page() for all negative return values from XDP programWill Deacon2020-04-061-4/+6
* tun: reject unsupported coalescing paramsJakub Kicinski2020-03-061-0/+1
* tun: drop TUN_DEBUG and tun_debug()Michal Kubecek2020-03-051-17/+0
* tun: replace tun_debug() by netif_info()Michal Kubecek2020-03-051-33/+27
* tun: drop useless debugging statementsMichal Kubecek2020-03-051-13/+0
* tun: get rid of DBG1() macroMichal Kubecek2020-03-051-14/+0
* tun: fix misleading comment formatMichal Kubecek2020-03-051-2/+1
* tun: Remove unnecessary BUG_ON check in tun_net_xmitDavid Ahern2020-02-231-2/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-01-261-0/+4
|\
| * tun: add mutex_unlock() call and napi.skb clearing in tun_get_user()Eric Dumazet2020-01-231-0/+4
* | xdp: Use bulking for non-map XDP_REDIRECT and consolidate code pathsToke Høiland-Jørgensen2020-01-161-2/+2
|/
* tun: fix data-race in gro_normal_list()Petar Penkov2019-11-151-2/+2
* tun: switch to u64_stats_tEric Dumazet2019-11-071-16/+16
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-10-201-2/+2
|\
| * tun: remove possible false sharing in tun_flow_update()Eric Dumazet2019-10-091-2/+2
* | Revert "tun: call dev_get_valid_name() before register_netdevice()"Eric Dumazet2019-10-081-3/+0
* | tun: fix memory leak in error pathEric Dumazet2019-10-081-2/+12
|/
* netfilter: drop bridge nf reset from nf_resetFlorian Westphal2019-10-011-1/+1
* tun: fix use-after-free when register netdev failedYang Yingliang2019-09-121-5/+11
* tun: mark small packets as owned by the tap sockAlexis Bauvin2019-07-251-3/+6
* coallocate socket_wq with socket itselfAl Viro2019-07-081-5/+3
* tun: wake up waitqueues after IFF_UP is setFei Li2019-06-181-10/+9
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner2019-05-301-10/+1
* tuntap: synchronize through tfiles array instead of tun->numqueuesJason Wang2019-05-091-1/+6
* tuntap: fix dividing by zero in ebpf queue selectionJason Wang2019-05-091-1/+6
* net: pass net_device argument to the eth_get_headlenStanislav Fomichev2019-04-231-1/+2
* net: convert rps_needed and rfs_needed to new static branch apiEric Dumazet2019-03-231-1/+1
* tun: Remove unused first parameter of tun_get_iff()Kirill Tkhai2019-03-211-4/+3
* tun: Add ioctl() TUNGETDEVNETNS cmd to allow obtaining real net ns of tun deviceKirill Tkhai2019-03-211-0/+8
* net: remove 'fallback' argument from dev->ndo_select_queue()Paolo Abeni2019-03-201-2/+1
* tun: add a missing rcu_read_unlock() in error pathEric Dumazet2019-03-161-0/+1
* tun: properly test for IFF_UPEric Dumazet2019-03-151-4/+11