summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2017-10-09Merge branch 'drm-next-4.15-dc' of git://people.freedesktop.org/~agd5f/linux ...Dave Airlie1-0/+20
2017-10-09Merge branch 'drm-next-4.15' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie3-3/+23
2017-10-08bpf: Use char in prog and map nameMartin KaFai Lau2-6/+6
2017-10-08net: phonet: mark phonet_protocol as constLin Zhang1-2/+4
2017-10-08net: phonet: mark header_ops as constLin Zhang1-1/+1
2017-10-08bpf: add helper bpf_perf_prog_read_valueYonghong Song1-1/+9
2017-10-08bpf: add helper bpf_perf_event_read_value for perf event array mapYonghong Song1-2/+19
2017-10-08bpf: perf event change needed for subsequent bpf helpersYonghong Song1-2/+5
2017-10-07ip_tunnel: add mpls over gre supportAmine Kherbouche1-0/+1
2017-10-07ipv6: take care of rt6_statsWei Wang1-6/+9
2017-10-07ipv6: replace rwlock with rcu and spinlock in fib6_tableWei Wang2-9/+17
2017-10-07ipv6: update fn_sernum after route is inserted to treeWei Wang1-0/+2
2017-10-07ipv6: hook up exception table to store dst cacheWei Wang1-1/+0
2017-10-07ipv6: prepare fib6_locate() for exception tableWei Wang1-1/+2
2017-10-07ipv6: prepare fib6_age() for exception tableWei Wang2-0/+15
2017-10-07ipv6: introduce a hash table to store dst cacheWei Wang2-0/+22
2017-10-07ipv6: introduce a new function fib6_update_sernum()Wei Wang1-0/+2
2017-10-07Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds3-1/+2
2017-10-07Merge tag 'mmc-v4.14-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/ul...Linus Torvalds1-1/+1
2017-10-07math64: add missing kernel-doc notationRandy Dunlap1-0/+27
2017-10-07div64: add missing kernel-docRandy Dunlap1-0/+14
2017-10-07linux/log2.h: fix kernel-doc notationRandy Dunlap1-19/+23
2017-10-07Merge branch 'pinconf-rename' into develLinus Walleij1-4/+4
2017-10-07mtd: nand: gpio: Convert to use GPIO descriptorsLinus Walleij1-5/+0
2017-10-07mm/shmem: introduce shmem_file_setup_with_mntMatthew Auld1-0/+2
2017-10-07padata: ensure padata_do_serial() runs on the correct CPUMathias Krause1-0/+2
2017-10-07padata: ensure the reorder timer callback runs on the correct CPUMathias Krause1-0/+2
2017-10-07tcp: implement rb-tree based retransmit queueEric Dumazet2-44/+52
2017-10-07tcp: uninline tcp_write_queue_purge()Eric Dumazet1-14/+1
2017-10-07net: add rb_to_skb() and other rb tree helpersEric Dumazet1-0/+18
2017-10-07drm/ttm: add support for different pool sizesChristian König1-2/+2
2017-10-07drm/ttm: remove unsued options from ttm_mem_global_alloc_pageChristian König1-2/+1
2017-10-06drm/amdgpu: add FENCE_TO_HANDLE ioctl that returns syncobj or sync_fileMarek Olšák1-0/+16
2017-10-06drm/syncobj: add a new helper drm_syncobj_get_fdMarek Olšák1-0/+1
2017-10-06drm/syncobj: extract two helpers from drm_syncobj_createMarek Olšák1-0/+4
2017-10-06leds: Replace flags bit shift with BIT() macrosDavid Lin1-9/+9
2017-10-06acct.h: get rid of detritusAl Viro1-3/+0
2017-10-06net/ipv6: Convert icmpv6_push_pending_frames to voidJoe Perches1-2/+2
2017-10-06Merge branch 'core-watchdog-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-61/+64
2017-10-06backing-dev: kill unused pdflush_proc_obsolete()Jens Axboe1-2/+0
2017-10-06iommu/vt-d: Don't register bus-notifier under dmar_global_lockJoerg Roedel1-0/+1
2017-10-06drm/i915: Don't use BIT() in UAPI sectionJoonas Lahtinen1-1/+1
2017-10-06Merge remote-tracking branch 'net-next/master' into mac80211-nextJohannes Berg87-386/+1653
2017-10-06drm/atomic: Make atomic iterators less surprisingMaarten Lankhorst1-43/+42
2017-10-06drm/atomic: Remove unneeded null check for private objectsMaarten Lankhorst1-6/+3
2017-10-06tcp: new list for sent but unacked skbs for RACK recoveryEric Dumazet3-3/+33
2017-10-06tcp: uniform the set up of sockets after successful connectionWei Wang1-0/+1
2017-10-06ftrace/kallsyms: Have /proc/kallsyms show saved mod init functionsSteven Rostedt (VMware)1-0/+9
2017-10-06VSOCK: add sock_diag interfaceStefan Hajnoczi1-0/+33
2017-10-06VSOCK: use TCP state constants for sk_stateStefan Hajnoczi1-3/+0