Age | Commit message (Expand) | Author | Files | Lines |
2014-10-26 | mac802154: tx: change naming convention | Alexander Aring | 4 | -17/+23 |
2014-10-26 | mac802154: tx: move stats tx increment | Alexander Aring | 1 | -6/+10 |
2014-10-26 | mac802154: tx: cleanup crc calculation | Alexander Aring | 1 | -4/+2 |
2014-10-26 | mac802154: tx: use netdev print helpers | Alexander Aring | 1 | -2/+2 |
2014-10-26 | mac802154: tx: don't allow if down while sync tx | Alexander Aring | 1 | -9/+22 |
2014-10-26 | mac802154: tx: add support for xmit_async callback | Alexander Aring | 2 | -7/+17 |
2014-10-26 | mac802154: tx: fix error handling while xmit | Alexander Aring | 1 | -4/+8 |
2014-10-26 | mac802154: tx: use queue helpers in xmit worker | Alexander Aring | 1 | -12/+2 |
2014-10-26 | mac802154: add netdev qeue helpers | Alexander Aring | 2 | -1/+56 |
2014-10-26 | mac802154: tx: remove xmit channel context switch | Alexander Aring | 1 | -54/+4 |
2014-10-26 | mac802154: tx: squash multiple dereferencing | Alexander Aring | 1 | -11/+12 |
2014-10-26 | mac802154: tx: remove kmalloc in xmit hotpath | Alexander Aring | 1 | -29/+27 |
2014-10-26 | mac802154: tx: move xmit callback to tx file | Alexander Aring | 4 | -67/+59 |
2014-10-25 | mac802154: remove ieee802154_addr from driver_ops | Alexander Aring | 1 | -10/+0 |
2014-10-25 | mac802154: rename dev_workqueue to workqueue | Alexander Aring | 5 | -10/+10 |
2014-10-25 | mac802154: introduce IEEE802154_DEV_TO_SUB_IF | Alexander Aring | 6 | -43/+47 |
2014-10-25 | mac802154: introduce hw_to_local function | Alexander Aring | 4 | -8/+12 |
2014-10-25 | mac802154: rename sdata slaves and slaves_mtx | Alexander Aring | 5 | -37/+37 |
2014-10-25 | mac802154: rename hw subif_data variable to local | Alexander Aring | 6 | -47/+47 |
2014-10-25 | mac802154: rename mac802154_sub_if_data | Alexander Aring | 7 | -207/+208 |
2014-10-25 | mac802154: rename mac802154_priv to ieee802154_local | Alexander Aring | 7 | -131/+130 |
2014-10-25 | ieee802154: rename ieee802154_dev to ieee802154_hw | Alexander Aring | 3 | -24/+24 |
2014-10-25 | ieee802154: move ieee802154 header | Alexander Aring | 4 | -4/+4 |
2014-10-25 | ieee802154: move wpan-phy.h to cfg802154.h | Alexander Aring | 6 | -6/+6 |
2014-10-25 | mac802154: move wpan.c to iface.c | Alexander Aring | 2 | -1/+1 |
2014-10-25 | mac802154: move mac802154.h to ieee802154_i.h | Alexander Aring | 9 | -11/+11 |
2014-10-25 | mac802154: move ieee802154_dev.c to main.c | Alexander Aring | 2 | -1/+1 |
2014-10-25 | mac802154: fix typo IEEE802515 to IEEE802154 | Alexander Aring | 1 | -3/+3 |
2014-10-25 | ieee802154: ieee802154_dev: fix align typo | Alexander Aring | 1 | -1/+1 |
2014-10-25 | ieee802154: mac802154: remove FSF address | Alexander Aring | 8 | -32/+0 |
2014-10-25 | trivial: net/mac802154: Fix Kconfig typo | Julien Catalano | 1 | -1/+1 |
2014-10-09 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 3 | -14/+16 |
2014-10-08 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 1 | -1/+1 |
2014-09-08 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 1 | -1/+5 |
2014-08-26 | treewide: Fix typo in printk | Masanari Iida | 1 | -1/+1 |
2014-08-19 | ieee802154: mac802154: handle the reserved dest mode by dropping the packet | Martin Townsend | 1 | -1/+4 |
2014-08-19 | mac802154: fixed potential skb leak with mac802154_parse_frame_start | Martin Townsend | 1 | -0/+1 |
2014-08-14 | mac802154: common tx error path | Varka Bhadram | 1 | -7/+8 |
2014-08-14 | mac802154: common error path | Varka Bhadram | 1 | -4/+6 |
2014-08-14 | mac802154: cleanup in rx path | Varka Bhadram | 1 | -3/+2 |
2014-07-16 | net: set name_assign_type in alloc_netdev() | Tom Gundersen | 1 | -2/+4 |
2014-07-08 | mac802154: at86rf230: add hw flags and merge ops | Alexander Aring | 1 | -14/+46 |
2014-07-08 | 6lowpan: mac802154: fix coding style issues | Varka Bhadram | 4 | -4/+9 |
2014-06-11 | mac802154: don't deliver packets to devices that are down | Phoebe Buckheister | 3 | -10/+17 |
2014-06-11 | mac802154: properly free incoming skbs on decryption failure | Phoebe Buckheister | 1 | -0/+1 |
2014-06-07 | mac802154: llsec: add forgotten list_del_rcu in key removal | Phoebe Buckheister | 1 | -0/+1 |
2014-05-22 | mac802154: llsec: correctly lookup implicit-indexed keys | Phoebe Buckheister | 1 | -0/+2 |
2014-05-22 | mac802154: llsec: fold useless return value check | Phoebe Buckheister | 1 | -1/+1 |
2014-05-22 | mac802154: llsec: fix incorrect lock pairing | Phoebe Buckheister | 1 | -1/+1 |
2014-05-17 | ieee802154, mac802154: implement devkey record option | Phoebe Buckheister | 1 | -0/+38 |