summaryrefslogtreecommitdiffstats
path: root/net/mac802154
Commit message (Expand)AuthorAgeFilesLines
...
* mac802154: rx: use tasklet instead workqueueAlexander Aring2014-10-274-41/+46
* mac802154: tx: use put_unaligned_le16 for copy crcAlexander Aring2014-10-271-2/+3
* mac802154: tx: make worker information staticAlexander Aring2014-10-261-12/+5
* 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-262-7/+17
* 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-262-1/+56
* mac802154: tx: remove xmit channel context switchAlexander Aring2014-10-261-54/+4
* 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-251-10/+0
* mac802154: rename dev_workqueue to workqueueAlexander Aring2014-10-255-10/+10
* mac802154: introduce IEEE802154_DEV_TO_SUB_IFAlexander Aring2014-10-256-43/+47
* mac802154: introduce hw_to_local functionAlexander Aring2014-10-254-8/+12
* mac802154: rename sdata slaves and slaves_mtxAlexander Aring2014-10-255-37/+37
* mac802154: rename hw subif_data variable to localAlexander Aring2014-10-256-47/+47
* mac802154: rename mac802154_sub_if_dataAlexander Aring2014-10-257-207/+208
* mac802154: rename mac802154_priv to ieee802154_localAlexander Aring2014-10-257-131/+130
* ieee802154: rename ieee802154_dev to ieee802154_hwAlexander Aring2014-10-253-24/+24
* ieee802154: move ieee802154 headerAlexander Aring2014-10-254-4/+4
* ieee802154: move wpan-phy.h to cfg802154.hAlexander Aring2014-10-256-6/+6
* mac802154: move wpan.c to iface.cAlexander Aring2014-10-252-1/+1
* mac802154: move mac802154.h to ieee802154_i.hAlexander Aring2014-10-259-11/+11
* mac802154: move ieee802154_dev.c to main.cAlexander Aring2014-10-252-1/+1
* mac802154: fix typo IEEE802515 to IEEE802154Alexander Aring2014-10-251-3/+3
* ieee802154: ieee802154_dev: fix align typoAlexander Aring2014-10-251-1/+1
* ieee802154: mac802154: remove FSF addressAlexander Aring2014-10-258-32/+0
* trivial: net/mac802154: Fix Kconfig typoJulien Catalano2014-10-251-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-10-083-14/+16
|\
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2014-09-081-1/+5
| |\
| * | mac802154: common tx error pathVarka Bhadram2014-08-141-7/+8
| * | mac802154: common error pathVarka Bhadram2014-08-141-4/+6
| * | mac802154: cleanup in rx pathVarka Bhadram2014-08-141-3/+2
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2014-10-071-1/+1
|\ \ \ | |_|/ |/| |
| * | treewide: Fix typo in printkMasanari Iida2014-08-261-1/+1
| |/
* | ieee802154: mac802154: handle the reserved dest mode by dropping the packetMartin Townsend2014-08-191-1/+4
* | mac802154: fixed potential skb leak with mac802154_parse_frame_startMartin Townsend2014-08-191-0/+1
|/
* net: set name_assign_type in alloc_netdev()Tom Gundersen2014-07-151-2/+4
* mac802154: at86rf230: add hw flags and merge opsAlexander Aring2014-07-071-14/+46
* 6lowpan: mac802154: fix coding style issuesVarka Bhadram2014-07-074-4/+9
* mac802154: don't deliver packets to devices that are downPhoebe Buckheister2014-06-113-10/+17
* mac802154: properly free incoming skbs on decryption failurePhoebe Buckheister2014-06-111-0/+1
* mac802154: llsec: add forgotten list_del_rcu in key removalPhoebe Buckheister2014-06-061-0/+1
* mac802154: llsec: correctly lookup implicit-indexed keysPhoebe Buckheister2014-05-221-0/+2
OpenPOWER on IntegriCloud