summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2014-03-0710-16/+22
| | |\ \ \ \ \ \ \
| | | * | | | | | | mwifiex: save and copy AP's VHT capability info correctlyAmitkumar Karwar2014-03-062-6/+5
| | | * | | | | | | mwifiex: copy AP's HT capability info correctlyAmitkumar Karwar2014-03-061-2/+1
| | | * | | | | | | Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2014-03-064-2/+8
| | | |\ \ \ \ \ \ \
| | | | * | | | | | | mac80211: clear sequence/fragment number in QoS-null framesJohannes Berg2014-03-052-0/+2
| | | | * | | | | | | cfg80211: remove racy beacon_interval assignmentJohannes Berg2014-03-031-2/+0
| | | | * | | | | | | mac80211: consider virtual mon when calculating min_defEliad Peller2014-03-031-0/+6
| | | * | | | | | | | Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlw...John W. Linville2014-03-042-5/+7
| | | |\ \ \ \ \ \ \ \
| | | | * | | | | | | | iwlwifi: fix and add 7265 series HW IDsOren Givon2014-03-041-3/+2
| | | | * | | | | | | | iwlwifi: mvm: don't WARN when statistics are handled lateEmmanuel Grumbach2014-03-041-2/+5
| | | * | | | | | | | | wl1251: use skb_trim to make skb shorterIvaylo Dimitrov2014-03-041-1/+1
| * | | | | | | | | | | bnx2: Fix shutdown sequenceMichael Chan2014-03-092-4/+38
| |/ / / / / / / / / /
| * | | | | | | | | | ipv6: don't set DST_NOCOUNT for remotely added routesSabrina Dubroca2014-03-061-1/+1
| * | | | | | | | | | net/mlx4_core: mlx4_init_slave() shouldn't access comm channel before PF is r...Amir Vadai2014-03-061-0/+11
| * | | | | | | | | | net/mlx4_core: Fix memory access error in mlx4_QUERY_DEV_CAP_wrapper()Amir Vadai2014-03-061-3/+3
| * | | | | | | | | | bonding: correctly handle out of range parameters for lp_intervalSasha Levin2014-03-061-0/+1
| * | | | | | | | | | ipv6: Fix exthdrs offload registration.Anton Nayshtut2014-03-061-2/+2
| * | | | | | | | | | ibmveth: Fix endian issues with MAC addressesAnton Blanchard2014-03-062-10/+16
| * | | | | | | | | | net: unix socket code abuses csum_partialAnton Blanchard2014-03-061-2/+1
| * | | | | | | | | | net: Improve SO_TIMESTAMPING documentation and fix a minor code bugAndrew Lutomirski2014-03-062-21/+32
| * | | | | | | | | | phy: fix compiler array bounds warning on settings[]Bjorn Helgaas2014-03-061-5/+6
| * | | | | | | | | | inet: frag: make sure forced eviction removes all fragsFlorian Westphal2014-03-061-1/+1
| * | | | | | | | | | Merge branch 'tipc'David S. Miller2014-03-066-37/+47
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | tipc: don't log disabled tasklet handler errorsErik Hugne2014-03-061-1/+0
| | * | | | | | | | | | tipc: fix memory leak during module removalErik Hugne2014-03-061-3/+34
| | * | | | | | | | | | tipc: drop subscriber connection id invalidationErik Hugne2014-03-061-11/+0
| | * | | | | | | | | | tipc: avoid to unnecessary process switch under non-block modeYing Xue2014-03-061-2/+2
| | * | | | | | | | | | tipc: fix connection refcount leakYing Xue2014-03-061-2/+4
| | * | | | | | | | | | tipc: allow connection shutdown callback to be invoked in advanceYing Xue2014-03-063-18/+7
| |/ / / / / / / / / /
| * | | | | | | | | | l2tp: fix userspace reception on plain L2TP socketsGuillaume Nault2014-03-061-5/+7
| * | | | | | | | | | l2tp: fix manual sequencing (de)activation in L2TPv2Guillaume Nault2014-03-064-3/+7
| * | | | | | | | | | hyperv: Move state setting for link queryHaiyang Zhang2014-03-052-1/+24
| * | | | | | | | | | net: macb: DMA-unmap full rx-bufferSoren Brinkmann2014-03-051-1/+1
| * | | | | | | | | | net: macb: Check DMA mappings for errorSoren Brinkmann2014-03-051-2/+12
| * | | | | | | | | | net: sctp: fix skb leakage in COOKIE ECHO path of chunk->auth_chunkDaniel Borkmann2014-03-052-7/+2
| * | | | | | | | | | r8152: disable the ECM modehayeswang2014-03-054-255/+17
| * | | | | | | | | | net/mlx4: Support shutdown() interfaceGavin Shan2014-03-051-0/+1
| * | | | | | | | | | bridge: multicast: add sanity check for query source addressesLinus Lüssing2014-03-051-0/+6
| * | | | | | | | | | net: fix for a race condition in the inet frag codeNikolay Aleksandrov2014-03-051-1/+2
* | | | | | | | | | | Merge tag 'pci-v3.14-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2014-03-122-2/+3
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | PCI: Don't check resource_size() in pci_bus_alloc_resource()Bjorn Helgaas2014-03-121-2/+0
| * | | | | | | | | | | PCI: Enable INTx in pci_reenable_device() only when MSI/MSI-X not enabledBjorn Helgaas2014-03-121-0/+3
| | |_|_|_|/ / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2014-03-122-3/+8
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | KVM: SVM: fix cr8 intercept windowRadim Krčmář2014-03-121-3/+3
| * | | | | | | | | | | ARM: KVM: fix non-VGIC compilationMarc Zyngier2014-03-061-0/+5
* | | | | | | | | | | | Merge tag 'sound-3.14-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2014-03-125-2/+29
|\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Merge tag 'asoc-v3.14-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Takashi Iwai2014-03-11769-4645/+7674
| |\ \ \ \ \ \ \ \ \ \ \ \
| | | \ \ \ \ \ \ \ \ \ \ \
| | | \ \ \ \ \ \ \ \ \ \ \
| | | \ \ \ \ \ \ \ \ \ \ \
| | | \ \ \ \ \ \ \ \ \ \ \
| | *---. \ \ \ \ \ \ \ \ \ \ \ Merge remote-tracking branches 'asoc/fix/88pm860', 'asoc/fix/omap' and 'asoc/...Mark Brown2014-03-103-2/+7
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | * | | | | | | | | | | | ASoC: si476x: Fix IO setupLars-Peter Clausen2014-03-101-1/+1
| | | | * | | | | | | | | | | | | ASoC: n810: fix init with DT bootAaro Koskinen2014-03-041-1/+3
| | | | |/ / / / / / / / / / / /