summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2016-09-22can: dev: fix deadlock reported after bus-offSergei Miroshnichenko1-1/+2
2016-09-22rxrpc: Add ktime_sub_ms()David Howells1-0/+5
2016-09-22sctp: rename WORD_TRUNC/ROUND macrosMarcelo Ricardo Leitner1-5/+5
2016-09-22drm/doc: Document color space handlingDaniel Vetter1-3/+8
2016-09-22drm: Extract drm_color_mgmt.[hc]Daniel Vetter2-27/+57
2016-09-22drm: Conslidate blending properties in drm_blend.[hc]Daniel Vetter2-26/+60
2016-09-22drm/doc: Polish for drm_plane.[hc]Daniel Vetter1-2/+55
2016-09-22drm: Extract drm_plane.[hc]Daniel Vetter3-582/+625
2016-09-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller1-1/+3
2016-09-22ptp_clock: future-proofing drivers against PTP subsystem becoming optionalNicolas Pitre1-0/+5
2016-09-22net/sched: act_vlan: Introduce TCA_VLAN_ACT_MODIFY vlan actionShmulik Ladkani1-0/+1
2016-09-22net: skbuff: Export __skb_vlan_popShmulik Ladkani1-0/+1
2016-09-22rxrpc: Add per-peer RTT trackerDavid Howells1-0/+61
2016-09-22net: cls_bpf: allow offloaded filters to update statsJakub Kicinski1-0/+1
2016-09-22bpf: enable non-core use of the verfierJakub Kicinski1-0/+11
2016-09-22bpf: expose internal verfier structuresJakub Kicinski1-0/+79
2016-09-22net: cls_bpf: limit hardware offload by software-only flagJakub Kicinski2-0/+2
2016-09-22net: cls_bpf: add hardware offloadJakub Kicinski2-0/+16
2016-09-21acpi: Validate processor id when mapping the processorDou Liyang1-0/+3
2016-09-21x86/acpi: Set persistent cpuid <-> nodeid mapping when bootingGu Zheng1-0/+3
2016-09-21lib/raid6: Add AVX512 optimized recovery functionsGayatri Kammela1-0/+1
2016-09-21lib/raid6: Add AVX512 optimized gen_syndrome functionsGayatri Kammela1-0/+3
2016-09-21lightnvm: expose device geometry through sysfsSimon A. F. Lund1-0/+3
2016-09-21lightnvm: control life of nvm_dev in driverMatias Bjørling1-6/+9
2016-09-21blk-mq: register device instead of diskMatias Bjørling1-2/+2
2016-09-21debugfs: introduce a public file_operations accessorChristian Lamparter1-0/+17
2016-09-21vti6: fix input pathNicolas Dichtel1-1/+3
2016-09-21Merge branch 'smp/for-block' into smp/hotplugThomas Gleixner1-0/+2
2016-09-21tcp_bbr: add BBR congestion controlNeal Cardwell1-0/+13
2016-09-21tcp: increase ICSK_CA_PRIV_SIZE from 64 bytes to 88Neal Cardwell1-2/+2
2016-09-21tcp: new CC hook to set sending rate with rate_sample in any CA stateYuchung Cheng1-0/+4
2016-09-21tcp: allow congestion control to expand send buffer differentlyYuchung Cheng1-0/+2
2016-09-21tcp: export tcp_tso_autosize() and parameterize minimum number of TSO segmentsNeal Cardwell1-0/+2
2016-09-21tcp: allow congestion control module to request TSO skb segment countNeal Cardwell1-0/+2
2016-09-21tcp: export data delivery rateYuchung Cheng2-1/+7
2016-09-21tcp: track application-limited rate samplesSoheil Hassas Yeganeh2-1/+6
2016-09-21tcp: track data delivery rate for a TCP connectionYuchung Cheng2-1/+36
2016-09-21tcp: count packets marked lost for a TCP connectionNeal Cardwell1-0/+1
2016-09-21net_sched: sch_fq: add low_rate_threshold parameterEric Dumazet1-0/+2
2016-09-21tcp: use windowed min filter library for TCP min_rtt estimationNeal Cardwell2-4/+3
2016-09-21lib/win_minmax: windowed min or max estimatorNeal Cardwell1-0/+37
2016-09-21bpf: direct packet write and access for helpers for clsact progsDaniel Borkmann3-3/+36
2016-09-21Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller5-4/+46
2016-09-21Merge branch 'stable-4.9' of git://git.infradead.org/users/pcmoore/selinux in...James Morris1-0/+2
2016-09-21power: supply: bq27xxx_battery: allow kernel poll_interval parameter runtime ...Matt Ranostay1-0/+1
2016-09-21power: supply: sbs-battery: Cleanup removal of chip->pdataPhil Reid1-2/+2
2016-09-21clk: imx6: fix i.MX6DL clock tree to reflect realityLucas Stach1-1/+3
2016-09-21clk: imx53: Add clocks configurationKalle Kankare1-1/+14
2016-09-21fix fault_in_multipages_...() on architectures with no-op access_ok()Al Viro1-19/+19
2016-09-21Merge branch 'irq/urgent' into irq/coreThomas Gleixner13-21/+75