summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* net_sched: introduce a workqueue for RCU callbacks of tc filterCong Wang2017-10-292-0/+5
* sctp: fix some type cast warnings introduced since very beginningXin Long2017-10-292-2/+2
* sctp: fix some type cast warnings introduced by stream reconfXin Long2017-10-293-18/+18
* bpf: rename sk_actions to align with bpf infrastructureJohn Fastabend2017-10-291-3/+3
* bpf: bpf_compute_data uses incorrect cb structureJohn Fastabend2017-10-291-0/+1
* tap: reference to KVA of an unloaded module causes kernel panicGirish Moodalbail2017-10-281-2/+2
* Merge tag 'mlx5-fixes-2017-10-26' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller2017-10-271-0/+2
|\
| * net/mlx5e: DCBNL, Implement tc with ets type and zero bandwidthHuy Nguyen2017-10-261-0/+2
* | Merge tag 'mac80211-for-davem-2017-10-25' of git://git.kernel.org/pub/scm/lin...David S. Miller2017-10-271-3/+6
|\ \
| * | fq_impl: Properly enforce memory limitToke Høiland-Jørgensen2017-10-181-3/+6
* | | tcp/dccp: fix other lockdep splats accessing ireq_optEric Dumazet2017-10-261-0/+6
| |/ |/|
* | strparser: Use delayed work instead of timer for msg timeoutTom Herbert2017-10-251-2/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-10-214-2/+10
|\ \
| * | tcp/dccp: fix ireq->opt racesEric Dumazet2017-10-211-1/+1
| * | bpf: avoid preempt enable/disable in sockmap using tcp_skb_cb regionJohn Fastabend2017-10-202-1/+6
| |/
| * tun: call dev_get_valid_name() before register_netdevice()Cong Wang2017-10-161-0/+3
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2017-10-212-0/+10
|\ \
| * | Input: allow matching device IDs on property bitsDmitry Torokhov2017-10-192-0/+7
| * | Input: factor out and export input_device_id matching codeDmitry Torokhov2017-10-191-0/+3
* | | Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds2017-10-201-2/+2
|\ \ \
| * \ \ Merge tag 'mvebu-fixes-4.14-2' of git://git.infradead.org/linux-mvebu into fixesArnd Bergmann2017-10-191-2/+2
| |\ \ \
| | * | | bus: mbus: fix window size calculation for 4GB windowsJan Luebbe2017-10-121-2/+2
* | | | | Merge branch 'fixes-v4.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-10-201-17/+30
|\ \ \ \ \
| * \ \ \ \ Merge commit 'tags/keys-fixes-20171018' into fixes-v4.14-rc5James Morris2017-10-191-17/+30
| |\ \ \ \ \
| | * | | | | KEYS: Fix race between updating and finding a negative keyDavid Howells2017-10-181-17/+30
* | | | | | | doc: Fix various RCU docbook comment-header problemsPaul E. McKenney2017-10-193-9/+16
* | | | | | | membarrier: Provide register expedited private commandMathieu Desnoyers2017-10-193-7/+35
* | | | | | | Merge tag 'sound-4.14-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2017-10-191-0/+3
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | ALSA: hda - Fix incorrect TLV callback check introduced during set_fs() removalTakashi Iwai2017-10-181-0/+3
* | | | | | | Merge tag 'char-misc-4.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-10-151-1/+1
|\ \ \ \ \ \ \
| * | | | | | | Drivers: hv: vmbus: Fix bugs in rescind handlingK. Y. Srinivasan2017-10-041-1/+1
* | | | | | | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-10-141-8/+0
|\ \ \ \ \ \ \ \
| * | | | | | | | sched/core: Fix wake_affine() performance regressionPeter Zijlstra2017-10-101-8/+0
| | |_|_|_|_|_|/ | |/| | | | | |
* | | | | | | | kmemleak: clear stale pointers from task stacksKonstantin Khlebnikov2017-10-131-1/+1
* | | | | | | | fs/mpage.c: fix mpage_writepage() for pages with buffersMatthew Wilcox2017-10-131-0/+1
* | | | | | | | linux/kernel.h: add/correct kernel-doc notationRandy Dunlap2017-10-131-16/+74
* | | | | | | | include/linux/of.h: provide of_n_{addr,size}_cells wrappers for !CONFIG_OFArnd Bergmann2017-10-131-0/+10
* | | | | | | | Merge tag 'sound-4.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2017-10-121-0/+1
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | / / / / / | | |/ / / / / | |/| | | | |
| * | | | | | ALSA: seq: Fix copy_from_user() call inside lockTakashi Iwai2017-10-091-0/+1
| | |_|/ / / | |/| | | |
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-10-093-3/+10
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2017-10-093-3/+10
| |\ \ \ \ \
| | * | | | | netfilter: xt_bpf: Fix XT_BPF_MODE_FD_PINNED mode of 'xt_bpf_info_v1'Shmulik Ladkani2017-10-092-0/+6
| | * | | | | netfilter: ebtables: fix race condition in frame_filter_net_init()Artem Savkov2017-09-291-3/+4
* | | | | | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2017-10-073-1/+2
|\ \ \ \ \ \ \
| * | | | | | | scsi: libiscsi: Remove iscsi_destroy_sessionKhazhismel Kumykov2017-10-021-1/+0
| * | | | | | | scsi: sd: Implement blacklist option for WRITE SAME w/ UNMAPMartin K. Petersen2017-10-022-0/+2
* | | | | | | | Merge tag 'mmc-v4.14-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/ul...Linus Torvalds2017-10-071-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | mmc: Delete bounce buffer handlingLinus Walleij2017-10-041-1/+1
| | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | Merge branch 'core-watchdog-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2017-10-062-61/+64
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | |
| * | | | | | | powerpc/watchdog: Make use of watchdog_nmi_probe()Thomas Gleixner2017-10-041-0/+1