summaryrefslogtreecommitdiff
path: root/drivers/input/misc/pcap_keys.c
AgeCommit message (Expand)Author
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2009-09-17input: PCAP2 misc input driverDaniel Ribeiro
n when the device is modifiedSabrina Dubroca 2018-04-11tun: set the flags before registering the netdeviceSabrina Dubroca 2018-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller 2018-03-14tuntap: XDP_TX can use native XDPJason Wang 2018-03-09vhost_net: examine pointer types during un-producingJason Wang 2018-03-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller 2018-02-26tuntap: correctly add the missing XDP flushJason Wang 2018-02-26tuntap: disable preemption during XDP processingJason Wang 2018-02-26Revert "tuntap: add missing xdp flush"Jason Wang 2018-02-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller 2018-02-16tun: export flags, uid, gid, queue information over netlinkSabrina Dubroca 2018-02-16tun: fix tun_napi_alloc_frags() frag allocatorEric Dumazet 2018-02-15tun: Add ioctl() SIOCGSKNS cmd to allow obtaining net ns of tun deviceKirill Tkhai 2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds 2018-02-08tuntap: add missing xdp flushJason Wang 2018-01-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds 2018-01-30Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds 2018-01-22tun: avoid calling xdp_rxq_info_unreg() twiceCong Wang 2018-01-22tun: add missing rcu annotationJason Wang 2018-01-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller 2018-01-17tun: allow to attach ebpf socket filterJason Wang 2018-01-17tuntap: rename struct tun_steering_prog to struct tun_progJason Wang 2018-01-17tun: fix a memory leak for tfile->tx_arrayCong Wang 2018-01-09tuntap: XDP transmissionJason Wang 2018-01-09tun/tap: use ptr_ring instead of skb_arrayJason Wang 2018-01-05tun: setup xdp_rxq_infoJesper Dangaard Brouer 2017-12-08tuntap: fix possible deadlock when fail to register netdevJason Wang 2017-12-06tun: avoid unnecessary READ_ONCE in tun_net_xmitWillem de Bruijn