summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * iwl4965: workaround connection regression on passive channelStanislaw Gruszka2013-05-081-2/+1
| | * B43: Handle DMA RX descriptor underrunThommy Jakobsson2013-05-083-26/+40
| | * ath5k: do not reschedule tx_complete_work on stopStanislaw Gruszka2013-05-031-0/+5
| | * ath9k: fix key allocation error handling for powersave keysFelix Fietkau2013-05-031-1/+5
* | | {cfg,mac}80211: move mandatory rates calculation to cfg80211Ashok Nagarajan2013-05-246-34/+42
* | | mac80211: Move mesh estab_plinks outside mesh_stats debug groupAshok Nagarajan2013-05-241-2/+3
* | | cfg80211: Allow TDLS peer AID to be configured for VHTJouni Malinen2013-05-242-2/+16
* | | mac80211: add STBC flag for radiotapOleksij Rempel2013-05-243-0/+15
* | | mac80211: enable power save only if DTIM period is availableAlexander Bondar2013-05-161-0/+4
* | | mac80211: enable Auth Protocol Identifier on mesh config.Colleen Twitty2013-05-162-1/+1
* | | cfg80211: Userspace may inform kernel of mesh auth method.Colleen Twitty2013-05-164-0/+16
* | | cfg80211: use C99 initialisers to simplify code a bitJohannes Berg2013-05-161-24/+20
* | | mac80211: write memcpy differently for smatchJohannes Berg2013-05-161-1/+1
* | | wireless: move crypto constants to ieee80211.hJohannes Berg2013-05-1610-108/+96
* | | mac80211: fix HT beacon-based channel switch handlingJohannes Berg2013-05-161-6/+22
* | | wireless: fix kerneldoc content in *80211.h files.Robert P. J. Day2013-05-162-2/+3
* | | nl80211: Add generic netlink module alias for cfg80211/nl80211Marcel Holtmann2013-05-163-4/+7
* | | cfg80211: add 60GHz regulatory classVladimir Kondratiev2013-05-161-0/+3
* | | mac80211: add support for per-chain signal strength reportingFelix Fietkau2013-05-165-1/+39
* | | cfg80211: add support for per-chain signal strength reportingFelix Fietkau2013-05-163-0/+58
* | | Linux 3.10-rc1v3.10-rc1Linus Torvalds2013-05-121-2/+2
* | | Merge tag 'trace-fixes-v3.10' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-05-126-108/+368
|\ \ \
| * | | tracing/kprobes: Support soft-mode disablingMasami Hiramatsu2013-05-101-0/+6
| * | | tracing/kprobes: Support ftrace_event_file base multibufferMasami Hiramatsu2013-05-101-36/+214
| * | | tracing/kprobes: Pass trace_probe directly from dispatcherMasami Hiramatsu2013-05-101-17/+16
| * | | tracing/kprobes: Increment probe hit-count even if it is used by perfMasami Hiramatsu2013-05-101-4/+4
| * | | tracing/kprobes: Use bool for retprobe checkerMasami Hiramatsu2013-05-101-1/+1
| * | | ftrace: Fix function probe when more than one probe is addedSteven Rostedt (Red Hat)2013-05-101-1/+5
| * | | ftrace: Fix the output of enabled_functions debug fileSteven Rostedt (Red Hat)2013-05-101-1/+1
| * | | ftrace: Fix locking in register_ftrace_function_probe()Steven Rostedt (Red Hat)2013-05-101-4/+6
| * | | tracing: Add helper function trace_create_new_event() to remove duplicate codeSteven Rostedt (Red Hat)2013-05-101-12/+20
| * | | tracing: Modify soft-mode only if there's no other referrerMasami Hiramatsu2013-05-102-2/+11
| * | | tracing: Indicate enabled soft-mode in enable fileMasami Hiramatsu2013-05-101-0/+2
| * | | tracing/kprobes: Fix to increment return event probe hit-countMasami Hiramatsu2013-05-101-0/+2
| * | | ftrace: Cleanup regex_lock and ftrace_lock around hash updatingMasami Hiramatsu2013-05-101-27/+32
| * | | ftrace, kprobes: Fix a deadlock on ftrace_regex_lockMasami Hiramatsu2013-05-102-21/+56
| * | | ftrace: Have ftrace_regex_write() return either read or errorSteven Rostedt (Red Hat)2013-05-091-1/+1
| * | | tracing: Return error if register_ftrace_function_probe() fails for event_ena...Steven Rostedt (Red Hat)2013-05-091-2/+9
| * | | tracing: Don't succeed if event_enable_func did not register anythingMasami Hiramatsu2013-05-091-1/+4
| * | | ring-buffer: Select IRQ_WORKSteven Rostedt (Red Hat)2013-05-041-1/+1
* | | | Merge tag 'stable/for-linus-3.10-rc0-tag-two' of git://git.kernel.org/pub/scm...Linus Torvalds2013-05-125-7/+55
|\ \ \ \
| * | | | xen/pci: Used cached MSI-X capability offsetBjorn Helgaas2013-05-101-2/+1
| * | | | xen/pci: Use PCI_MSIX_TABLE_BIR, not PCI_MSIX_FLAGS_BIRMASKBjorn Helgaas2013-05-101-1/+1
| * | | | xen: clear IRQ_NOAUTOEN and IRQ_NOREQUESTJulien Grall2013-05-081-1/+2
| * | | | xen: mask x2APIC feature in PVZhenzhong Duan2013-05-081-0/+3
| * | | | xen: SWIOTLB is only used on x86Arnd Bergmann2013-05-081-1/+1
| * | | | xen/spinlock: Fix check from greater than to be also be greater or equal to.Konrad Rzeszutek Wilk2013-05-081-1/+1
| * | | | xen/smp/pvhvm: Don't point per_cpu(xen_vpcu, 33 and larger) to shared_infoKonrad Rzeszutek Wilk2013-05-081-0/+3
| * | | | xen/vcpu: Document the xen_vcpu_info and xen_vcpuKonrad Rzeszutek Wilk2013-05-071-1/+28
| * | | | xen/vcpu/pvhvm: Fix vcpu hotplugging hanging.Konrad Rzeszutek Wilk2013-05-061-0/+15