summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* net: phy: read MMD ID from all present MMDsRussell King2020-06-191-1/+1
* net: phy: split devices_in_packageRussell King2020-06-191-1/+3
* net: phy: add support for probing MMDs >= 8 for devices-in-packageRussell King2020-06-191-0/+2
* ipv6: icmp6: avoid indirect call for icmpv6_send()Eric Dumazet2020-06-191-1/+21
* net: qos offload add flow status with dropped countPo Liu2020-06-193-8/+13
* net: tso: cache transport header lengthEric Dumazet2020-06-181-1/+2
* net: tso: constify tso_count_descs() and friendsEric Dumazet2020-06-181-3/+3
* net: tso: shrink struct tso_tEric Dumazet2020-06-181-6/+6
* net: tso: double TSO_HEADER_SIZE valueEric Dumazet2020-06-181-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
| * | | | | | net: flow_offload: remove indirect flow_block declarations leftoverPablo Neira Ayuso2020-06-091-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-082-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-091-1/+1
| * | | | | | | | scsi: target: Initialize LUN in transport_init_se_cmd()Sudhakar Panneerselvam2020-06-091-3/+3
| * | | | | | | | scsi: target: Factor out a new helper, target_cmd_init_cdb()Sudhakar Panneerselvam2020-06-091-0/+1