firefly-linux-kernel-4.4.55.git
2014-10-28 Johan HedbergBluetooth: Fix LE connection timeout deadlock
2014-10-28 Stephen HemmingerBluetooth: spelling fixes
2014-10-28 Jukka RissanenBluetooth: 6lowpan: Fix lockdep splats
2014-10-28 Jukka RissanenBluetooth: 6lowpan: Converting rwlocks to use RCU
2014-10-28 Johan HedbergBluetooth: Revert SMP self-test patches
2014-10-27 Alexander Aringmac802154: rx: change naming convention
2014-10-27 Alexander Aringat86rf230: improve receive handling
2014-10-27 Alexander Aringat86rf230: use ieee802154_is_valid_psdu_len helper
2014-10-27 Alexander Aringieee802154: add valid psdu length helper
2014-10-27 Alexander Aringmac802154: rx: move rcu locking
2014-10-27 Alexander Aringmac802154: rx: move skb_reset_mac_header
2014-10-27 Alexander Aringmac802154: rx: add monitor pkt_type information
2014-10-27 Alexander Aringmac802154: rx: add CHECKSUM_UNNECESSARY
2014-10-27 Alexander Aringmac802154: rx: move skb->protocol setting
2014-10-27 Alexander Aringmac802154: rx: rename remove mac802154_subif_rx
2014-10-27 Alexander Aringmac802154: tx: remove monitor receive while xmit
2014-10-27 Alexander Aringmac802154: rx: move receive handling into rx.c
2014-10-27 Alexander Aringmac802154: rx: document ieee802154_rx() context requirement
2014-10-27 Alexander Aringmac802154: rx: use tasklet instead workqueue
2014-10-27 Alexander Aringieee802154: drivers: use dev_alloc_skb
2014-10-27 Alexander Aringmac802154: tx: use put_unaligned_le16 for copy crc
2014-10-27 Martin Townsendieee802154: 6lowpan: rename process_data and lowpan_pro...
2014-10-27 Martin Townsendbluetooth:6lowpan: use consume_skb when packet processe...
2014-10-27 Martin Townsend6lowpan: fix process_data return values
2014-10-27 Martin Townsend6lowpan: remove skb_deliver from IPHC
2014-10-26 Alexander Aringmac802154: tx: make worker information static
2014-10-26 Alexander Aringat86rf230: asynchronous xmit handling
2014-10-26 Alexander Aringmac802154: tx: add comment at sync xmit callback
2014-10-26 Alexander Aringmac802154: tx: change naming convention
2014-10-26 Alexander Aringmac802154: tx: move stats tx increment
2014-10-26 Alexander Aringmac802154: tx: cleanup crc calculation
2014-10-26 Alexander Aringmac802154: tx: use netdev print helpers
2014-10-26 Alexander Aringmac802154: tx: don't allow if down while sync tx
2014-10-26 Alexander Aringmac802154: tx: add support for xmit_async callback
2014-10-26 Alexander Aringmac802154: tx: fix error handling while xmit
2014-10-26 Alexander Aringmac802154: tx: use queue helpers in xmit worker
2014-10-26 Alexander Aringmac802154: add netdev qeue helpers
2014-10-26 Alexander Aringmac802154: tx: remove xmit channel context switch
2014-10-26 Alexander Aringmac802154: tx: squash multiple dereferencing
2014-10-26 Alexander Aringmac802154: tx: remove kmalloc in xmit hotpath
2014-10-26 Alexander Aringmac802154: tx: move xmit callback to tx file
2014-10-25 Alexander Aringmac802154: remove ieee802154_addr from driver_ops
2014-10-25 Alexander Aringmac802154: rename dev_workqueue to workqueue
2014-10-25 Alexander Aringmac802154: introduce IEEE802154_DEV_TO_SUB_IF
2014-10-25 Alexander Aringmac802154: introduce hw_to_local function
2014-10-25 Alexander Aringmac802154: rename sdata slaves and slaves_mtx
2014-10-25 Alexander Aringmac802154: rename hw subif_data variable to local
2014-10-25 Alexander Aringmac802154: rename mac802154_sub_if_data
2014-10-25 Alexander Aringmac802154: rename mac802154_priv to ieee802154_local
2014-10-25 Alexander Aringieee802154: rename ieee802154_dev to ieee802154_hw
2014-10-25 Alexander Aringieee802154: remove fakehard driver
2014-10-25 Alexander AringMAINTAINERS: add missing headers in 802.15.4
2014-10-25 Alexander Aringieee802154: move ieee802154 header
2014-10-25 Alexander Aringieee802154: move wpan-class.c to core.c
2014-10-25 Alexander Aringieee802154: move wpan-phy.h to cfg802154.h
2014-10-25 Alexander Aringmac802154: move wpan.c to iface.c
2014-10-25 Alexander Aringmac802154: move mac802154.h to ieee802154_i.h
2014-10-25 Alexander Aringmac802154: move ieee802154_dev.c to main.c
2014-10-25 Johan HedbergBluetooth: Add self-tests for SMP crypto functions
2014-10-25 Johan HedbergBluetooth: Add skeleton for SMP self-tests
2014-10-25 Johan HedbergBluetooth: Pass only crypto context to SMP crypto functions
2014-10-25 Fabian FrederickBluetooth: fix shadow warning in hci_disconnect()
2014-10-25 Alexander Aringieee802154: wpan-class: fix trailing semicolon
2014-10-25 Alexander Aringieee802154: wpan-phy: use blank line after function
2014-10-25 Alexander Aringieee802154: wpan-phy: change to __aligned(size)
2014-10-25 Alexander Aringmac802154: fix typo IEEE802515 to IEEE802154
2014-10-25 Alexander Aringieee802154: ieee802154_dev: fix align typo
2014-10-25 Alexander Aringieee802154: mac802154: remove FSF address
2014-10-25 Martin TownsendBluetooth: Fix missing channel unlock in l2cap_le_credits
2014-10-25 Martin Townsend6lowpan: Use skb_cow in IPHC decompression.
2014-10-25 Li RongQingBluetooth: 6lowpan: remove unnecessary codes in give_sk...
2014-10-25 Szymon JancBluetooth: Improve RFCOMM __test_pf macro robustness
2014-10-25 Szymon JancBluetooth: Fix RFCOMM NSC response
2014-10-25 Alfonso AcostaBluetooth: Defer connection-parameter removal when...
2014-10-25 Alexander Aringieee802154: 6lowpan: add RTNL assertion
2014-10-25 Alexander Aringieee802154: 6lowpan: improve packet registration
2014-10-25 Alfonso AcostaBluetooth: Remove redundant check on hci_conn's device...
2014-10-25 Alfonso AcostaBluetooth: Include ADV_IND report in Device Connected...
2014-10-25 Alfonso AcostaBluetooth: Refactor arguments of mgmt_device_connected
2014-10-25 Alexander Aringat86rf230: remove unnecessary print of async error
2014-10-25 Alexander Aringat86rf230: fix enable_irq handling on async spi
2014-10-25 Alexander Aringat86rf230: fix race condition
2014-10-25 Alexander Aringat86rf230: add missing enable_irq
2014-10-25 Alexander Aringat86rf230: squash unnecessary dereferencing
2014-10-25 Alexander Aringat86rf230: correct at86rf2xx lifs timings
2014-10-25 Alexander Aringat86rf230: correct aret lifs and sifs handling
2014-10-25 Alexander Aringat86rf230: add missing error handling
2014-10-25 Alexander Aringat86rf230: fix errno on tx timeout handling
2014-10-25 Simon Vincentieee802154: mrf24j40: Add support for MRF24J40MC
2014-10-25 Anantha KrishnanBluetooth: Add support for Acer [0489:e078]
2014-10-25 Alexander Aringieee802154: 6lowpan: fix sign of errno return val
2014-10-25 Alexander Aringieee802154: reassembly: fix tag byteorder
2014-10-25 Alexander Aringieee802154: 6lowpan: fix byteorder for frag tag
2014-10-25 Simon Vincentieee802154: 6lowpan: Drop PACKET_OTHERHOST skbs in...
2014-10-25 Julien Catalanotrivial: net/mac802154: Fix Kconfig typo
2014-10-19 Linus TorvaldsMerge tag 'ntb-3.18' of git://github.com/jonmason/ntb
2014-10-19 Linus TorvaldsMerge branch 'i2c/for-next' of git://git./linux/kernel...
2014-10-19 Linus TorvaldsMerge tag 'sound-fix-3.18-rc1' of git://git./linux...
2014-10-19 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2014-10-19 Linus TorvaldsMerge tag 'rdma-for-linus' of git://git./linux/kernel...
next