summaryrefslogtreecommitdiffstats
path: root/net/ieee802154
AgeCommit message (Expand)Author
2014-04-01mac802154: make csma/cca parameters per-wpanPhoebe Buckheister
2014-03-20ieee802154: dgram: cleanup set of broadcast panidAlexander Aring
2014-03-20af_ieee802154: fix check on broadcast addressAlexander Aring
2014-03-18ieee802154: properly unshare skbs in ieee802154 *_rcv functionsPhoebe Buckheister
2014-03-14ieee802154: add proper length checks to header creationsPhoebe Buckheister
2014-03-146lowpan: move lowpan frag_info out of 802.15.4 headersPhoebe Buckheister
2014-03-14ieee802154: use ieee802154_addr instead of *_sa variantsPhoebe Buckheister
2014-03-14mac802154: use header operations to create/parse headersPhoebe Buckheister
2014-03-14ieee802154: add header structs with endiannes and operationsPhoebe Buckheister
2014-03-14ieee802154: enforce consistent endianness in the 802.15.4 stackPhoebe Buckheister
2014-03-14ieee802154: rename struct ieee802154_addr to *_saPhoebe Buckheister
2014-03-136lowpan: reassembly: un-export local functionsFlorian Westphal
2014-03-12ieee802154: Convert uses of __constant_<foo> to <foo>Joe Perches
2014-03-106lowpan: reassembly: fix access of ctl table entryAlexander Aring
2014-03-076lowpan: reassembly: fix return of init functionAlexander Aring
2014-03-066lowpan: move 6lowpan header to include/netAlexander Aring
2014-03-066lowpan: add missing include of net/ipv6.hAlexander Aring
2014-03-04ieee802154: fix whitespace issues in KconfigAlexander Aring
2014-03-026lowpan: use memcpy to set tag value in fraghdrAlexander Aring
2014-03-026lowpan: remove initialization of tag valueAlexander Aring
2014-03-026lowpan: fix type of datagram size parameterAlexander Aring
2014-02-286lowpan: handling 6lowpan fragmentation via inet_frag apiAlexander Aring
2014-02-286lowpan: fix some checkpatch issuesAlexander Aring
2014-02-286lowpan: move 6lowpan.c to 6lowpan_rtnl.cAlexander Aring
2014-02-286lowpan: change tag type to __be16Alexander Aring
2014-02-286lowpan: fix fragmentation on sending sideAlexander Aring
2014-02-286lowpan: add uncompress header size functionAlexander Aring
2014-02-18ieee802154: fix faulty check in set_phy_params apiPhoebe Buckheister
2014-02-17ieee802154: add netlink APIs for smartMAC configurationPhoebe Buckheister
2014-02-17ieee802154: add support for setting CCA energy detection levelsPhoebe Buckheister
2014-02-17ieee802154: add support for CCA mode in wpan physPhoebe Buckheister
2014-02-17ieee802154: add support for listen-before-talk in wpan_phyPhoebe Buckheister
2014-02-17ieee802154: add TX power control to wpan_phyPhoebe Buckheister
2014-02-106lowpan: fix lockdep splatsEric Dumazet
2014-02-096lowpan: Remove unused pointer in lowpan_header_create()Christian Engelmayer
2014-01-27net: 6lowpan: fixup for code movementStephen Rothwell
2014-01-226lowpan: add a license to 6lowpan_iphc moduleYann Droneaud
2014-01-18net: add build-time checks for msg->msg_name sizeSteffen Hurrle
2014-01-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-01-15net: move 6lowpan compression code to separate moduleDmitry Eremin-Solenikov
2014-01-14ieee802154: Fix memory leak in ieee802154_add_iface()Christian Engelmayer
2014-01-10Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2014-01-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-01-05net: 6lowpan: fix lowpan_header_create non-compression memcpy callDaniel Borkmann
2013-12-27ieee802154: space prohibited before that close parenthesisWeilong Chen
2013-12-176lowpan: cleanup udp compress functionAlexander Aring
2013-12-176lowpan: udp use subtraction on both conditionsAlexander Aring
2013-12-176lowpan: udp use lowpan_fetch_skb functionAlexander Aring
2013-12-176lowpan: add udp warning for elided checksumAlexander Aring
2013-12-176lowpan: fix udp byte orderingAlexander Aring