summaryrefslogtreecommitdiff
path: root/net/mac802154
AgeCommit message (Expand)AuthorFilesLines
2016-02-10mac802154: fix typo IEEE802515 to IEEE802154Alexander Aring1-3/+3
2014-10-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds3-14/+16
2014-10-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2014-09-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-1/+5
2014-08-26treewide: Fix typo in printkMasanari Iida1-1/+1
2014-08-19ieee802154: mac802154: handle the reserved dest mode by dropping the packetMartin Townsend1-1/+4
2014-08-19mac802154: fixed potential skb leak with mac802154_parse_frame_startMartin Townsend1-0/+1
2014-08-14mac802154: common tx error pathVarka Bhadram1-7/+8
2014-08-14mac802154: common error pathVarka Bhadram1-4/+6
2014-08-14mac802154: cleanup in rx pathVarka Bhadram1-3/+2
2014-07-16net: set name_assign_type in alloc_netdev()Tom Gundersen1-2/+4
2014-07-08mac802154: at86rf230: add hw flags and merge opsAlexander Aring1-14/+46
2014-07-086lowpan: mac802154: fix coding style issuesVarka Bhadram4-4/+9
2014-06-11mac802154: don't deliver packets to devices that are downPhoebe Buckheister3-10/+17
2014-06-11mac802154: properly free incoming skbs on decryption failurePhoebe Buckheister1-0/+1
2014-06-07mac802154: llsec: add forgotten list_del_rcu in key removalPhoebe Buckheister1-0/+1
2014-05-22mac802154: llsec: correctly lookup implicit-indexed keysPhoebe Buckheister1-0/+2
2014-05-22mac802154: llsec: fold useless return value checkPhoebe Buckheister1-1/+1
2014-05-22mac802154: llsec: fix incorrect lock pairingPhoebe Buckheister1-1/+1
2014-05-17ieee802154, mac802154: implement devkey record optionPhoebe Buckheister1-0/+38
2014-05-17mac802154: propagate device address changes to llsecPhoebe Buckheister2-3/+47
2014-05-17mac802154: add llsec configuration functionsPhoebe Buckheister3-0/+238
2014-05-17mac802154: integrate llsec with wpan devicesPhoebe Buckheister2-28/+100
2014-05-17mac802154: add llsec decryption methodPhoebe Buckheister2-0/+248
2014-05-17mac802154: add llsec encryption methodPhoebe Buckheister2-0/+255
2014-05-17mac802154: add llsec structures and mutatorsPhoebe Buckheister4-1/+637
2014-05-17mac802154: update KconfigPhoebe Buckheister1-0/+4
2014-05-15mac802154: make mac802154_wpan_open staticPhoebe Buckheister1-1/+1
2014-05-15ieee802154: change _cb handling slightlyPhoebe Buckheister2-15/+13
2014-05-15mac802154: account for all header parts during wpan header creationgPhoebe Buckheister1-1/+1
2014-04-07mac802154: fix duplicate #include headersJean Sacren1-1/+0
2014-04-02mac802154: make csma/cca parameters per-wpanPhoebe Buckheister4-25/+112
2014-04-02mac802154: allow only one WPAN to be up at any given timePhoebe Buckheister2-0/+26
2014-03-15ieee802154: add proper length checks to header creationsPhoebe Buckheister1-0/+3
2014-03-15ieee802154: use ieee802154_addr instead of *_sa variantsPhoebe Buckheister2-22/+21
2014-03-15mac802154: use header operations to create/parse headersPhoebe Buckheister2-243/+88
2014-03-15ieee802154: enforce consistent endianness in the 802.15.4 stackPhoebe Buckheister6-34/+53
2014-03-15ieee802154: rename struct ieee802154_addr to *_saPhoebe Buckheister2-6/+6
2014-02-18ieee802154: add netlink APIs for smartMAC configurationPhoebe Buckheister1-0/+23
2014-02-18ieee802154: add support for setting CCA energy detection levelsPhoebe Buckheister1-0/+11
2014-02-18ieee802154: add support for CCA mode in wpan physPhoebe Buckheister1-0/+11
2014-02-18ieee802154: add support for listen-before-talk in wpan_phyPhoebe Buckheister1-0/+11
2014-02-18ieee802154: add TX power control to wpan_phyPhoebe Buckheister1-0/+11
2014-02-14net: remove unnecessary return'sstephen hemminger2-5/+0
2013-12-23mac802154: fix following checkpath.pl warning Prefer pr_warn(... to pr_warnin...Weilong Chen1-2/+2
2013-10-316lowpan: set and use mac_len for mac header lengthAlexander Aring1-0/+2
2013-10-31mac802154: Use pr_err(...) rather than printk(KERN_ERR ...)Chen Weilong1-4/+2
2013-04-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2013-04-29net: mac802154: comparision issue of type cast, finding by EXTRA_CFLAGS=-WChen Gang1-1/+1
2013-04-08mac802154: Keep track of the channel when changedAlan Ott2-1/+14