summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ipv6: don't accept node local multicast traffic from the wireHannes Frederic Sowa2013-03-291-0/+12
* sky2: Threshold for Pause Packet is set wrongMirko Lindner2013-03-291-1/+1
* sky2: Receive Overflows not countedMirko Lindner2013-03-291-1/+1
* Merge branch 'wireless'David S. Miller2013-03-2824-370/+404
|\
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-03-2824-370/+404
|/|
| * b43: N-PHY: use more bits for offset in RSSI calibrationRafał Miłecki2013-03-271-2/+2
| * libertas: drop maintainershipDan Williams2013-03-271-2/+1
| * iwlegacy: 4965-rs: avoid null pointer dereference errorColin Ian King2013-03-271-1/+2
| * ath9k: avoid queueing hw check work when suspendedLuis R. Rodriguez2013-03-271-1/+2
| * b43: A fix for DMA transmission sequence errorsIestyn C. Elfick2013-03-271-12/+53
| * b43: N-PHY: increase initial value of "mind" in RSSI calibrationRafał Miłecki2013-03-271-2/+2
| * Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlw...John W. Linville2013-03-274-3/+25
| |\
| | * iwlwifi: dvm: don't send HCMD in restart flowEmmanuel Grumbach2013-03-202-2/+11
| | * iwlwifi: set rfkill in internal state of the transportEmmanuel Grumbach2013-03-201-0/+13
| | * iwlwifi: fix length check in multi-TB HCMDEmmanuel Grumbach2013-03-201-1/+1
| * | Revert "brcmsmac: support 4313iPA"John W. Linville2013-03-272-271/+162
| * | mwifiex: reset skb->data after processing PCIe sleep confirm cmd resposeAvinash Patil2013-03-251-0/+1
| * | Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2013-03-2512-76/+154
| |\ \
| | * | mac80211: Don't restart sta-timer if not associated.Ben Greear2013-03-242-3/+6
| | * | cfg80211: always check for scan end on P2P deviceJohannes Berg2013-03-246-47/+92
| | * | mac80211: fix virtual monitor interface lockingJohannes Berg2013-03-201-16/+19
| | * | cfg80211: fix wdev tracing crashJohannes Berg2013-03-201-1/+2
| | * | mac80211: fix crash with P2P Device returning action framesJohannes Berg2013-03-111-1/+13
| | * | cfg80211: fix potential BSS memory leak and updateJohannes Berg2013-03-071-5/+11
| | * | cfg80211: fix inconsistency in trace for rdev_set_mac_aclVladimir Kondratiev2013-03-071-1/+1
| | * | mac80211: always synchronize_net() during station removalJohannes Berg2013-03-061-2/+10
* | | | aoe: reserve enough headroom on skbsEric Dumazet2013-03-281-1/+2
* | | | Merge branch 'fixes-for-3.9' of git://gitorious.org/linux-can/linux-canDavid S. Miller2013-03-274-6/+7
|\ \ \ \
| * | | | can: sja1000: limit PEAK PCAN-PC Card to HAS_IOPORTMarc Kleine-Budde2013-03-271-0/+1
| * | | | can: sja1000: fix define conflict on SHMarc Kleine-Budde2013-03-273-6/+6
* | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2013-03-273-5/+23
|\ \ \ \ \
| * | | | | e1000e: Add missing dma_mapping_error-call in e1000_alloc_jumbo_rx_buffersChristoph Paasch2013-03-271-1/+6
| * | | | | ixgb: Add missing dma_mapping_error-call in ixgb_alloc_rx_buffersChristoph Paasch2013-03-271-1/+6
| * | | | | e1000: ethtool: Add missing dma_mapping_error-call in e1000_setup_desc_ringsChristoph Paasch2013-03-271-3/+11
| |/ / / /
* | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2013-03-272-1/+66
|\ \ \ \ \
| * | | | | xfrm: Fix esn sequence number diff calculation in xfrm_replay_notify_esn()Mathias Krause2013-03-251-4/+2
| * | | | | xfrm: Fix replay notification for esn.Steffen Klassert2013-03-201-1/+67
| * | | | | af_key: initialize satype in key_notify_policy_flush()Nicolas Dichtel2013-02-211-0/+1
* | | | | | line up comment for ndo_bridge_getlinkDmitry Kravkov2013-03-271-1/+1
* | | | | | tg3: fix length overflow in VPD firmware parsingKees Cook2013-03-271-2/+5
* | | | | | sch: add missing u64 in psched_ratecfg_precompute()Sergey Popovich2013-03-271-1/+1
* | | | | | drivers: net: ethernet: davinci_emac: use netif_wake_queue() while restarting...Mugunthan V N2013-03-271-1/+1
* | | | | | drivers: net: ethernet: cpsw: use netif_wake_queue() while restarting tx queueMugunthan V N2013-03-271-1/+1
* | | | | | rtnetlink: fix error return code in rtnl_link_fill()Wei Yongjun2013-03-271-1/+3
* | | | | | enet: fec: fix fail resume from suspend stateFrank Li2013-03-271-32/+50
* | | | | | Merge tag 'iommu-fixes-v3.9-rc4' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2013-03-274-15/+12
|\ \ \ \ \ \
| * | | | | | iommu/amd: Make sure dma_ops are set for hotplug devicesJoerg Roedel2013-03-271-12/+10
| * | | | | | x86, io_apic: remove duplicated include from irq_remapping.cWei Yongjun2013-03-261-1/+0
| * | | | | | iommu: OMAP: build only on OMAP2+Arnd Bergmann2013-03-091-1/+1
| * | | | | | amd_iommu_init: remove __init from amd_iommu_erratum_746_workaroundNikola Pajkovsky2013-03-091-1/+1