summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * mac802154: remove might_sleep from driver layerAlexander Aring2014-10-283-8/+0
| * mac802154: use driver-ops function wrappersAlexander Aring2014-10-284-20/+26
| * mac802154: introduce driver-ops headerAlexander Aring2014-10-281-0/+202
| * mac802154: ops: declare channel and page as u8Alexander Aring2014-10-285-11/+9
| * mac802154: declare struct ieee802154_ops as constAlexander Aring2014-10-287-7/+7
| * mac802154: main: move open and close into ifaceAlexander Aring2014-10-283-62/+59
| * mac802154: monitor: merge into iface implementationAlexander Aring2014-10-283-60/+31
| * Bluetooth: Fix check for direct advertisingJohan Hedberg2014-10-281-1/+1
| * Bluetooth: Fix LE connection timeout deadlockJohan Hedberg2014-10-281-1/+1
| * Bluetooth: spelling fixesStephen Hemminger2014-10-285-8/+8
| * Bluetooth: 6lowpan: Fix lockdep splatsJukka Rissanen2014-10-281-0/+19
| * Bluetooth: 6lowpan: Converting rwlocks to use RCUJukka Rissanen2014-10-281-95/+127
| * Bluetooth: Revert SMP self-test patchesJohan Hedberg2014-10-282-126/+0
| * mac802154: rx: change naming conventionAlexander Aring2014-10-271-16/+17
| * at86rf230: improve receive handlingAlexander Aring2014-10-271-7/+3
| * at86rf230: use ieee802154_is_valid_psdu_len helperAlexander Aring2014-10-271-18/+8
| * ieee802154: add valid psdu length helperAlexander Aring2014-10-271-0/+11
| * mac802154: rx: move rcu lockingAlexander Aring2014-10-271-4/+4
| * mac802154: rx: move skb_reset_mac_headerAlexander Aring2014-10-271-2/+3
| * mac802154: rx: add monitor pkt_type informationAlexander Aring2014-10-271-0/+1
| * mac802154: rx: add CHECKSUM_UNNECESSARYAlexander Aring2014-10-271-0/+2
| * mac802154: rx: move skb->protocol settingAlexander Aring2014-10-271-1/+4
| * mac802154: rx: rename remove mac802154_subif_rxAlexander Aring2014-10-271-9/+3
| * mac802154: tx: remove monitor receive while xmitAlexander Aring2014-10-273-4/+2
| * mac802154: rx: move receive handling into rx.cAlexander Aring2014-10-274-214/+214
| * mac802154: rx: document ieee802154_rx() context requirementAlexander Aring2014-10-271-0/+2
| * mac802154: rx: use tasklet instead workqueueAlexander Aring2014-10-275-41/+47
| * ieee802154: drivers: use dev_alloc_skbAlexander Aring2014-10-273-3/+3
| * mac802154: tx: use put_unaligned_le16 for copy crcAlexander Aring2014-10-271-2/+3
| * ieee802154: 6lowpan: rename process_data and lowpan_process_dataMartin Townsend2014-10-274-23/+29
| * bluetooth:6lowpan: use consume_skb when packet processed successfullyMartin Townsend2014-10-271-3/+4
| * 6lowpan: fix process_data return valuesMartin Townsend2014-10-272-4/+4
| * 6lowpan: remove skb_deliver from IPHCMartin Townsend2014-10-274-46/+45
| * mac802154: tx: make worker information staticAlexander Aring2014-10-261-12/+5
| * at86rf230: asynchronous xmit handlingAlexander Aring2014-10-261-25/+17
| * mac802154: tx: add comment at sync xmit callbackAlexander Aring2014-10-261-0/+4
| * mac802154: tx: change naming conventionAlexander Aring2014-10-264-17/+23
| * mac802154: tx: move stats tx incrementAlexander Aring2014-10-261-6/+10
| * mac802154: tx: cleanup crc calculationAlexander Aring2014-10-261-4/+2
| * mac802154: tx: use netdev print helpersAlexander Aring2014-10-261-2/+2
| * mac802154: tx: don't allow if down while sync txAlexander Aring2014-10-261-9/+22
| * mac802154: tx: add support for xmit_async callbackAlexander Aring2014-10-267-14/+35
| * mac802154: tx: fix error handling while xmitAlexander Aring2014-10-261-4/+8
| * mac802154: tx: use queue helpers in xmit workerAlexander Aring2014-10-261-12/+2
| * mac802154: add netdev qeue helpersAlexander Aring2014-10-263-1/+60
| * mac802154: tx: remove xmit channel context switchAlexander Aring2014-10-262-56/+5
| * mac802154: tx: squash multiple dereferencingAlexander Aring2014-10-261-11/+12
| * mac802154: tx: remove kmalloc in xmit hotpathAlexander Aring2014-10-261-29/+27
| * mac802154: tx: move xmit callback to tx fileAlexander Aring2014-10-264-67/+59
| * mac802154: remove ieee802154_addr from driver_opsAlexander Aring2014-10-252-11/+0