aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac802154/wpan.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-09-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville1-1/+5
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 error pathVarka Bhadram1-4/+6
2014-06-11mac802154: don't deliver packets to devices that are downPhoebe Buckheister1-5/+8
2014-06-11mac802154: properly free incoming skbs on decryption failurePhoebe Buckheister1-0/+1
2014-05-16mac802154: propagate device address changes to llsecPhoebe Buckheister1-2/+24
2014-05-16mac802154: integrate llsec with wpan devicesPhoebe Buckheister1-28/+90
2014-05-15mac802154: make mac802154_wpan_open staticPhoebe Buckheister1-1/+1
2014-05-15ieee802154: change _cb handling slightlyPhoebe Buckheister1-13/+13
2014-05-15mac802154: account for all header parts during wpan header creationgPhoebe Buckheister1-1/+1
2014-04-01mac802154: make csma/cca parameters per-wpanPhoebe Buckheister1-1/+88
2014-03-14ieee802154: add proper length checks to header creationsPhoebe Buckheister1-0/+3
2014-03-14ieee802154: use ieee802154_addr instead of *_sa variantsPhoebe Buckheister1-18/+17
2014-03-14mac802154: use header operations to create/parse headersPhoebe Buckheister1-238/+83
2014-03-14ieee802154: enforce consistent endianness in the 802.15.4 stackPhoebe Buckheister1-16/+27
2014-03-14ieee802154: rename struct ieee802154_addr to *_saPhoebe Buckheister1-5/+5
2013-12-22mac802154: fix following checkpath.pl warning Prefer pr_warn(... to pr_warning(...Weilong Chen1-2/+2
2013-10-306lowpan: set and use mac_len for mac header lengthAlexander Aring1-0/+2
2013-04-07mac802154: Increase tx_buffer_lenAlan Ott1-1/+1
2013-03-26mac802154: turn on ACK when enabled by the upper layersTony Cheneau1-0/+2
2013-02-06wpan: use stack buffer instead of heapAlexander Aring1-6/+1
2013-02-06wpan: whitespace fixAlexander Aring1-1/+1
2013-01-04mac802154: fix NOHZ local_softirq_pending 08 warningAlexander Aring1-1/+1
2012-11-30mac802154: fix memory leaksAlan Ott1-1/+3
2012-06-26mac802154: add wpan device-class supportalex.bluesman.smirnov@gmail.com1-0/+559