summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mac80211: flush to get the tx status of nullfunc frame immediatelyRajkumar Manoharan2012-04-091-0/+2
* mac80211: do not send pspoll when powersave is disabledRajkumar Manoharan2012-04-091-1/+1
* ath9k: recover ar9380 chips from rare stuck stateRajkumar Manoharan2012-04-096-4/+126
* ath9k_hw: improve ANI processing and rx desensitizing parametersRajkumar Manoharan2012-04-094-115/+27
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2012-03-2814-44/+58
|\
| * rtlwifi: rtl8192ce: rtl8192cu: rtl8192de: Fix low-gain setting when scanningLarry Finger2012-03-262-2/+2
| * ath5k: drop self from MAINTAINERSBob Copeland2012-03-261-1/+0
| * mac80211: fix possible tid_rx->reorder_timer use after freeStanislaw Gruszka2012-03-261-1/+2
| * rt2x00: rt2800usb: fix status register reread logicStanislaw Gruszka2012-03-261-1/+1
| * rt2x00: rt2800usb: schedule txdone work on timeoutStanislaw Gruszka2012-03-261-1/+7
| * mac80211: remove outdated commentEliad Peller2012-03-261-3/+0
| * ath9k: fix a memory leak in ath_rx_tasklet()Eric Dumazet2012-03-261-2/+2
| * ath9k: reduce listen time periodRajkumar Manoharan2012-03-261-1/+1
| * cfg80211: allow CFG80211_SIGNAL_TYPE_UNSPEC in station_infoJohn W. Linville2012-03-262-12/+23
| * iwlegacy: fix BSSID settingStanislaw Gruszka2012-03-261-10/+6
| * ath9k: fix max noise floor thresholdRajkumar Manoharan2012-03-261-3/+2
| * iwlegacy: do not nulify il->vif on resetStanislaw Gruszka2012-03-263-7/+12
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2012-03-2827-109/+184
|\ \
| * | net: fix a potential rcu_read_lock() imbalance in rt6_fill_node()Eric Dumazet2012-03-281-2/+6
| * | net: add a truesize parameter to skb_add_rx_frag()Eric Dumazet2012-03-257-9/+13
| * | gianfar: Fix possible overrun and simplify interrupt name field creationJoe Perches2012-03-252-33/+8
| * | USB: qmi_wwan: Add ZTE (Vodafone) K3570-Z and K3571-Z net interfacesAndrew Bird (Sphere Systems)2012-03-251-0/+18
| * | USB: option: Ignore ZTE (Vodafone) K3570/71 net interfacesAndrew Bird (Sphere Systems)2012-03-251-2/+4
| * | USB: qmi_wwan: Add ZTE (Vodafone) K3565-Z and K4505-Z net interfacesAndrew Bird (Sphere Systems)2012-03-251-0/+18
| * | qlcnic: Bug fix for LROAnirban Chakraborty2012-03-232-3/+5
| * | Merge branch 'vhost-net' of git://git.kernel.org/pub/scm/linux/kernel/git/mst...David S. Miller2012-03-236-6/+12
| |\ \
| | * | vhost: fix release path lockdep checksMichael S. Tsirkin2012-02-283-6/+7
| | * | vhost: don't forget to schedule()Nadav Har'El2012-02-281-0/+2
| | * | tools/virtio: stub out strong barriersMichael S. Tsirkin2012-02-281-0/+3
| | * | tools/virtio: add linux/hrtimer.h stubMichael S. Tsirkin2012-02-281-0/+0
| | * | tools/virtio: add linux/module.h stubMichael S. Tsirkin2012-02-281-0/+0
| * | | Merge branch 'master' of git://1984.lsi.us.es/netDavid S. Miller2012-03-237-54/+100
| |\ \ \ | | |_|/ | |/| |
| | * | netfilter: nf_conntrack: permanently attach timeout policy to conntrackPablo Neira Ayuso2012-03-231-17/+22
| | * | netfilter: xt_CT: fix assignation of the generic protocol trackerPablo Neira Ayuso2012-03-231-1/+8
| | * | netfilter: xt_CT: missing rcu_read_lock section in timeout assignmentPablo Neira Ayuso2012-03-231-6/+12
| | * | netfilter: cttimeout: fix dependency with l4protocol conntrack modulePablo Neira Ayuso2012-03-235-25/+53
| | * | netfilter: xt_LOG: use CONFIG_IP6_NF_IPTABLES instead of CONFIG_IPV6Pablo Neira Ayuso2012-03-221-6/+6
* | | | Merge tag 'dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-03-28147-1037/+5017
|\ \ \ \
| * \ \ \ Merge branch 'dt-part2' of git://git.kernel.org/pub/scm/linux/kernel/git/tmli...Olof Johansson2012-03-106-63/+168
| |\ \ \ \
| | * | | | arm/dts: mt_ventoux: very basic support for TeeJet Mt.Ventoux boardIlya Yanok2012-03-051-0/+27
| | * | | | ARM: OMAP2+: Remove extra ifdefs for board-genericTony Lindgren2012-03-051-44/+32
| | * | | | ARM: OMAP2+: Fix build error when only ARCH_OMAP2/3 or 4 is selectedTony Lindgren2012-03-051-0/+7
| | * | | | Merge branch 'for_3.4/dt_irq_domain' of git://git.kernel.org/pub/scm/linux/ke...Tony Lindgren2012-02-2990-2628/+1543
| | |\ \ \ \
| | | * | | | ARM: OMAP2+: board-generic: Use of_irq_init APIBenoit Cousson2012-02-271-14/+16
| | | * | | | arm/dts: OMAP3: Add interrupt-controller bindings for INTCBenoit Cousson2012-02-271-2/+4
| | | * | | | ARM: OMAP2/3: intc: Add DT support for TI interrupt controllerBenoit Cousson2012-02-273-10/+89
| | | * | | | Merge branch 'irqdomain/next' of git://git.secretlab.ca/git/linux-2.6 into fo...Benoit Cousson2012-02-2786-2603/+1435
| | |/| | | |
| * | | | | | Merge branch 'dt' of git://github.com/hzhuang1/linux into next/dtOlof Johansson2012-03-08205-651/+1733
| |\ \ \ \ \ \
| | * | | | | | Document: devicetree: add OF documents for arch-mmpHaojian Zhuang2012-03-075-0/+87
| | * | | | | | ARM: dts: append DTS file of pxa168Haojian Zhuang2012-03-072-0/+136