summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* NFC: Add ISO/IEC 15693 header definitionsMark A. Greer2014-02-163-1/+15
* Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2014-02-125-108/+242
|\
| * mac80211: propagate STBC / LDPC flags to radiotapEmmanuel Grumbach2014-02-062-0/+6
| * mac80211: move VHT related RX_FLAG to another variableEmmanuel Grumbach2014-02-061-6/+17
| * mac80211: remove unused radiotap vendor fields in ieee80211_rx_statusEmmanuel Grumbach2014-02-061-12/+0
| * wireless: sort and extend element ID listJohannes Berg2014-02-051-64/+106
| * cfg80211: regulatory introduce maximum bandwidth calculationJanusz Dziedzic2014-02-051-1/+4
| * cfg80211: consider existing DFS interfacesMichal Kazior2014-02-041-5/+3
| * cfg80211: fix channel configuration in IBSS joinAntonio Quartulli2014-02-041-1/+3
| * mac80211: fix bufferable MMPDU RX handlingJohannes Berg2014-02-041-0/+14
| * nl80211: fix scheduled scan RSSI matchset attribute confusionJohannes Berg2014-02-042-5/+14
| * mac80211: add length check in ieee80211_is_robust_mgmt_frame()Johannes Berg2014-02-041-2/+13
| * mac80211: remove module handling from rate control opsJohannes Berg2014-02-041-1/+0
| * mac80211: make rate control ops constJohannes Berg2014-02-041-2/+2
| * nl80211: add Guard Interval support for set_bitrate_maskJanusz Dziedzic2014-02-042-0/+9
| * cfg80211: make connect ie param constJohannes Berg2014-02-041-1/+1
| * cfg80211: Clean up connect params and channel fetchingJouni Malinen2014-02-041-2/+2
| * cfg80211: Advertise maximum associated STAs in AP modeJouni Malinen2014-02-042-0/+16
| * cfg80211: Allow BSS hint to be provided for connectJouni Malinen2014-02-042-2/+26
| * mac80211: only set CSA beacon when at least one beacon must be transmittedLuciano Coelho2014-02-041-4/+6
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-02-101-1/+7
|\ \
| * | fix O_SYNC|O_APPEND syncing the wrong range on write()Al Viro2014-02-091-1/+7
* | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-02-082-1/+11
|\ \ \
| * | | Merge tag 'efi-urgent' into x86/urgentH. Peter Anvin2014-02-07567-3840/+14954
| |\| |
| * | | Merge branch 'linus' into x86/urgentIngo Molnar2014-01-2550-340/+737
| |\ \ \
| * | | | mm, x86: Account for TLB flushes only when debuggingMel Gorman2014-01-252-1/+11
* | | | | swap: add a simple detector for inappropriate swapin readaheadShaohua Li2014-02-061-2/+2
* | | | | Merge tag 'stable/for-linus-3.14-rc1-tag' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2014-02-061-6/+2
|\ \ \ \ \
| * | | | | Revert "xen/grant-table: Avoid m2p_override during mapping"Konrad Rzeszutek Wilk2014-02-031-6/+2
* | | | | | Merge git://git.infradead.org/users/willy/linux-nvmeLinus Torvalds2014-02-062-1/+16
|\ \ \ \ \ \
| * | | | | | NVMe: Abort timed out commandsKeith Busch2014-01-282-0/+12
| * | | | | | NVMe: Schedule reset for failed controllersKeith Busch2014-01-281-0/+1
| * | | | | | NVMe: Device resume error handlingKeith Busch2013-12-161-0/+1
| * | | | | | NVMe: compat SG_IO ioctlKeith Busch2013-12-161-0/+1
| * | | | | | NVMe: Avoid shift operation when writing cq head doorbellHaiyan Hu2013-11-181-1/+1
* | | | | | | execve: use 'struct filename *' for executable name passingLinus Torvalds2014-02-053-2/+3
* | | | | | | Merge tag 'nfs-for-3.14-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2014-02-041-0/+2
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |
| * | | | | | NFSv4: Fix memory corruption in nfs4_proc_open_confirmTrond Myklebust2014-02-011-0/+2
* | | | | | | Merge branch 'slab/next' of git://git.kernel.org/pub/scm/linux/kernel/git/pen...Linus Torvalds2014-02-021-4/+4
|\ \ \ \ \ \ \
| * | | | | | | mm: sl[uo]b: fix misleading commentsDave Hansen2014-01-311-4/+4
| * | | | | | | slab.h: remove duplicate kmalloc declaration and fix kernel-doc warningsRandy Dunlap2013-12-181-56/+46
* | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-02-011-1/+1
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | Typo in compat_sys_lseek() declarationStephan Springl2014-01-311-1/+1
* | | | | | | | Merge tag 'nfs-for-3.14-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2014-02-011-0/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | NFS: fix the handling of NFS_INO_INVALID_DATA flag in nfs_revalidate_mappingJeff Layton2014-01-271-0/+1
* | | | | | | | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2014-02-016-9/+89
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | target: Fix percpu_ref_put race in transport_lun_remove_cmdNicholas Bellinger2014-01-301-1/+1
| * | | | | | | | | target: Report bad sector in sense data for DIF errorsSagi Grimberg2014-01-251-1/+4
| * | | | | | | | | iscsi-target: Convert gfp_t parameter to task state bitmaskNicholas Bellinger2014-01-251-1/+1
| * | | | | | | | | percpu_ida: Make percpu_ida_alloc + callers accept task state bitmaskKent Overstreet2014-01-231-1/+2