aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-05-24xdp: introduce xdp_return_frame_rx_napiJesper Dangaard Brouer2-2/+2
2018-05-24xdp: add tracepoint for devmap like cpumap haveJesper Dangaard Brouer1-4/+23
2018-05-24bpf: devmap prepare xdp frames for bulkingJesper Dangaard Brouer1-4/+70
2018-05-24bpf: devmap introduce dev_map_enqueueJesper Dangaard Brouer1-6/+28
2018-05-24bpf: introduce bpf subcommand BPF_TASK_FD_QUERYYonghong Song4-0/+230
2018-05-24perf/core: add perf_get_event() to return perf_event given a struct fileYonghong Song1-0/+8
2018-05-24ipv6: sr: Add seg6local action End.BPFMathieu Xhonneux1-0/+1
2018-05-24bpf: get JITed image lengths of functions via syscallSandipan Das1-0/+20
2018-05-24bpf: fix multi-function JITed dump obtained via syscallSandipan Das1-3/+34
2018-05-24bpf: get kernel symbol addresses via syscallSandipan Das2-6/+26
2018-05-24bpf: support 64-bit offsets for bpf function callsSandipan Das1-1/+14
2018-05-24bpf: btf: Avoid variable length arrayMartin KaFai Lau1-6/+5
2018-05-23bpf: btf: Rename btf_key_id and btf_value_id in bpf_map_infoMartin KaFai Lau2-10/+10
2018-05-23bpf: btf: Remove unused bits from uapi/linux/btf.hMartin KaFai Lau1-17/+35
2018-05-23bpf: btf: Check array->index_typeMartin KaFai Lau1-24/+56
2018-05-23bpf: btf: Change how section is supported in btf_headerMartin KaFai Lau1-51/+158
2018-05-23bpf: Expose check_uarg_tail_zero()Martin KaFai Lau1-7/+7
2018-05-18bpf: allow sk_msg programs to read sock fieldsJohn Fastabend1-0/+1
2018-05-18xsk: clean up SPDX headersBjörn Töpel1-9/+0
2018-05-17bpf: sockmap, fix double-freeGustavo A. R. Silva1-1/+0
2018-05-17bpf: sockmap, fix uninitialized variableGustavo A. R. Silva1-1/+1
2018-05-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller6-100/+797
2018-05-17bpf: sockmap, on update propagate errors back to userspaceJohn Fastabend1-1/+1
2018-05-17bpf: fix sock hashmap kmalloc warningYonghong Song1-0/+6
2018-05-15bpf: sockmap, add hash map supportJohn Fastabend3-17/+492
2018-05-15bpf: sockmap, refactor sockmap routines to work with hashmapJohn Fastabend1-60/+88
2018-05-14bpf: enable stackmap with build_id in nmi contextSong Liu1-6/+53
2018-05-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller7-41/+67
2018-05-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-5/+14
2018-05-11Merge tag 'trace-v4.17-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-0/+3
2018-05-11Merge tag 'pm-4.17-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-14/+2
2018-05-11tracing: Fix regex_match_front() to not over compare the test stringSteven Rostedt (VMware)1-0/+3
2018-05-10compat: fix 4-byte infoleak via uninitialized struct fieldJann Horn1-0/+1
2018-05-09bpf: xdp: allow offloads to store into rx_queue_indexJakub Kicinski1-1/+1
2018-05-09bpf: btf: Add struct bpf_btf_infoMartin KaFai Lau2-6/+37
2018-05-09bpf: btf: Introduce BTF IDMartin KaFai Lau2-11/+121
2018-05-09bpf: btf: Avoid WARN_ON when CONFIG_REFCOUNT_FULL=yMartin KaFai Lau1-1/+1
2018-05-09cpufreq: schedutil: Avoid using invalid next_freqRafael J. Wysocki1-1/+2
2018-05-09cpufreq: schedutil: remove stale commentJuri Lelli1-13/+0
2018-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller10-214/+566
2018-05-06Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-19/+44
2018-05-04Merge tag 'trace-v4.17-rc1-3' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds2-3/+3
2018-05-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller1-5/+14
2018-05-04bpf, xskmap: fix crash in xsk_map_alloc error path handlingDaniel Borkmann1-0/+2
2018-05-04bpf: fix references to free_bpf_prog_info() in commentsJakub Kicinski1-2/+2
2018-05-04bpf: replace map pointer loads before calling into offloadsJakub Kicinski1-5/+5
2018-05-04bpf: export bpf_event_output()Jakub Kicinski1-0/+1
2018-05-04nfp: bpf: record offload neutral maps in the driverJakub Kicinski1-0/+2
2018-05-04bpf: offload: allow offloaded programs to use perf event arraysJakub Kicinski1-2/+4
2018-05-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller19-168/+144