Age | Commit message (Expand) | Author |
2018-04-21 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2018-04-21 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller |
2018-04-20 | tun: do not compute the rxhash, if not needed | Paolo Abeni |
2018-04-18 | bpf: make tun compatible w/ bpf_xdp_adjust_tail | Nikita V. Shirokov |
2018-04-18 | tun: fix vlan packet truncation | Bjørn Mork |
2018-04-17 | xdp: transition into using xdp_frame for ndo_xdp_xmit | Jesper Dangaard Brouer |
2018-04-17 | xdp: transition into using xdp_frame for return API | Jesper Dangaard Brouer |
2018-04-17 | xdp: rhashtable with allocator ID to pointer mapping | Jesper Dangaard Brouer |
2018-04-17 | tun: convert to use generic xdp_frame and xdp_return_frame API | Jesper Dangaard Brouer |
2018-04-11 | tun: send netlink notification when the device is modified | Sabrina Dubroca |
2018-04-11 | tun: set the flags before registering the netdevice | Sabrina Dubroca |
2018-03-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2018-03-14 | tuntap: XDP_TX can use native XDP | Jason Wang |
2018-03-09 | vhost_net: examine pointer types during un-producing | Jason Wang |
2018-03-06 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2018-02-26 | tuntap: correctly add the missing XDP flush | Jason Wang |
2018-02-26 | tuntap: disable preemption during XDP processing | Jason Wang |
2018-02-26 | Revert "tuntap: add missing xdp flush" | Jason Wang |
2018-02-19 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2018-02-16 | tun: export flags, uid, gid, queue information over netlink | Sabrina Dubroca |
2018-02-16 | tun: fix tun_napi_alloc_frags() frag allocator | Eric Dumazet |
2018-02-15 | tun: Add ioctl() SIOCGSKNS cmd to allow obtaining net ns of tun device | Kirill Tkhai |
2018-02-11 | vfs: do bulk POLL* -> EPOLL* replacement | Linus Torvalds |
2018-02-08 | tuntap: add missing xdp flush | Jason Wang |
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-22 | tun: avoid calling xdp_rxq_info_unreg() twice | Cong Wang |
2018-01-22 | tun: add missing rcu annotation | Jason Wang |
2018-01-19 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2018-01-17 | tun: allow to attach ebpf socket filter | Jason Wang |
2018-01-17 | tuntap: rename struct tun_steering_prog to struct tun_prog | Jason Wang |
2018-01-17 | tun: fix a memory leak for tfile->tx_array | Cong Wang |
2018-01-09 | tuntap: XDP transmission | Jason Wang |
2018-01-09 | tun/tap: use ptr_ring instead of skb_array | Jason Wang |
2018-01-05 | tun: setup xdp_rxq_info | Jesper Dangaard Brouer |
2017-12-08 | tuntap: fix possible deadlock when fail to register netdev | Jason Wang |
2017-12-06 | tun: avoid unnecessary READ_ONCE in tun_net_xmit | Willem de Bruijn |
2017-12-05 | tun: add eBPF based queue selection method | Jason Wang |
2017-12-05 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2017-12-02 | tun: free skb in early errors | Wei Xu |
2017-12-03 | net: xdp: make the stack take care of the tear down | Jakub Kicinski |
2017-11-28 | the rest of drivers/*: annotate ->poll() instances | Al Viro |
2017-11-25 | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds |
2017-11-24 | net: accept UFO datagrams from tuntap and packet | Willem de Bruijn |
2017-11-21 | treewide: setup_timer() -> timer_setup() | Kees Cook |
2017-11-19 | tun: fix rcu_read_lock imbalance in tun_build_skb | Xin Long |
2017-11-15 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds |
2017-11-07 | Merge branch 'linus' into locking/core, to resolve conflicts | Ingo Molnar |
2017-11-05 | net: bpf: rename ndo_xdp to ndo_bpf | Jakub Kicinski |
2017-11-02 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |