summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2019-05-06Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-5/+14
2019-05-06Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds5-212/+78
2019-05-06Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-6/+2
2019-05-06Merge branch 'core-stacktrace-for-linus' of git://git.kernel.org/pub/scm/linu...Linus Torvalds4-36/+80
2019-05-06Merge branch 'core-speculation-for-linus' of git://git.kernel.org/pub/scm/lin...Linus Torvalds1-0/+24
2019-05-06Merge branch 'core-rseq-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-4/+0
2019-05-06Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-37/+5
2019-05-06Merge branch 'core-objtool-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-1/+3
2019-05-06Merge branch 'core-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-29/+259
2019-05-06Merge branch 'regulator-5.2' into regulator-nextMark Brown4-10/+6
2019-05-06Merge branches 'for-5.1/upstream-fixes', 'for-5.2/core', 'for-5.2/ish', 'for-...Jiri Kosina288-2992/+6809
2019-05-06mmc: alcor: work with multiple-entry sglistsDaniel Drake1-1/+1
2019-05-06Merge branches 'pm-devfreq' and 'pm-domains'Rafael J. Wysocki4-0/+63
2019-05-06Merge branches 'pm-docs' and 'pm-misc'Rafael J. Wysocki1-0/+7
2019-05-06Merge branches 'pm-cpuidle' and 'pm-sleep'Rafael J. Wysocki4-2/+30
2019-05-06Merge branch 'pm-cpufreq'Rafael J. Wysocki1-0/+14
2019-05-06Merge branch 'pm-x86'Rafael J. Wysocki1-0/+1
2019-05-06Merge branches 'acpi-utils', 'acpi-video', 'acpi-soc' and 'acpi-button'Rafael J. Wysocki2-4/+10
2019-05-06Merge branch 'acpica'Rafael J. Wysocki3-9/+9
2019-05-06Merge branch 'for-5.2-pf-removal' into for-linusPetr Mladek8-12/+12
2019-05-05net: dsa: sja1105: Add support for traffic through standalone portsVladimir Oltean2-9/+28
2019-05-05net: dsa: Add a private structure pointer to dsa_portVladimir Oltean1-0/+6
2019-05-05net: dsa: Add support for deferred xmitVladimir Oltean1-0/+12
2019-05-05net: dsa: Keep private info in the skb->cbVladimir Oltean1-0/+31
2019-05-05net: dsa: Allow drivers to filter packets they can decode source port fromVladimir Oltean1-0/+15
2019-05-05net: dsa: Optional VLAN-based port separation for switches without taggingVladimir Oltean2-0/+78
2019-05-05net/sched: add block pointer to tc_cls_common_offload structurePieter Jansen van Vuuren1-0/+8
2019-05-05net/sched: extend matchall offload for hardware statisticsPieter Jansen van Vuuren1-0/+2
2019-05-05net/sched: add police action to the hardware intermediate representationPieter Jansen van Vuuren1-0/+5
2019-05-05net/sched: move police action structures to headerPieter Jansen van Vuuren1-0/+70
2019-05-05net/sched: remove unused functions for matchall offloadPieter Jansen van Vuuren1-25/+0
2019-05-05mlxsw: use intermediate representation for matchall offloadPieter Jansen van Vuuren1-0/+11
2019-05-05net/sched: use the hardware intermediate representation for matchallPieter Jansen van Vuuren1-0/+1
2019-05-05net/sched: add sample action to the hardware intermediate representationPieter Jansen van Vuuren1-0/+7
2019-05-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller5-21/+40
2019-05-06netfilter: slightly optimize nf_inet_addr_maskLi RongQing1-0/+9
2019-05-05Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+0
2019-05-05Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller1-0/+1
2019-05-05x86/mm: Initialize PGD cache during mm initializationNadav Amit1-0/+2
2019-05-05ipv4: Define __ipv4_neigh_lookup_noref when CONFIG_INET is disabledDavid Ahern1-0/+8
2019-05-05ip6: fix skb leak in ip6frag_expire_frag_queue()Eric Dumazet1-1/+0
2019-05-05Bluetooth: Ignore CC events not matching the last HCI commandJoão Paulo Rechi Vita1-0/+1
2019-05-05ipv4: Move exception bucket to nh_commonDavid Ahern1-1/+1
2019-05-05ipv4: Move cached routes to fib_nh_commonDavid Ahern1-2/+4
2019-05-04blk-mq: always free hctx after request queue is freedMing Lei2-0/+9
2019-05-04netlink: add validation of NLA_F_NESTED flagMichal Kubecek1-1/+10
2019-05-04net: phy: improve resuming from hibernationHeiner Kallweit1-8/+1
2019-05-04net: phy: improve pause handlingHeiner Kallweit1-0/+1
2019-05-04net: add a generic tracepoint for TX queue timeoutCong Wang1-0/+23
2019-05-04Merge tag 'mlx5-updates-2019-04-30' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller9-23/+142