summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* bridge: fix state reporting when port is disabledPaulius Zaleckas2012-03-081-2/+1
* bridge: br_log_state() s/entering/entered/Paulius Zaleckas2012-03-081-1/+1
* ehea: restore multicast and rx_errors fieldsEric Dumazet2012-03-081-1/+3
* Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/o...David S. Miller2012-03-082-12/+35
|\
| * openvswitch: Fix checksum update for actions on UDP packets.Jesse Gross2012-03-071-12/+32
| * openvswitch: Honor dp_ifindex, when specified, for vport lookup by name.Ben Pfaff2012-03-071-0/+3
* | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2012-03-073-4/+8
|\ \
| * \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-03-063-4/+8
| |\ \
| | * | iwlwifi: fix wowlan suspendJohannes Berg2012-03-051-1/+1
| | * | mwifiex: reset encryption mode flag before associationAmitkumar Karwar2012-02-291-0/+1
| | * | carl9170: fix frame delivery if sta is in powersave modeChristian Lamparter2012-02-291-3/+5
| | * | carl9170: Fix memory accounting when sta is in power-save mode.Nicolas Cavallari2012-02-291-0/+1
* | | | Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2012-03-0712-44/+75
|\ \ \ \
| * | | | ARM: 7358/1: perf: add PMU hotplug notifierLorenzo Pieralisi2012-03-071-0/+23
| * | | | ARM: 7357/1: perf: fix overflow handling for xscale2 PMUsWill Deacon2012-03-071-2/+8
| * | | | ARM: 7356/1: perf: check that we have an event in the PMU IRQ handlersWill Deacon2012-03-073-18/+12
| * | | | ARM: 7355/1: perf: clear overflow flag when disabling counter on ARMv7 PMUWill Deacon2012-03-071-0/+5
| * | | | ARM: 7354/1: perf: limit sample_period to half max_period in non-sampling modeWill Deacon2012-03-075-16/+16
| * | | | ARM: ecard: ensure fake vma vm_flags is setupRussell King2012-03-061-0/+1
| * | | | ARM: 7346/1: errata: fix PL310 erratum #753970 workaround selectionWill Deacon2012-02-272-2/+2
| * | | | ARM: 7345/1: errata: update workaround for A9 erratum #743622Will Deacon2012-02-272-4/+2
| * | | | ARM: 7348/1: arm/spear600: fix one-shot timerGilles Chanteperdrix2012-02-271-2/+4
| * | | | ARM: 7339/1: amba/serial.h: Include types.h for resolving dependency of type ...viresh kumar2012-02-231-0/+2
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2012-03-076-9/+13
|\ \ \ \ \
| * | | | | Input: wacom - fix 3rd-gen Bamboo MT when 4+ fingers are in useJason Gerecke2012-03-071-1/+1
| * | | | | Input: twl4030-vibra - use proper guard for PM methodsDmitry Torokhov2012-02-241-4/+2
| * | | | | Input: evdev - fix variable initialisationHeiko Stübner2012-02-241-1/+1
| * | | | | Input: wacom - add missing LEDS_CLASS to KconfigChris Bagwell2012-02-241-0/+2
| * | | | | Input: ALPS - fix touchpad detection when buttons are pressedAkio Idehara2012-02-242-3/+7
* | | | | | Revert "CPU hotplug, cpusets, suspend: Don't touch cpusets during suspend/res...Linus Torvalds2012-03-071-2/+2
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2012-03-0712-31/+58
|\ \ \ \ \ \
| * | | | | | IPv6: Fix not join all-router mcast group when forwarding set.Li Wei2012-03-061-0/+4
| * | | | | | caif-hsi: Set default MTU to 4096Sjur Brændeland2012-03-061-1/+1
| * | | | | | cxgb4vf: Add support for Chelsio's T480-CR and T440-LP-CR adaptersVipul Pandya2012-03-061-0/+2
| * | | | | | cxgb4: Add support for Chelsio's T480-CR and T440-LP-CR adaptersVipul Pandya2012-03-061-0/+2
| * | | | | | mlx4_core: remove buggy sched_queue maskingYevgeny Petrilin2012-03-061-5/+0
| * | | | | | netfilter: nf_conntrack: fix early_drop with reliable event deliveryPablo Neira Ayuso2012-03-061-2/+6
| * | | | | | bridge: netfilter: don't call iptables on vlan packets if sysctl is offFlorian Westphal2012-03-061-14/+18
| * | | | | | netfilter: bridge: fix wrong pointer dereferencePablo Neira Ayuso2012-03-061-1/+1
| * | | | | | netfilter: ctnetlink: remove incorrect spin_[un]lock_bh on NAT module autoloadPablo Neira Ayuso2012-03-061-3/+0
| * | | | | | netfilter: ebtables: fix wrong name length while copying to user-spaceSantosh Nayak2012-03-061-3/+13
| * | | | | | r8169: runtime resume before shutdown.françois romieu2012-03-061-0/+5
| * | | | | | tcp: fix tcp_shift_skb_data() to not shift SACKed data below snd_unaNeal Cardwell2012-03-061-0/+4
| | |_|/ / / | |/| | | |
| * | | | | tg3: Fix to use multi queue BQL interfacesTom Herbert2012-03-061-3/+3
* | | | | | x86: fix typo in recent find_vma_prev purgeLinus Torvalds2012-03-071-1/+1
* | | | | | vm: avoid using find_vma_prev() unnecessarilyLinus Torvalds2012-03-074-4/+9
* | | | | | Merge git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2012-03-072-11/+37
|\ \ \ \ \ \
| * | | | | | cifs: fix dentry refcount leak when opening a FIFO on lookupJeff Layton2012-02-271-2/+18
| * | | | | | CIFS: Fix mkdir/rmdir bug for the non-POSIX casePavel Shilovsky2012-02-271-9/+19
* | | | | | | mm: fix find_vma_prevMikulas Patocka2012-03-071-2/+10