aboutsummaryrefslogtreecommitdiffstats
path: root/net/ieee802154/6lowpan_rtnl.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-03-18ieee802154: properly unshare skbs in ieee802154 *_rcv functionsPhoebe Buckheister1-16/+13
2014-03-14ieee802154: add proper length checks to header creationsPhoebe Buckheister1-1/+1
2014-03-14ieee802154: use ieee802154_addr instead of *_sa variantsPhoebe Buckheister1-12/+26
2014-03-14mac802154: use header operations to create/parse headersPhoebe Buckheister1-8/+8
2014-03-14ieee802154: enforce consistent endianness in the 802.15.4 stackPhoebe Buckheister1-4/+4
2014-03-14ieee802154: rename struct ieee802154_addr to *_saPhoebe Buckheister1-2/+2
2014-03-12ieee802154: Convert uses of __constant_<foo> to <foo>Joe Perches1-1/+1
2014-03-066lowpan: move 6lowpan header to include/netAlexander Aring1-1/+1
2014-03-026lowpan: use memcpy to set tag value in fraghdrAlexander Aring1-2/+1
2014-03-026lowpan: remove initialization of tag valueAlexander Aring1-1/+0
2014-02-286lowpan: handling 6lowpan fragmentation via inet_frag apiAlexander Aring1-207/+49
2014-02-286lowpan: fix some checkpatch issuesAlexander Aring1-18/+9
2014-02-286lowpan: move 6lowpan.c to 6lowpan_rtnl.cAlexander Aring1-0/+832