summaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorLines
2015-02-28tcp: tso: remove tp->tso_deferredEric Dumazet-1/+0
2015-02-28usbnet: Fix tx_packets stat for FLAG_MULTI_FRAME driversBen Hutchings-0/+12
2015-02-27fib_trie: Convert fib_alias to hlist from listAlexander Duyck-1/+1
2015-02-27multicast: Extend ip address command to enable multicast group join/leave onMadhu Challa-0/+3
2015-02-27igmp v6: add __ipv6_sock_mc_join and __ipv6_sock_mc_dropMadhu Challa-0/+8
2015-02-27udp: In udp_flow_src_port use random hash value if skb_get_hash failsTom Herbert-6/+15
2015-02-25net: dsa: Introduce dsa_is_port_initializedGuenter Roeck-0/+5
2015-02-25net: dsa: integrate with SWITCHDEV for HW bridgingFlorian Fainelli-0/+10
2015-02-24bonding: Implement port churn-machine (AD standard 43.4.17).Mahesh Bandewar-0/+29
2015-02-22net: Remove state argument from skb_find_text()Bojan Prtvar-2/+1
2015-02-20igmp: add __ip_mc_{join|leave}_group()Eric Dumazet-0/+2
2015-02-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds-21/+88
2015-02-17Merge branch 'lazytime' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds-2/+103
2015-02-17Merge branch 'iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds-1/+6
2015-02-17Merge branch 'getname2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds-10/+2
2015-02-17Merge branch 'debugfs_automount' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-0/+18
2015-02-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-16/+19
2015-02-17Merge branch 'akpm' (patches from Andrew)Linus Torvalds-13/+17
2015-02-17lib/rbtree.c: fix typo in commentJohn de la Garza-1/+1
2015-02-17kexec: add IND_FLAGS macroGeoff Levand-0/+1
2015-02-17kexec: add bit definitions for kimage entry flagsGeoff Levand-4/+15
2015-02-17kexec: Fix make headers_checkGeoff Levand-6/+0
2015-02-17kexec: remove never used member destination in kimageBaoquan He-2/+0
2015-02-17Merge branch 'parisc-3.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-155/+0
2015-02-17Merge tag 'suspend-to-idle-3.20-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-3/+32
2015-02-17Merge tag 'drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-0/+389
2015-02-17Merge tag 'dt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds-0/+183
2015-02-17Merge tag 'soc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Linus Torvalds-2/+4
2015-02-17debugfs: Provide a file creation function that also takes an initial sizeDavid Howells-0/+13
2015-02-17Merge branch 'akpm' (patches from Andrew)Linus Torvalds-16/+396
2015-02-17fs/binfmt_som: Drop kernel support for HP-UX SOM binariesHelge Deller-155/+0
2015-02-16rtc: add driver for DS1685 family of real time clocksJoshua Kinard-0/+375
2015-02-16dax: add dax_zero_page_rangeMatthew Wilcox-0/+1
2015-02-16vfs,ext2: remove CONFIG_EXT2_FS_XIP and rename CONFIG_FS_XIP to CONFIG_FS_DAXMatthew Wilcox-1/+1
2015-02-16vfs: remove get_xip_memMatthew Wilcox-3/+1
2015-02-16dax,ext2: replace xip_truncate_page with dax_truncate_pageMatthew Wilcox-9/+1
2015-02-16dax,ext2: replace the XIP page fault handler with the DAX page fault handlerMatthew Wilcox-1/+3
2015-02-16dax,ext2: replace ext2_clear_xip_target with dax_clear_blocksMatthew Wilcox-0/+1
2015-02-16dax,ext2: replace XIP read and write with DAX I/OMatthew Wilcox-4/+8
2015-02-16vfs,ext2: introduce IS_DAX(inode)Matthew Wilcox-0/+6
2015-02-16mm: allow page fault handlers to perform the COWMatthew Wilcox-0/+1
2015-02-16Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds-61/+737
2015-02-16Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-2/+0
2015-02-16Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-0/+7
2015-02-15Merge tag 'tty-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-12/+98
2015-02-15Merge tag 'staging-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-1067/+240
2015-02-15Merge tag 'driver-core-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-32/+30
2015-02-15Merge tag 'char-misc-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-26/+109
2015-02-15PM / sleep: Make it possible to quiesce timers during suspend-to-idleRafael J. Wysocki-1/+14
2015-02-15Merge tag 'usb-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-12/+41