Age | Commit message (Expand) | Author | Files | Lines |
2018-07-15 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 1 | -1/+0 |
2018-07-13 | xdp: don't make drivers report attachment mode | Jakub Kicinski | 1 | -1/+0 |
2018-07-09 | net: allow ndo_select_queue to pass netdev | Alexander Duyck | 1 | -1/+2 |
2018-06-07 | net: in virtio_net_hdr only add VLAN_HLEN to csum_start if payload holds vlan | Willem de Bruijn | 1 | -1/+2 |
2018-06-05 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 1 | -27/+17 |
2018-06-05 | tun: remove ndo_xdp_flush call tun_xdp_flush | Jesper Dangaard Brouer | 1 | -22/+1 |
2018-06-04 | Allow ethtool to change tun link settings | Chas Williams | 1 | -2/+25 |
2018-06-03 | tun: implement flush flag for ndo_xdp_xmit | Jesper Dangaard Brouer | 1 | -6/+13 |
2018-06-03 | xdp: add flags argument to ndo_xdp_xmit API | Jesper Dangaard Brouer | 1 | -2/+6 |
2018-06-03 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -6/+9 |
2018-05-29 | tun: Fix NULL pointer dereference in XDP redirect | Toshiaki Makita | 1 | -6/+9 |
2018-05-27 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -4/+15 |
2018-05-25 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 1 | -13/+24 |
2018-05-25 | xdp: change ndo_xdp_xmit API to support bulking | Jesper Dangaard Brouer | 1 | -13/+24 |
2018-05-23 | tuntap: correctly set SOCKWQ_ASYNC_NOSPACE | Jason Wang | 1 | -4/+15 |
2018-05-21 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -15/+12 |
2018-05-16 | tuntap: fix use after free during release | Jason Wang | 1 | -1/+1 |
2018-05-14 | tun: fix use after free for ptr_ring | Jason Wang | 1 | -15/+12 |
2018-05-10 | tun: Do SIOCGSKNS out of rtnl_lock() | Kirill Tkhai | 1 | -11/+7 |
2018-04-21 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -6/+1 |
2018-04-21 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 1 | -1/+2 |
2018-04-20 | tun: do not compute the rxhash, if not needed | Paolo Abeni | 1 | -9/+6 |
2018-04-19 | bpf: make tun compatible w/ bpf_xdp_adjust_tail | Nikita V. Shirokov | 1 | -1/+2 |
2018-04-18 | tun: fix vlan packet truncation | Bjørn Mork | 1 | -6/+1 |
2018-04-17 | xdp: transition into using xdp_frame for ndo_xdp_xmit | Jesper Dangaard Brouer | 1 | -7/+12 |
2018-04-17 | xdp: transition into using xdp_frame for return API | Jesper Dangaard Brouer | 1 | -2/+2 |
2018-04-17 | xdp: rhashtable with allocator ID to pointer mapping | Jesper Dangaard Brouer | 1 | -0/+6 |
2018-04-17 | tun: convert to use generic xdp_frame and xdp_return_frame API | Jesper Dangaard Brouer | 1 | -23/+20 |
2018-04-11 | tun: send netlink notification when the device is modified | Sabrina Dubroca | 1 | -2/+22 |
2018-04-11 | tun: set the flags before registering the netdevice | Sabrina Dubroca | 1 | -3/+6 |
2018-03-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+2 |
2018-03-14 | tuntap: XDP_TX can use native XDP | Jason Wang | 1 | -11/+8 |
2018-03-09 | vhost_net: examine pointer types during un-producing | Jason Wang | 1 | -1/+2 |
2018-03-06 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -15/+7 |
2018-02-26 | tuntap: correctly add the missing XDP flush | Jason Wang | 1 | -0/+1 |
2018-02-26 | tuntap: disable preemption during XDP processing | Jason Wang | 1 | -0/+6 |
2018-02-26 | Revert "tuntap: add missing xdp flush" | Jason Wang | 1 | -15/+0 |
2018-02-20 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -10/+6 |
2018-02-17 | tun: export flags, uid, gid, queue information over netlink | Sabrina Dubroca | 1 | -0/+56 |
2018-02-17 | tun: fix tun_napi_alloc_frags() frag allocator | Eric Dumazet | 1 | -10/+6 |
2018-02-15 | tun: Add ioctl() SIOCGSKNS cmd to allow obtaining net ns of tun device | Kirill Tkhai | 1 | -2/+14 |
2018-02-12 | vfs: do bulk POLL* -> EPOLL* replacement | Linus Torvalds | 1 | -6/+6 |
2018-02-08 | tuntap: add missing xdp flush | Jason Wang | 1 | -0/+15 |
2018-02-01 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 1 | -83/+376 |
2018-01-31 | Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -2/+2 |
2018-01-23 | tun: avoid calling xdp_rxq_info_unreg() twice | Cong Wang | 1 | -2/+0 |
2018-01-22 | tun: add missing rcu annotation | Jason Wang | 1 | -1/+2 |
2018-01-20 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -4/+14 |
2018-01-17 | tun: allow to attach ebpf socket filter | Jason Wang | 1 | -4/+34 |
2018-01-17 | tuntap: rename struct tun_steering_prog to struct tun_prog | Jason Wang | 1 | -16/+16 |