summaryrefslogtreecommitdiffstats
path: root/net/ieee802154
Commit message (Expand)AuthorAgeFilesLines
* mac802154: make csma/cca parameters per-wpanPhoebe Buckheister2014-04-015-210/+122Star
* ieee802154: dgram: cleanup set of broadcast panidAlexander Aring2014-03-201-1/+1
* af_ieee802154: fix check on broadcast addressAlexander Aring2014-03-201-1/+1
* ieee802154: properly unshare skbs in ieee802154 *_rcv functionsPhoebe Buckheister2014-03-183-16/+21
* ieee802154: add proper length checks to header creationsPhoebe Buckheister2014-03-152-2/+2
* 6lowpan: move lowpan frag_info out of 802.15.4 headersPhoebe Buckheister2014-03-151-9/+18
* ieee802154: use ieee802154_addr instead of *_sa variantsPhoebe Buckheister2014-03-155-101/+112
* mac802154: use header operations to create/parse headersPhoebe Buckheister2014-03-155-53/+64
* ieee802154: add header structs with endiannes and operationsPhoebe Buckheister2014-03-152-1/+289
* ieee802154: enforce consistent endianness in the 802.15.4 stackPhoebe Buckheister2014-03-155-25/+31
* ieee802154: rename struct ieee802154_addr to *_saPhoebe Buckheister2014-03-157-24/+25
* 6lowpan: reassembly: un-export local functionsFlorian Westphal2014-03-131-19/+11Star
* ieee802154: Convert uses of __constant_<foo> to <foo>Joe Perches2014-03-122-2/+2
* 6lowpan: reassembly: fix access of ctl table entryAlexander Aring2014-03-101-1/+1
* 6lowpan: reassembly: fix return of init functionAlexander Aring2014-03-071-2/+3
* 6lowpan: move 6lowpan header to include/netAlexander Aring2014-03-064-438/+3Star
* 6lowpan: add missing include of net/ipv6.hAlexander Aring2014-03-061-0/+2
* ieee802154: fix whitespace issues in KconfigAlexander Aring2014-03-051-1/+1
* 6lowpan: use memcpy to set tag value in fraghdrAlexander Aring2014-03-031-2/+1Star
* 6lowpan: remove initialization of tag valueAlexander Aring2014-03-031-1/+0Star
* 6lowpan: fix type of datagram size parameterAlexander Aring2014-03-031-1/+1
* 6lowpan: handling 6lowpan fragmentation via inet_frag apiAlexander Aring2014-02-284-208/+680
* 6lowpan: fix some checkpatch issuesAlexander Aring2014-02-281-18/+9Star
* 6lowpan: move 6lowpan.c to 6lowpan_rtnl.cAlexander Aring2014-02-282-0/+1
* 6lowpan: change tag type to __be16Alexander Aring2014-02-281-2/+3
* 6lowpan: fix fragmentation on sending sideAlexander Aring2014-02-281-10/+27
* 6lowpan: add uncompress header size functionAlexander Aring2014-02-281-0/+113
* ieee802154: fix faulty check in set_phy_params apiPhoebe Buckheister2014-02-191-2/+4
* ieee802154: add netlink APIs for smartMAC configurationPhoebe Buckheister2014-02-173-2/+78
* ieee802154: add support for setting CCA energy detection levelsPhoebe Buckheister2014-02-172-3/+28
* ieee802154: add support for CCA mode in wpan physPhoebe Buckheister2014-02-172-3/+30
* ieee802154: add support for listen-before-talk in wpan_phyPhoebe Buckheister2014-02-172-12/+47
* ieee802154: add TX power control to wpan_phyPhoebe Buckheister2014-02-175-4/+53
* 6lowpan: fix lockdep splatsEric Dumazet2014-02-111-0/+20
* 6lowpan: Remove unused pointer in lowpan_header_create()Christian Engelmayer2014-02-101-3/+0Star
* net: 6lowpan: fixup for code movementStephen Rothwell2014-01-281-1/+1
* 6lowpan: add a license to 6lowpan_iphc moduleYann Droneaud2014-01-231-0/+3
* net: add build-time checks for msg->msg_name sizeSteffen Hurrle2014-01-191-3/+1Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-01-181-2/+4
|\
| * ieee802154: Fix memory leak in ieee802154_add_iface()Christian Engelmayer2014-01-151-2/+4
* | net: move 6lowpan compression code to separate moduleDmitry Eremin-Solenikov2014-01-162-1/+9
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2014-01-104-757/+912
|\ \
| * | 6lowpan: cleanup udp compress functionAlexander Aring2013-12-171-5/+15
| * | 6lowpan: udp use subtraction on both conditionsAlexander Aring2013-12-171-1/+1
| * | 6lowpan: udp use lowpan_fetch_skb functionAlexander Aring2013-12-171-19/+18Star
| * | 6lowpan: add udp warning for elided checksumAlexander Aring2013-12-172-3/+9
| * | 6lowpan: fix udp byte orderingAlexander Aring2013-12-171-19/+20
| * | 6lowpan: fix udp compress orderingAlexander Aring2013-12-171-1/+1
| * | 6lowpan: udp use lowpan_push_hc_data functionAlexander Aring2013-12-171-17/+20
| * | 6lowpan: introduce lowpan_push_hc_data functionAlexander Aring2013-12-171-0/+7