summaryrefslogtreecommitdiffstats
path: root/net/mac802154
Commit message (Expand)AuthorAgeFilesLines
* 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
* mac802154: llsec: fold useless return value checkPhoebe Buckheister2014-05-221-1/+1
* mac802154: llsec: fix incorrect lock pairingPhoebe Buckheister2014-05-221-1/+1
* ieee802154, mac802154: implement devkey record optionPhoebe Buckheister2014-05-161-0/+38
* mac802154: propagate device address changes to llsecPhoebe Buckheister2014-05-162-3/+47
* mac802154: add llsec configuration functionsPhoebe Buckheister2014-05-163-0/+238
* mac802154: integrate llsec with wpan devicesPhoebe Buckheister2014-05-162-28/+100
* mac802154: add llsec decryption methodPhoebe Buckheister2014-05-162-0/+248
* mac802154: add llsec encryption methodPhoebe Buckheister2014-05-162-0/+255
* mac802154: add llsec structures and mutatorsPhoebe Buckheister2014-05-164-1/+637
* mac802154: update KconfigPhoebe Buckheister2014-05-161-0/+4
* mac802154: make mac802154_wpan_open staticPhoebe Buckheister2014-05-151-1/+1
* ieee802154: change _cb handling slightlyPhoebe Buckheister2014-05-152-15/+13
* mac802154: account for all header parts during wpan header creationgPhoebe Buckheister2014-05-151-1/+1
* mac802154: fix duplicate #include headersJean Sacren2014-04-071-1/+0
* mac802154: make csma/cca parameters per-wpanPhoebe Buckheister2014-04-014-25/+112
* mac802154: allow only one WPAN to be up at any given timePhoebe Buckheister2014-04-012-0/+26
* ieee802154: add proper length checks to header creationsPhoebe Buckheister2014-03-141-0/+3
* ieee802154: use ieee802154_addr instead of *_sa variantsPhoebe Buckheister2014-03-142-22/+21
* mac802154: use header operations to create/parse headersPhoebe Buckheister2014-03-142-243/+88
* ieee802154: enforce consistent endianness in the 802.15.4 stackPhoebe Buckheister2014-03-146-34/+53
* ieee802154: rename struct ieee802154_addr to *_saPhoebe Buckheister2014-03-142-6/+6
* ieee802154: add netlink APIs for smartMAC configurationPhoebe Buckheister2014-02-171-0/+23
* ieee802154: add support for setting CCA energy detection levelsPhoebe Buckheister2014-02-171-0/+11
* ieee802154: add support for CCA mode in wpan physPhoebe Buckheister2014-02-171-0/+11
* ieee802154: add support for listen-before-talk in wpan_phyPhoebe Buckheister2014-02-171-0/+11
* ieee802154: add TX power control to wpan_phyPhoebe Buckheister2014-02-171-0/+11
* net: remove unnecessary return'sstephen hemminger2014-02-132-5/+0
* mac802154: fix following checkpath.pl warning Prefer pr_warn(... to pr_warnin...Weilong Chen2013-12-221-2/+2
* 6lowpan: set and use mac_len for mac header lengthAlexander Aring2013-10-301-0/+2
* mac802154: Use pr_err(...) rather than printk(KERN_ERR ...)Chen Weilong2013-10-301-4/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-04-301-1/+1
|\
| * net: mac802154: comparision issue of type cast, finding by EXTRA_CFLAGS=-WChen Gang2013-04-291-1/+1
* | mac802154: Keep track of the channel when changedAlan Ott2013-04-082-1/+14
* | mac802154: Increase tx_buffer_lenAlan Ott2013-04-071-1/+1
OpenPOWER on IntegriCloud