summaryrefslogtreecommitdiff
path: root/ring.c
AgeCommit message (Expand)AuthorFilesLines
2013-12-11trafgen: speedup TX only path by avoiding kernel packet_rcv() callJesper Dangaard Brouer1-2/+5
2013-07-13misc: fix multiple NULL pointer sparse warningsDaniel Borkmann1-1/+1
2013-05-31ring: setup frame structure for v2/v3 in a generic wayDaniel Borkmann1-6/+5
2013-05-31ring: move duplicate/generic code parts from rx/tx into ring.cDaniel Borkmann1-0/+64
6:07 -0500'>2017-02-10bpf: Use bpf_map_delete_elem() from the libraryMickaël Salaün5-26/+16 2017-02-10bpf: Use bpf_map_lookup_elem() from the libraryMickaël Salaün6-50/+39 2017-02-10bpf: Use bpf_map_update_elem() from the libraryMickaël Salaün6-91/+99 2017-02-10bpf: Use bpf_load_program() from the libraryMickaël Salaün6-32/+17 2017-02-10bpf: Always test unprivileged programsMickaël Salaün2-6/+64 2017-02-10bpf: Change the include directory for selftestMickaël Salaün1-1/+1 2017-02-10tools: Sync {,tools/}include/uapi/linux/bpf.hMickaël Salaün1-1/+22 2017-02-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller