summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2013-03-084-52/+272
|\
| * nl80211: user_mpm overrides auto_open_plinksThomas Pedersen2013-03-061-2/+4
| * cfg80211: rename mesh station typesThomas Pedersen2013-03-061-4/+4
| * nl80211: explicit userspace MPMThomas Pedersen2013-03-062-7/+20
| * mac80211: restrict peer's VHT capabilities to ownJohannes Berg2013-03-062-4/+4
| * mac80211: remove IEEE80211_KEY_FLAG_WMM_STAJohannes Berg2013-03-061-3/+0Star
| * cfg80211: Extend support for IEEE 802.11r Fast BSS TransitionJouni Malinen2013-03-062-0/+60
| * mac80211: Allow drivers to differentiate between ROC typesIlan Peer2013-03-061-1/+20
| * cfg80211: add ability to override VHT capabilitiesJohannes Berg2013-03-062-0/+15
| * wireless: remove unused VHT MCS definesJohannes Berg2013-03-061-5/+0Star
| * ieee80211: mark 802.11 related structs as being 2-byte alignedFelix Fietkau2013-03-061-8/+8
| * wireless: move sequence number arithmetic to ieee80211.hJohannes Berg2013-03-061-0/+28
| * nl80211: allow splitting wiphy information in dumpsJohannes Berg2013-03-061-0/+28
| * cfg80211: comprehensively check station changesJohannes Berg2013-03-062-4/+60
| * cfg80211: constify station parameter pointersJohannes Berg2013-03-061-4/+4
| * cfg80211: clean up mesh plink station change APIJohannes Berg2013-03-062-14/+21
* | ssb: fix unaligned access to mac addressHauke Mehrtens2013-03-061-3/+3
|/
* Merge tag 'disintegrate-fbdev-20121220' of git://git.infradead.org/users/dhow...Linus Torvalds2013-03-038-254/+284
|\
| * UAPI: (Scripted) Disintegrate include/videoDavid Howells2012-12-208-254/+284
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-03-034-6/+7
|\ \
| * | constify path_get/path_put and fs_struct.c stuffAl Viro2013-03-022-4/+4
| * | cache the value of file_inode() in struct fileAl Viro2013-03-021-1/+2
| * | 9p: turn fid->dlist into hlistAl Viro2013-02-281-1/+1
* | | Merge tag 'metag-v3.9-rc1-v4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-03-037-1/+92
|\ \ \
| * | | mm: define VM_GROWSUP for CONFIG_METAGJames Hogan2013-03-021-0/+2
| * | | metag: Internal and external irqchipsJames Hogan2013-03-022-0/+57
| * | | metag: Time keepingJames Hogan2013-03-021-0/+21
| * | | metag: ptraceJames Hogan2013-03-021-0/+2
| * | | asm-generic/unistd.h: handle symbol prefixes in cond_syscallJames Hogan2013-03-021-1/+8
| * | | asm-generic/io.h: check CONFIG_VIRT_TO_BUSJames Hogan2013-03-021-0/+2
* | | | Merge git://www.linux-watchdog.org/linux-watchdogLinus Torvalds2013-03-033-0/+33
|\ \ \ \
| * | | | watchdog: core: dt: add support for the timeout-sec dt propertyFabio Porcedda2013-03-011-0/+9
| * | | | watchdog: bcm47xx_wdt.c: use platform deviceHauke Mehrtens2013-03-011-0/+9
| * | | | rtc: stmp3xxx: add wdt-accessor functionWolfram Sang2013-03-011-0/+15
* | | | | Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2013-03-032-5/+16
|\ \ \ \ \
| * | | | | dmaengine: dw_dmac: move to generic DMA bindingArnd Bergmann2013-02-281-5/+0Star
| * | | | | dmaengine: add dma_request_slave_channel_compat()Matt Porter2013-02-271-0/+16
* | | | | | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2013-03-031-28/+12Star
|\ \ \ \ \ \
| * | | | | | ext4: optimize ext4_es_shrink()Theodore Ts'o2013-03-011-28/+12Star
* | | | | | | Merge tag 'nfs-for-3.9-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2013-03-032-0/+2
|\ \ \ \ \ \ \
| * | | | | | | NFSv4.1: LAYOUTGET EDELAY loops timeout to the MDSWeston Andros Adamson2013-03-011-0/+1
| * | | | | | | SUNRPC: add call to get configured timeoutWeston Andros Adamson2013-03-011-0/+1
* | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2013-03-033-0/+521
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/josef/...Chris Mason2013-02-203-0/+521
| |\ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / | |/| | | | | | |
| | * | | | | | | Btrfs: set/change the label of a mounted file systemjeff.liu2013-02-201-0/+2
| | * | | | | | | Btrfs: Add a new ioctl to get the label of a mounted file systemjeff.liu2013-02-201-0/+2
| | * | | | | | | btrfs: add "no file data" flag to btrfs send ioctlMark Fasheh2013-02-201-0/+7
| | * | | | | | | Btrfs: move fs/btrfs/ioctl.h to include/uapi/linux/btrfs.hFilipe Brandenburger2013-02-203-0/+510
* | | | | | | | | Merge tag 'for-linus-20130301' of git://git.infradead.org/linux-mtdLinus Torvalds2013-03-033-2/+62
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | mtd: map: BUG() in non handled casesDmitry Eremin-Solenikov2013-02-221-2/+6