summaryrefslogtreecommitdiffstats
path: root/include/linux
Commit message (Expand)AuthorAgeFilesLines
* cfg80211: Return beacon loss count in stationPaul Stewart2011-12-191-0/+2
* cfg80211: validate nl80211 station handling betterJohannes Berg2011-12-151-1/+5
* NFC: Initial LLCP supportSamuel Ortiz2011-12-141-1/+14
* NFC: Add a DEP link control netlink commandSamuel Ortiz2011-12-141-0/+14
* bcma: use static keyword for inline function declaration in bcma.hArend van Spriel2011-12-131-11/+12
* bcma: add set/mask macros for 16-bit register accessArend van Spriel2011-12-131-6/+26
* bcma: extract FEM info from SPROMRafał Miłecki2011-12-131-0/+1
* ssb: extract FEM info from SPROMRafał Miłecki2011-12-132-0/+26
* ieee80211: Introduce ieee80211_is_first_fragHelmut Schaa2011-12-131-0/+9
* Merge branch 'wl12xx-next' into for-linvilleLuciano Coelho2011-12-081-1/+4
|\
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...Luciano Coelho2011-12-01386-3036/+10995
| |\
| * | wl12xx: move common init code from bus modules to mainFelipe Balbi2011-10-111-1/+4
* | | mac80211: accept public action frames with mismatched BSSIDJohannes Berg2011-12-061-0/+17
* | | nl80211: Parse channel type attribute in an ibss join requestAlexander Simon2011-12-061-0/+2
| |/ |/|
* | {nl,cfg,mac}80211: implement dot11MeshHWMPperrMinIntervalThomas Pedersen2011-11-281-0/+5
* | wireless: Add NoAck per tid supportSimon Wunderlich2011-11-281-0/+10
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...John W. Linville2011-11-22212-1746/+4507
|\ \
| * \ Merge branch 'fixes' of git://git.linaro.org/people/triad/linux-pinctrlLinus Torvalds2011-11-151-0/+1
| |\ \
| | * | pinctrl: fix "warning: 'struct pinctrl_dev' declared inside parameter list"Barry Song2011-11-091-0/+1
| * | | Merge branch 'rmobile-fixes-for-linus' of git://github.com/pmundt/linux-shLinus Torvalds2011-11-141-0/+76
| |\ \ \
| | * | | ARM: mach-shmobile: move helper macro PORTCR to sh_pfc.hKuninori Morimoto2011-11-111-0/+17
| | * | | ARM: mach-shmobile: move helper macro PORT_xx to sh_pfc.hKuninori Morimoto2011-11-111-0/+23
| | * | | ARM: mach-shmobile: move helper macro PORT_DATA_xx to sh_pfc.hKuninori Morimoto2011-11-111-0/+36
| * | | | Merge branch 'sh-fixes-for-linus' of git://github.com/pmundt/linux-shLinus Torvalds2011-11-142-1/+4
| |\ \ \ \
| | | \ \ \
| | | \ \ \
| | *-. \ \ \ Merge branches 'sh/pm-runtime' and 'common/clkfwk' into sh-fixes-for-linusPaul Mundt2011-11-1172-442/+543
| | |\ \ \ \ \ | | | | |/ / / | | | |/| | |
| | | | * | | sh: clkfwk: Kill off remaining debugfs cruft.Paul Mundt2011-11-111-1/+0
| | | | * | | sh: clkfwk: add clk_rate_mult_range_round()Kuninori Morimoto2011-11-051-0/+3
| | * | | | | serial: sh-sci: Fix up SH-2A SCIF support.Phil Edworthy2011-11-041-0/+1
| | | |/ / / | | |/| | |
| * | | | | Merge branch 'upstream-linus' of git://github.com/jgarzik/libata-devLinus Torvalds2011-11-111-0/+2
| |\ \ \ \ \
| | * | | | | [libata] ahci: Add ASMedia ASM1061 supportKeng-Yu Lin2011-11-091-0/+2
| | | |_|/ / | | |/| | |
| * | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Linus Torvalds2011-11-111-0/+15
| |\ \ \ \ \ | | |_|_|/ / | |/| | | |
| | * | | | Merge branch 'for-3.2' of git://git.kernel.org/pub/scm/linux/kernel/git/broon...Mark Brown2011-11-081-0/+15
| | |\ \ \ \ | | | |/ / / | | |/| | |
| | | * | | ASoC: Ensure we get an impedence reported for WM8958 jack detectMark Brown2011-11-041-0/+15
| * | | | | Merge branch 'pm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2011-11-081-1/+1
| |\ \ \ \ \
| | * | | | | PM / devfreq: fix private_dataJonathan Corbet2011-11-071-1/+1
| | |/ / / /
| * / / / / hwspinlock: Don't return a value in __hwspin_unlockAxel Lin2011-11-081-1/+0
| |/ / / /
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2011-11-071-0/+2
| |\ \ \ \
| | * | | | bonding: comparing a u8 with -1 is always falseDan Carpenter2011-11-041-0/+2
| * | | | | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2011-11-071-22/+30
| |\ \ \ \ \
| | * | | | | cpuidle: Single/Global registration of idle statesDeepthi Dharwar2011-11-061-6/+13
| | * | | | | cpuidle: Split cpuidle_state structure and move per-cpu statistics fieldsDeepthi Dharwar2011-11-061-10/+15
| | * | | | | cpuidle: Remove CPUIDLE_FLAG_IGNORE and dev->prepare()Deepthi Dharwar2011-11-061-3/+0
| | * | | | | cpuidle: Move dev->last_residency update to driver enter routine; remove dev-...Deepthi Dharwar2011-11-061-4/+3
| * | | | | | Merge git://git.infradead.org/mtd-2.6Linus Torvalds2011-11-076-156/+124
| |\ \ \ \ \ \
| | * | | | | | mtd: define `mtd_is_*()' functionsBrian Norris2011-09-211-0/+12
| | * | | | | | mtd: nand: kill member `ops' of `struct nand_chip'Brian Norris2011-09-111-3/+0
| | * | | | | | mtd: document ABIBrian Norris2011-09-111-1/+1
| | * | | | | | mtd: rename MTD_OOB_* to MTD_OPS_*Brian Norris2011-09-111-1/+1
| | * | | | | | mtd: move mtd_oob_mode_t to shared kernel/user spaceBrian Norris2011-09-111-15/+1
| | * | | | | | mtd: support reading OOB without ECCBrian Norris2011-09-111-0/+3