2018-06-05 |
Björn Töpel | xsk: moved struct xdp_umem definition |
commit | commitdiff | tree | snapshot |
2018-06-05 |
Daniel Borkmann | Merge branch 'bpf-xdp-remove-xdp-flush' |
commit | commitdiff | tree | snapshot |
2018-06-05 |
Jesper Dangaard... | net: remove net_device operation ndo_xdp_flush |
commit | commitdiff | tree | snapshot |
2018-06-05 |
Jesper Dangaard... | tun: remove ndo_xdp_flush call tun_xdp_flush |
commit | commitdiff | tree | snapshot |
2018-06-05 |
Jesper Dangaard... | virtio_net: remove ndo_xdp_flush call virtnet_xdp_flush |
commit | commitdiff | tree | snapshot |
2018-06-05 |
Jesper Dangaard... | ixgbe: remove ndo_xdp_flush call ixgbe_xdp_flush |
commit | commitdiff | tree | snapshot |
2018-06-05 |
Jesper Dangaard... | i40e: remove ndo_xdp_flush call i40e_xdp_flush |
commit | commitdiff | tree | snapshot |
2018-06-05 |
Wang YanQing | bpf, arm32: fix inconsistent naming about emit_a32_lsr_... |
commit | commitdiff | tree | snapshot |
2018-06-05 |
Wang YanQing | bpf, arm32: correct check_imm24 |
commit | commitdiff | tree | snapshot |
2018-06-04 |
Yonghong Song | bpf: guard bpf_get_current_cgroup_id() with CONFIG_CGROUPS |
commit | commitdiff | tree | snapshot |
2018-06-04 |
Daniel Borkmann | Merge branch 'bpf-af-xdp-fixes' |
commit | commitdiff | tree | snapshot |
2018-06-04 |
Magnus Karlsson | samples/bpf: minor *_nb_free performance fix |
commit | commitdiff | tree | snapshot |
2018-06-04 |
Björn Töpel | samples/bpf: adapted to new uapi |
commit | commitdiff | tree | snapshot |
2018-06-04 |
Björn Töpel | xsk: new descriptor addressing scheme |
commit | commitdiff | tree | snapshot |
2018-06-04 |
Björn Töpel | xsk: proper Rx drop statistics update |
commit | commitdiff | tree | snapshot |
2018-06-04 |
Björn Töpel | xsk: proper fill queue descriptor validation |
commit | commitdiff | tree | snapshot |
2018-06-04 |
David Ahern | bpf: flowlabel in bpf_fib_lookup should be flowinfo |
commit | commitdiff | tree | snapshot |
2018-06-04 |
Alexei Starovoitov | Merge branch 'bpf_get_current_cgroup_id' |
commit | commitdiff | tree | snapshot |
2018-06-04 |
Yonghong Song | tools/bpf: add a selftest for bpf_get_current_cgroup_id... |
commit | commitdiff | tree | snapshot |
2018-06-04 |
Yonghong Song | tools/bpf: sync uapi bpf.h for bpf_get_current_cgroup_i... |
commit | commitdiff | tree | snapshot |
2018-06-04 |
Yonghong Song | bpf: implement bpf_get_current_cgroup_id() helper |
commit | commitdiff | tree | snapshot |
2018-06-03 |
Alexei Starovoitov | Merge branch 'ndo_xdp_xmit-cleanup' |
commit | commitdiff | tree | snapshot |
2018-06-03 |
Jesper Dangaard... | bpf/xdp: devmap can avoid calling ndo_xdp_flush |
commit | commitdiff | tree | snapshot |
2018-06-03 |
Jesper Dangaard... | bpf/xdp: non-map redirect can avoid calling ndo_xdp_flush |
commit | commitdiff | tree | snapshot |
2018-06-03 |
Jesper Dangaard... | xdp: done implementing ndo_xdp_xmit flush flag for... |
commit | commitdiff | tree | snapshot |
2018-06-03 |
Jesper Dangaard... | virtio_net: implement flush flag for ndo_xdp_xmit |
commit | commitdiff | tree | snapshot |
2018-06-03 |
Jesper Dangaard... | tun: implement flush flag for ndo_xdp_xmit |
commit | commitdiff | tree | snapshot |
2018-06-03 |
Jesper Dangaard... | ixgbe: implement flush flag for ndo_xdp_xmit |
commit | commitdiff | tree | snapshot |
2018-06-03 |
Jesper Dangaard... | i40e: implement flush flag for ndo_xdp_xmit |
commit | commitdiff | tree | snapshot |
2018-06-03 |
Jesper Dangaard... | xdp: add flags argument to ndo_xdp_xmit API |
commit | commitdiff | tree | snapshot |
2018-06-03 |
Alexei Starovoitov | Merge branch 'misc-BPF-improvements' |
commit | commitdiff | tree | snapshot |
2018-06-03 |
Daniel Borkmann | bpf, doc: add missing patchwork url and libbpf to maint... |
commit | commitdiff | tree | snapshot |
2018-06-03 |
Daniel Borkmann | bpf: sync bpf uapi header with tools |
commit | commitdiff | tree | snapshot |
2018-06-03 |
Daniel Borkmann | bpf: fix context access in tracing progs on 32 bit... |
commit | commitdiff | tree | snapshot |
2018-06-03 |
Daniel Borkmann | bpf: fix cbpf parser bug for octal numbers |
commit | commitdiff | tree | snapshot |
2018-06-03 |
Daniel Borkmann | bpf: make sure to clear unused fields in tunnel/xfrm... |
commit | commitdiff | tree | snapshot |
2018-06-03 |
Daniel Borkmann | bpf: add bpf_skb_cgroup_id helper |
commit | commitdiff | tree | snapshot |
2018-06-03 |
Daniel Borkmann | bpf: avoid retpoline for lookup/update/delete calls... |
commit | commitdiff | tree | snapshot |
2018-06-03 |
Daniel Borkmann | bpf: show prog and map id in fdinfo |
commit | commitdiff | tree | snapshot |
2018-06-03 |
Daniel Borkmann | bpf: fixup error message from gpl helpers on license... |
commit | commitdiff | tree | snapshot |
2018-06-03 |
Daniel Borkmann | bpf: add also cbpf long jump test cases with heavy... |
commit | commitdiff | tree | snapshot |
2018-06-03 |
Daniel Borkmann | bpf: test case for map pointer poison with calls/branches |
commit | commitdiff | tree | snapshot |
2018-06-02 |
Alexei Starovoitov | Merge branch 'btf-fixes' |
commit | commitdiff | tree | snapshot |
2018-06-02 |
Martin KaFai Lau | bpf: btf: Ensure t->type == 0 for BTF_KIND_FWD |
commit | commitdiff | tree | snapshot |
2018-06-02 |
Martin KaFai Lau | bpf: btf: Check array t->size |
commit | commitdiff | tree | snapshot |
2018-06-02 |
Daniel Borkmann | Merge branch 'bpf-sockmap-test-fixes' |
commit | commitdiff | tree | snapshot |
2018-06-02 |
Prashant Bhole | selftests/bpf: test_sockmap, print additional test... |
commit | commitdiff | tree | snapshot |
2018-06-02 |
Prashant Bhole | selftests/bpf: test_sockmap, fix data verification |
commit | commitdiff | tree | snapshot |
2018-06-02 |
Prashant Bhole | selftests/bpf: test_sockmap, timing improvements |
commit | commitdiff | tree | snapshot |
2018-06-02 |
Prashant Bhole | selftests/bpf: test_sockmap, join cgroup in selftest... |
commit | commitdiff | tree | snapshot |
2018-06-02 |
Prashant Bhole | selftests/bpf: test_sockmap, check test failure |
commit | commitdiff | tree | snapshot |
2018-05-30 |
David Ahern | bpf: Change bpf_fib_lookup to return -EAFNOSUPPORT... |
commit | commitdiff | tree | snapshot |
2018-05-30 |
Colin Ian King | bpf: devmap: remove redundant assignment of dev = dev |
commit | commitdiff | tree | snapshot |
2018-05-30 |
Andrey Ignatov | bpftool: Support sendmsg{4,6} attach types |
commit | commitdiff | tree | snapshot |
2018-05-30 |
Daniel Borkmann | Merge branch 'bpf-ir-decoder' |
commit | commitdiff | tree | snapshot |
2018-05-30 |
Sean Young | bpf: add selftest for lirc_mode2 type program |
commit | commitdiff | tree | snapshot |
2018-05-30 |
Sean Young | media: rc: introduce BPF_PROG_LIRC_MODE2 |
commit | commitdiff | tree | snapshot |
2018-05-30 |
Sean Young | bpf: bpf_prog_array_copy() should return -ENOENT if... |
commit | commitdiff | tree | snapshot |
2018-05-29 |
David Ahern | bpf: Verify flags in bpf_fib_lookup |
commit | commitdiff | tree | snapshot |
2018-05-29 |
David Ahern | bpf: Drop mpls from bpf_fib_lookup |
commit | commitdiff | tree | snapshot |
2018-05-29 |
YueHaibing | bpf: hide the unused 'off' variable |
commit | commitdiff | tree | snapshot |
2018-05-29 |
Quentin Monnet | bpf: clean up eBPF helpers documentation |
commit | commitdiff | tree | snapshot |
2018-05-28 |
Daniel Borkmann | Merge branch 'bpf-sendmsg-hook' |
commit | commitdiff | tree | snapshot |
2018-05-28 |
Andrey Ignatov | selftests/bpf: Selftest for sys_sendmsg hooks |
commit | commitdiff | tree | snapshot |
2018-05-28 |
Andrey Ignatov | selftests/bpf: Prepare test_sock_addr for extension |
commit | commitdiff | tree | snapshot |
2018-05-28 |
Andrey Ignatov | libbpf: Support guessing sendmsg{4,6} progs |
commit | commitdiff | tree | snapshot |
2018-05-28 |
Andrey Ignatov | bpf: Sync bpf.h to tools/ |
commit | commitdiff | tree | snapshot |
2018-05-28 |
Andrey Ignatov | bpf: Hooks for sys_sendmsg |
commit | commitdiff | tree | snapshot |
2018-05-28 |
Andrey Ignatov | bpf: Define cgroup_bpf_enabled for CONFIG_CGROUP_BPF=n |
commit | commitdiff | tree | snapshot |
2018-05-28 |
Mathieu Xhonneux | selftests/bpf: missing headers test_lwt_seg6local |
commit | commitdiff | tree | snapshot |
2018-05-28 |
Arnd Bergmann | bpf: avoid -Wmaybe-uninitialized warning |
commit | commitdiff | tree | snapshot |
2018-05-28 |
Arnd Bergmann | bpf: btf: avoid -Wreturn-type warning |
commit | commitdiff | tree | snapshot |
2018-05-27 |
Andrey Ignatov | libbpf: Install btf.h with libbpf |
commit | commitdiff | tree | snapshot |
2018-05-26 |
David S. Miller | Merge git://git./linux/kernel/git/davem/net |
commit | commitdiff | tree | snapshot |
2018-05-26 |
Linus Torvalds | Merge branch 'akpm' (patches from Andrew) |
commit | commitdiff | tree | snapshot |
2018-05-26 |
Linus Torvalds | Merge git://git./linux/kernel/git/davem/net |
commit | commitdiff | tree | snapshot |
2018-05-26 |
David Hildenbrand | kasan: fix memory hotplug during boot |
commit | commitdiff | tree | snapshot |
2018-05-26 |
David Hildenbrand | kasan: free allocated shadow memory on MEM_CANCEL_ONLINE |
commit | commitdiff | tree | snapshot |
2018-05-26 |
Joe Perches | checkpatch: fix macro argument precedence test |
commit | commitdiff | tree | snapshot |
2018-05-26 |
Mathieu Malaterre | init/main.c: include <linux/mem_encrypt.h> |
commit | commitdiff | tree | snapshot |
2018-05-26 |
Gustavo A.... | kernel/sys.c: fix potential Spectre v1 issue |
commit | commitdiff | tree | snapshot |
2018-05-26 |
Jonathan Cameron | mm/memory_hotplug: fix leftover use of struct page... |
commit | commitdiff | tree | snapshot |
2018-05-26 |
Hugh Dickins | proc: fix smaps and meminfo alignment |
commit | commitdiff | tree | snapshot |
2018-05-26 |
Michal Hocko | mm: do not warn on offline nodes unless the specific... |
commit | commitdiff | tree | snapshot |
2018-05-26 |
Michal Hocko | mm, memory_hotplug: make has_unmovable_pages more robust |
commit | commitdiff | tree | snapshot |
2018-05-26 |
Andrey Ryabinin | mm/kasan: don't vfree() nonexistent vm_area |
commit | commitdiff | tree | snapshot |
2018-05-26 |
Mike Kravetz | MAINTAINERS: change hugetlbfs maintainer and update... |
commit | commitdiff | tree | snapshot |
2018-05-26 |
Davidlohr Bueso | ipc/shm: fix shmat() nil address after round-down when... |
commit | commitdiff | tree | snapshot |
2018-05-26 |
Davidlohr Bueso | Revert "ipc/shm: Fix shmat mmap nil-page protection" |
commit | commitdiff | tree | snapshot |
2018-05-26 |
Matthew Wilcox | idr: fix invalid ptr dereference on item delete |
commit | commitdiff | tree | snapshot |
2018-05-26 |
Changwei Ge | ocfs2: revert "ocfs2/o2hb: check len for bio_add_page... |
commit | commitdiff | tree | snapshot |
2018-05-26 |
Omar Sandoval | mm: fix nr_rotate_swap leak in swapon() error case |
commit | commitdiff | tree | snapshot |
2018-05-25 |
Florian Fainelli | net: dsa: dsa_loop: Make dynamic debugging helpful |
commit | commitdiff | tree | snapshot |
2018-05-25 |
David S. Miller | Merge branch 'ovs-ct-zone' |
commit | commitdiff | tree | snapshot |
2018-05-25 |
Yi-Hung Wei | openvswitch: Support conntrack zone limit |
commit | commitdiff | tree | snapshot |
2018-05-25 |
Yi-Hung Wei | openvswitch: Add conntrack limit netlink definition |
commit | commitdiff | tree | snapshot |
2018-05-25 |
David S. Miller | Merge tag 'mlx5e-updates-2018-05-19' of git://git.... |
commit | commitdiff | tree | snapshot |
2018-05-25 |
Bo Chen | 8139too: Remove unnecessary netif_napi_del() |
commit | commitdiff | tree | snapshot |
2018-05-25 |
Thomas Falcon | ibmvnic: Fix partial success login retries |
commit | commitdiff | tree | snapshot |
2018-05-25 |
David S. Miller | Merge branch 'qed-ethtool-rx-flow-classification-enhanc... |
commit | commitdiff | tree | snapshot |
next |