summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | coresight: Reuse platform data structure for connection trackingSuzuki K Poulose2019-06-201-6/+2
| * | | | | | | coresight: Remove name from platform descriptionSuzuki K Poulose2019-06-201-4/+4
| * | | | | | | coresight: Remove cpu field from platform dataSuzuki K Poulose2019-06-201-2/+0
| * | | | | | | coresight: Make device to CPU mapping genericSuzuki K Poulose2019-06-201-6/+1
| * | | | | | | coresight: Introduce generic platform data helperSuzuki K Poulose2019-06-201-5/+2
| * | | | | | | Merge 5.2-rc4 into char-misc-nextGreg Kroah-Hartman2019-06-091137-9622/+1347
| |\ \ \ \ \ \ \
| * | | | | | | | VMCI: Fixup atomic64_t abusePeter Zijlstra2019-06-061-20/+10
| * | | | | | | | mm/balloon_compaction: List interfacesNadav Amit2019-05-241-0/+4
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/liv...Linus Torvalds2019-07-111-3/+0
|\ \ \ \ \ \ \ \
| * | | | | | | | livepatch: Remove stale kobj_added entries from kernel-doc descriptionsMiroslav Benes2019-05-091-3/+0
* | | | | | | | | Merge tag 'scsi-sg' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2019-07-111-4/+7
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | scsi: lib/sg_pool.c: improve APIs for allocating sg poolMing Lei2019-06-201-4/+7
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2019-07-1116-125/+7
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | scsi: libsas: aic94xx: hisi_sas: mvsas: pm8001: Use dev_is_expander()John Garry2019-06-201-2/+1
| * | | | | | | | | scsi: libsas: switch remaining files to SPDX tagsChristoph Hellwig2019-05-213-52/+3
| * | | | | | | | | scsi: libiscsi: switch to SPDX tagsChristoph Hellwig2019-05-215-65/+5
| * | | | | | | | | scsi: libfcoe: switch to SPDX tagsChristoph Hellwig2019-05-211-13/+1
| * | | | | | | | | scsi: libfc: switch to SPDX tagsChristoph Hellwig2019-05-217-92/+9
| * | | | | | | | | scsi: libfc: remove duplicate GPL boilerplate textChristoph Hellwig2019-05-214-52/+0
| * | | | | | | | | scsi: scsi_transport_spi: switch to SPDX tagsChristoph Hellwig2019-05-211-14/+1
| * | | | | | | | | scsi: scsi_transport_iscsi: switch to SPDX tagsChristoph Hellwig2019-05-211-14/+1
| * | | | | | | | | scsi: scsi_transport_fc: switch to SPDX tagsChristoph Hellwig2019-05-211-17/+1
| * | | | | | | | | scsi: scsi_transport_fc: remove duplicate GPL boilerplate textChristoph Hellwig2019-05-212-30/+0
| * | | | | | | | | scsi: scsi_transport.h: switch to SPDX tagsChristoph Hellwig2019-05-211-14/+1
| * | | | | | | | | scsi: scsi_netlink: remove duplicate GPL boilerplate textChristoph Hellwig2019-05-211-15/+0
| |/ / / / / / / /
* | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2019-07-11160-2762/+3940
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | pkt_sched: Include const.hDavid Ahern2019-07-091-0/+1
| * | | | | | | | | netfilter: nf_tables: add hardware offload supportPablo Neira Ayuso2019-07-093-0/+92
| * | | | | | | | | net: flow_offload: rename tc_cls_flower_offload to flow_cls_offloadPablo Neira Ayuso2019-07-092-35/+35
| * | | | | | | | | net: flow_offload: add flow_block_cb_is_busy() and use itPablo Neira Ayuso2019-07-091-0/+3
| * | | | | | | | | net: sched: remove tcf block APIPablo Neira Ayuso2019-07-091-69/+0
| * | | | | | | | | drivers: net: use flow block APIPablo Neira Ayuso2019-07-092-4/+1
| * | | | | | | | | net: flow_offload: add flow_block_cb_{priv, incref, decref}()Pablo Neira Ayuso2019-07-091-0/+4
| * | | | | | | | | net: flow_offload: add list handling functionsPablo Neira Ayuso2019-07-091-0/+19
| * | | | | | | | | net: flow_offload: add flow_block_cb_alloc() and flow_block_cb_free()Pablo Neira Ayuso2019-07-091-0/+14
| * | | | | | | | | net: flow_offload: rename TCF_BLOCK_BINDER_TYPE_* to FLOW_BLOCK_BINDER_TYPE_*Pablo Neira Ayuso2019-07-092-5/+4
| * | | | | | | | | net: flow_offload: rename TC_BLOCK_{UN}BIND to FLOW_BLOCK_{UN}BINDPablo Neira Ayuso2019-07-092-3/+2
| * | | | | | | | | net: flow_offload: add flow_block_cb_setup_simple()Pablo Neira Ayuso2019-07-092-17/+30
| * | | | | | | | | net/sched: cls_flower: Add matching on conntrack infoPaul Blakey2019-07-091-0/+16
| * | | | | | | | | net/flow_dissector: add connection tracking dissectionPaul Blakey2019-07-092-0/+25
| * | | | | | | | | net/sched: Introduce action ctPaul Blakey2019-07-094-0/+110
| * | | | | | | | | devlink: Introduce PCI VF port flavour and port attributeParav Pandit2019-07-092-0/+16
| * | | | | | | | | devlink: Introduce PCI PF port flavour and port attributeParav Pandit2019-07-092-0/+13
| * | | | | | | | | devlink: Refactor physical port attributesParav Pandit2019-07-091-2/+11
| * | | | | | | | | net/tls: don't clear TX resync flag on errorDirk van der Merwe2019-07-081-3/+3
| * | | | | | | | | sctp: rename sp strm_interleave to ep intl_enableXin Long2019-07-081-1/+1
| * | | | | | | | | sctp: rename asoc intl_enable to asoc peer.intl_capableXin Long2019-07-081-16/+17
| * | | | | | | | | sctp: remove prsctp_enable from asocXin Long2019-07-081-2/+1
| * | | | | | | | | sctp: remove reconf_enable from asocXin Long2019-07-081-2/+1
| * | | | | | | | | net: sched: add mpls manipulation actions to TCJohn Hurley2019-07-084-1/+66