summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge up to bpf_probe_read_kernel_str() fix into bpf-nextAlexei Starovoitov2020-06-241-1/+1
|\
| * bpf: Fix definition of bpf_ringbuf_output() helper in UAPI commentsAndrii Nakryiko2020-06-161-1/+1
* | bpf: Switch most helper return values from 32-bit int to 64-bit longAndrii Nakryiko2020-06-241-96/+96
* | bpf: Support access to bpf map fieldsAndrey Ignatov2020-06-222-0/+10
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-06-172-5/+55
|\ \
| * | netfilter: flowtable: Make nf_flow_table_offload_add/del_cb inlineAlaa Hleihel2020-06-161-4/+45
| * | net/sched: act_ct: Make tcf_ct_flow_table_restore_skb inlineAlaa Hleihel2020-06-161-1/+10
| |/
* | Merge tag 'flex-array-conversions-5.8-rc2' of git://git.kernel.org/pub/scm/li...Linus Torvalds2020-06-1713-32/+32
|\ \
| * | tifm: Replace zero-length array with flexible-arrayGustavo A. R. Silva2020-06-161-1/+1
| * | sctp: Replace zero-length array with flexible-arrayGustavo A. R. Silva2020-06-161-18/+18
| * | RxRPC: Replace zero-length array with flexible-arrayGustavo A. R. Silva2020-06-161-2/+2
| * | libata: Replace zero-length array with flexible-arrayGustavo A. R. Silva2020-06-161-1/+1
| * | kprobes: Replace zero-length array with flexible-arrayGustavo A. R. Silva2020-06-161-1/+1
| * | keys: encrypted-type: Replace zero-length array with flexible-arrayGustavo A. R. Silva2020-06-161-1/+1
| * | kexec: Replace zero-length array with flexible-arrayGustavo A. R. Silva2020-06-161-1/+1
| * | KVM: Replace zero-length array with flexible-arrayGustavo A. R. Silva2020-06-161-1/+1
| * | FS-Cache: Replace zero-length array with flexible-arrayGustavo A. R. Silva2020-06-161-1/+1
| * | cb710: Replace zero-length array with flexible-arrayGustavo A. R. Silva2020-06-161-1/+1
| * | drm/edid: Replace zero-length array with flexible-arrayGustavo A. R. Silva2020-06-161-1/+1
| * | can: Replace zero-length array with flexible-arrayGustavo A. R. Silva2020-06-161-1/+1
| * | dmaengine: Replace zero-length array with flexible-arrayGustavo A. R. Silva2020-06-161-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-291-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-147-32/+58
|\ \ \ \ \
| * \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2020-06-141-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
| * | | | | | net: flow_offload: remove indirect flow_block declarations leftoverPablo Neira Ayuso2020-06-101-24/+0
| * | | | | | dccp: Fix possible memleak in dccp_init and dccp_finiWang Hai2020-06-091-0/+6
| * | | | | | net: change addr_list_lock back to static keyCong Wang2020-06-091-4/+8
| * | | | | | Merge tag 'mac80211-for-davem-2020-06-08' of git://git.kernel.org/pub/scm/lin...David S. Miller2020-06-092-3/+4
| |\ \ \ \ \ \
| | * | | | | | include: fix wiki website url in netlink interface headerFlavio Suligoi2020-06-081-1/+1
| | * | | | | | cfg80211: fix management registrations deadlockJohannes Berg2020-06-051-2/+3
* | | | | | | | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2020-06-131-4/+5
|\ \ \ \ \ \ \ \
| * | | | | | | | scsi: target: Rename target_setup_cmd_from_cdb() to target_cmd_parse_cdb()Sudhakar Panneerselvam2020-06-101-1/+1
| * | | | | | | | scsi: target: Initialize LUN in transport_init_se_cmd()Sudhakar Panneerselvam2020-06-101-3/+3
| * | | | | | | | scsi: target: Factor out a new helper, target_cmd_init_cdb()Sudhakar Panneerselvam2020-06-101-0/+1
* | | | | | | | | Merge branch 'i2c/for-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/w...Linus Torvalds2020-06-133-53/+11
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | i2c: smbus: Add a way to instantiate SPD EEPROMs automaticallyJean Delvare2020-05-291-1/+7
| * | | | | | | | | i2c: avoid confusing naming in headerWolfram Sang2020-05-281-4/+4
| * | | | | | | | | Revert "i2c: core: support bus regulator controlling in adapter"Wolfram Sang2020-05-221-2/+0
| * | | | | | | | | Merge branch 'i2c/for-current-fixed' into i2c/for-5.8Wolfram Sang2020-05-2077-175/+231
| |\ \ \ \ \ \ \ \ \