aboutsummaryrefslogtreecommitdiffstats
path: root/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-03-30mac80211: make sta.wme indicate whether QoS is usedJohannes Berg1-1/+2
2015-03-30cfg80211: pass name_assign_type to rdev_add_virtual_intf()Tom Gundersen1-0/+1
2015-03-30cfg/mac80211: add regulatory classes IE during TDLS setupArik Nemtsov1-0/+11
2015-03-30nl80211: small clarification of the sched_scan delay attributeLuciano Coelho1-2/+3
2015-03-30mac80211: notify the driver about deauthEmmanuel Grumbach1-0/+4
2015-03-30mac80211: notify the driver about association statusEmmanuel Grumbach1-0/+2
2015-03-30mac80211: notify the driver about authentication statusEmmanuel Grumbach1-0/+36
2015-03-30mac80211: convert rssi_callback() to event_callback()Emmanuel Grumbach1-10/+38
2015-03-16mac80211: allow to get wireless_dev structure from ieee80211_vifEmmanuel Grumbach1-0/+13
2015-03-06cfg80211: Add API to change the indoor regulatory settingIlan peer1-0/+9
2015-03-04mac80211: provide station PMF configuration to driverSenthilKumar Jegadeesan1-0/+2
2015-03-04mac80211: allow iterating inactive interfacesArik Nemtsov1-5/+30
2015-03-04nl80211: prohibit mixing 'any' and regular wowlan triggersJohannes Berg1-0/+2
2015-03-03mac80211: Update beacon's timing and DTIM count on every beaconAlexander Bondar1-2/+5
2015-03-03nl80211: add notes about userspace API/ABI modificationsJohannes Berg1-0/+13
2015-03-03cfg80211: Allow NL80211_ATTR_IFINDEX to be added to vendor eventsAhmad Kholaif1-4/+10
2015-03-03cfg80211: add VHT support for IBSSJanusz.Dziedzic@tieto.com1-0/+2
2015-03-03cfg80211: add bss_type and privacy arguments in cfg80211_get_bss()Dedy Lansky1-2/+37
2015-02-28wext: add checked wrappers for adding events/points to streamsJohannes Berg1-0/+22
2015-02-28nl/mac80211: allow zero plink timeout to disable STA expirationMasashi Honma1-1/+2
2015-02-22net: Remove state argument from skb_find_text()Bojan Prtvar1-2/+1
2015-02-20igmp: add __ip_mc_{join|leave}_group()Eric Dumazet1-0/+2
2015-02-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds7-21/+88
2015-02-17Merge branch 'lazytime' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds5-2/+103
2015-02-17Merge branch 'iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-1/+6
2015-02-17Merge branch 'getname2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-10/+2
2015-02-17Merge branch 'debugfs_automount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-0/+18
2015-02-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds4-16/+19
2015-02-17Merge branch 'akpm' (patches from Andrew)Linus Torvalds3-13/+17
2015-02-17lib/rbtree.c: fix typo in commentJohn de la Garza1-1/+1
2015-02-17kexec: add IND_FLAGS macroGeoff Levand1-0/+1
2015-02-17kexec: add bit definitions for kimage entry flagsGeoff Levand1-4/+15
2015-02-17kexec: Fix make headers_checkGeoff Levand1-6/+0
2015-02-17kexec: remove never used member destination in kimageBaoquan He1-2/+0
2015-02-17Merge branch 'parisc-3.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linuxLinus Torvalds2-155/+0
2015-02-17Merge tag 'suspend-to-idle-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds3-3/+32
2015-02-17Merge tag 'drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds4-0/+389
2015-02-17Merge tag 'dt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds9-0/+183
2015-02-17Merge tag 'soc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds3-2/+4
2015-02-17debugfs: Provide a file creation function that also takes an initial sizeDavid Howells1-0/+13
2015-02-17Merge branch 'akpm' (patches from Andrew)Linus Torvalds4-16/+396
2015-02-17fs/binfmt_som: Drop kernel support for HP-UX SOM binariesHelge Deller2-155/+0
2015-02-16rtc: add driver for DS1685 family of real time clocksJoshua Kinard1-0/+375
2015-02-16dax: add dax_zero_page_rangeMatthew Wilcox1-0/+1
2015-02-16vfs,ext2: remove CONFIG_EXT2_FS_XIP and rename CONFIG_FS_XIP to CONFIG_FS_DAXMatthew Wilcox1-1/+1
2015-02-16vfs: remove get_xip_memMatthew Wilcox2-3/+1
2015-02-16dax,ext2: replace xip_truncate_page with dax_truncate_pageMatthew Wilcox1-9/+1
2015-02-16dax,ext2: replace the XIP page fault handler with the DAX page fault handlerMatthew Wilcox1-1/+3
2015-02-16dax,ext2: replace ext2_clear_xip_target with dax_clear_blocksMatthew Wilcox1-0/+1
2015-02-16dax,ext2: replace XIP read and write with DAX I/OMatthew Wilcox1-4/+8