aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2014-03-31net: export NET_ADDR_* values to user-space APIFlorian Fainelli2-7/+6
2014-03-31net: Allow modules to use is_skb_forwardableVlad Yasevich1-0/+1
2014-03-31Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-8/+260
2014-03-31Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-1/+2
2014-03-31Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2014-03-31Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds3-26/+88
2014-03-31Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-1/+6
2014-03-31Merge branch 'core-types-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-8/+9
2014-03-31Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds6-66/+177
2014-03-31Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds5-20/+31
2014-03-31drm/msm: validate flags, etcRob Clark1-0/+11
2014-03-31drm/msm: add chip-id paramRob Clark1-0/+1
2014-03-31locks: fix locks_mandatory_locked to respect file-private locksJeff Layton1-11/+11
2014-03-31locks: add new fcntl cmd values for handling file private locksJeff Layton1-0/+16
2014-03-31locks: pass the cmd value to fcntl_getlk/getlk64Jeff Layton1-4/+6
2014-03-31locks: make /proc/locks show IS_FILE_PVT locks as type "FLPVT"Jeff Layton1-0/+1
2014-03-31locks: rename locks_remove_flock to locks_remove_fileJeff Layton1-2/+2
2014-03-31locks: fix posix lock range overflow handlingJ. Bruce Fields1-3/+0
2014-03-31locks: close potential race between setlease and openJeff Layton1-0/+6
2014-03-31Merge tag 'asoc-v3.15-4' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...Takashi Iwai7-20/+18
2014-03-31Merge tag 'v3.14' into drm-intel-next-queuedDaniel Vetter12-24/+46
2014-03-31Merge remote-tracking branch 'robh/for-next' into devicetree/nextGrant Likely14-55/+62
2014-03-31net: filter: rework/optimize internal BPF interpreter's instruction setAlexei Starovoitov2-11/+64
2014-03-31net: isdn: use sk_unattached_filter apiDaniel Borkmann1-3/+2
2014-03-31net: ptp: do not reimplement PTP/BPF classifierDaniel Borkmann1-8/+2
2014-03-31net: ptp: use sk_unattached_filter_create() for BPFDaniel Borkmann1-4/+0
2014-03-31net: filter: move filter accounting to filter coreDaniel Borkmann2-40/+17
2014-03-31net: filter: keep original BPF program aroundDaniel Borkmann1-2/+13
2014-03-31net: filter: add jited flag to indicate jit compiled filtersDaniel Borkmann1-1/+2
2014-03-30ext4: atomically set inode->i_flags in ext4_set_inode_flags()Theodore Ts'o1-0/+15
2014-03-30Input: pmic8xxx-pwrkey - migrate to DTStephen Boyd1-31/+0
2014-03-30Input: pmic8xxx-keypad - migrate to DTStephen Boyd1-52/+0
2014-03-30NFSD/SUNRPC: Check rpc_xprt out of xs_setup_bc_tcpKinglong Mee1-1/+12
2014-03-30SUNRPC: New helper for creating client with rpc_xprtKinglong Mee1-0/+2
2014-03-30Merge remote-tracking branches 'spi/topic/s3c64xx', 'spi/topic/sc18is602', 's...Mark Brown2-7/+16
2014-03-30Merge remote-tracking branches 'spi/topic/omap-uwire', 'spi/topic/omap100k', ...Mark Brown1-0/+4
2014-03-30Merge remote-tracking branches 'spi/topic/altera', 'spi/topic/atmel', 'spi/to...Mark Brown1-1/+1
2014-03-30Merge remote-tracking branch 'spi/topic/dma' into spi-nextMark Brown1-0/+31
2014-03-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller5-5/+14
2014-03-29netpoll: Respect NETIF_F_LLTXEric W. Biederman1-0/+5
2014-03-29netpoll: Rename netpoll_rx_enable/disable to netpoll_poll_disable/enableEric W. Biederman1-4/+4
2014-03-29netpoll: Remove gfp parameter from __netpoll_setupEric W. Biederman2-3/+2
2014-03-29shdma: add R-Car Audio DMAC peri peri driverKuninori Morimoto1-0/+34
2014-03-29workqueue: remove deprecated WQ_NON_REENTRANTZhangZhen1-6/+0
2014-03-29cgroup: remove useless argument from cgroup_exit()Li Zefan1-2/+2
2014-03-29spi: bitbang: Make spi_bitbang_stop() return voidAxel Lin1-1/+1
2014-03-29Merge tag 'exynos-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/k...Arnd Bergmann1-0/+0
2014-03-29Merge tag 'samsung-pm-2' of git://git.kernel.org/pub/scm/linux/kernel/git/kge...Arnd Bergmann1-0/+2
2014-03-28vlan: Warn the user if lowerdev has bad vlan features.Vlad Yasevich1-0/+7
2014-03-28net: Account for all vlan headers in skb_mac_gso_segmentVlad Yasevich1-1/+1