summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* bpf: sockmap: Require attach_bpf_fd when detaching a programLorenz Bauer2020-06-302-2/+24
* bpf: flow_dissector: Check value of unused flags to BPF_PROG_DETACHLorenz Bauer2020-06-301-2/+3
* bpf, netns: Keep a list of attached bpf_link'sJakub Sitnicki2020-06-301-1/+1
* bpf, netns: Keep attached programs in bpf_prog_arrayJakub Sitnicki2020-06-301-1/+4
* flow_dissector: Pull BPF program assignment up to bpf-netnsJakub Sitnicki2020-06-301-1/+2
* xsk: Replace the cheap_dma flag with a dma_need_sync flagChristoph Hellwig2020-06-301-3/+3
* dma-mapping: Add a new dma_need_sync APIChristoph Hellwig2020-06-302-0/+6
* bpf: Do not allow btf_ctx_access with __int128 typesJohn Fastabend2020-06-251-0/+5
* bpf: Fix formatting in documentation for BPF helpersQuentin Monnet2020-06-231-20/+21
* net: flow_offload: fix flow_indr_dev_unregister pathwenxu2020-06-191-1/+3
* flow_offload: use flow_indr_block_cb_alloc/remove functionwenxu2020-06-191-1/+3
* flow_offload: add flow_indr_block_cb_alloc/remove functionwenxu2020-06-191-0/+13
* Merge tag 'rxrpc-fixes-20200618' of git://git.kernel.org/pub/scm/linux/kernel...David S. Miller2020-06-191-1/+1
|\
| * rxrpc: Fix trace stringDavid Howells2020-06-171-1/+1
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2020-06-191-0/+1
|\ \
| * | xfrm: Fix double ESP trailer insertion in IPsec crypto offload.Huy Nguyen2020-06-041-0/+1
* | | net: core: reduce recursion limit valueTaehee Yoo2020-06-181-1/+1
| |/ |/|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2020-06-171-1/+1
|\ \
| * | bpf: Fix definition of bpf_ringbuf_output() helper in UAPI commentsAndrii Nakryiko2020-06-161-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-06-162-5/+55
|\ \ \
| * | | netfilter: flowtable: Make nf_flow_table_offload_add/del_cb inlineAlaa Hleihel2020-06-151-4/+45
| * | | net/sched: act_ct: Make tcf_ct_flow_table_restore_skb inlineAlaa Hleihel2020-06-151-1/+10
| |/ /
* | | Merge tag 'flex-array-conversions-5.8-rc2' of git://git.kernel.org/pub/scm/li...Linus Torvalds2020-06-1613-32/+32
|\ \ \
| * | | tifm: Replace zero-length array with flexible-arrayGustavo A. R. Silva2020-06-151-1/+1
| * | | sctp: Replace zero-length array with flexible-arrayGustavo A. R. Silva2020-06-151-18/+18
| * | | RxRPC: Replace zero-length array with flexible-arrayGustavo A. R. Silva2020-06-151-2/+2
| * | | libata: Replace zero-length array with flexible-arrayGustavo A. R. Silva2020-06-151-1/+1
| * | | kprobes: Replace zero-length array with flexible-arrayGustavo A. R. Silva2020-06-151-1/+1
| * | | keys: encrypted-type: Replace zero-length array with flexible-arrayGustavo A. R. Silva2020-06-151-1/+1
| * | | kexec: Replace zero-length array with flexible-arrayGustavo A. R. Silva2020-06-151-1/+1
| * | | KVM: Replace zero-length array with flexible-arrayGustavo A. R. Silva2020-06-151-1/+1
| * | | FS-Cache: Replace zero-length array with flexible-arrayGustavo A. R. Silva2020-06-151-1/+1
| * | | cb710: Replace zero-length array with flexible-arrayGustavo A. R. Silva2020-06-151-1/+1
| * | | drm/edid: Replace zero-length array with flexible-arrayGustavo A. R. Silva2020-06-151-1/+1
| * | | can: Replace zero-length array with flexible-arrayGustavo A. R. Silva2020-06-151-1/+1
| * | | dmaengine: Replace zero-length array with flexible-arrayGustavo A. R. Silva2020-06-151-2/+2
| |/ /
* | | Merge tag 'ext4-for-linus-5.8-rc1-2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2020-06-153-1/+10
|\ \ \ | |/ / |/| |
| * | ext4, jbd2: ensure panic by fix a race between jbd2 abort and ext4 error hand...zhangyi (F)2020-06-121-1/+5
| * | ext4: support xattr gnu.* namespace for the HurdJan (janneke) Nieuwenhuizen2020-06-121-0/+4
| * | Enable ext4 support for per-file/directory dax operationsTheodore Ts'o2020-06-114-7/+11
| |\ \
| | * | fs/ext4: Introduce DAX inode flagIra Weiny2020-05-281-0/+1
* | | | Merge tag 'LSM-add-setgid-hook-5.8-author-fix' of git://github.com/micah-mort...Linus Torvalds2020-06-143-0/+20
|\ \ \ \
| * | | | security: Add LSM hooks to set*gid syscallsThomas Cedeno2020-06-143-0/+20
* | | | | Merge tag 'for-5.8-part2-tag' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-06-141-0/+2
|\ \ \ \ \
| * | | | | Revert "fs: remove dio_end_io()"David Sterba2020-06-091-0/+2
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-06-137-32/+58
|\ \ \ \ \ \
| * \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2020-06-131-0/+13
| |\ \ \ \ \ \
| | * | | | | | bpf: Devmap adjust uapi for attach bpf programJesper Dangaard Brouer2020-06-091-0/+13
| | | |_|_|_|/ | | |/| | | |
| * | | | | | vxlan: Remove access to nexthop group structDavid Ahern2020-06-101-0/+11
| * | | | | | nexthop: Fix fdb labeling for groupsDavid Ahern2020-06-101-1/+16