aboutsummaryrefslogtreecommitdiffstats
path: root/net/ieee802154
Commit message (Expand)AuthorAge
* mac802154: make csma/cca parameters per-wpanPhoebe Buckheister2014-04-01
* ieee802154: dgram: cleanup set of broadcast panidAlexander Aring2014-03-20
* af_ieee802154: fix check on broadcast addressAlexander Aring2014-03-20
* ieee802154: properly unshare skbs in ieee802154 *_rcv functionsPhoebe Buckheister2014-03-18
* ieee802154: add proper length checks to header creationsPhoebe Buckheister2014-03-14
* 6lowpan: move lowpan frag_info out of 802.15.4 headersPhoebe Buckheister2014-03-14
* ieee802154: use ieee802154_addr instead of *_sa variantsPhoebe Buckheister2014-03-14
* mac802154: use header operations to create/parse headersPhoebe Buckheister2014-03-14
* ieee802154: add header structs with endiannes and operationsPhoebe Buckheister2014-03-14
* ieee802154: enforce consistent endianness in the 802.15.4 stackPhoebe Buckheister2014-03-14
* ieee802154: rename struct ieee802154_addr to *_saPhoebe Buckheister2014-03-14
* 6lowpan: reassembly: un-export local functionsFlorian Westphal2014-03-13
* ieee802154: Convert uses of __constant_<foo> to <foo>Joe Perches2014-03-12
* 6lowpan: reassembly: fix access of ctl table entryAlexander Aring2014-03-10
* 6lowpan: reassembly: fix return of init functionAlexander Aring2014-03-07
* 6lowpan: move 6lowpan header to include/netAlexander Aring2014-03-06
* 6lowpan: add missing include of net/ipv6.hAlexander Aring2014-03-06
* ieee802154: fix whitespace issues in KconfigAlexander Aring2014-03-04
* 6lowpan: use memcpy to set tag value in fraghdrAlexander Aring2014-03-02
* 6lowpan: remove initialization of tag valueAlexander Aring2014-03-02
* 6lowpan: fix type of datagram size parameterAlexander Aring2014-03-02
* 6lowpan: handling 6lowpan fragmentation via inet_frag apiAlexander Aring2014-02-28
* 6lowpan: fix some checkpatch issuesAlexander Aring2014-02-28
* 6lowpan: move 6lowpan.c to 6lowpan_rtnl.cAlexander Aring2014-02-28
* 6lowpan: change tag type to __be16Alexander Aring2014-02-28
* 6lowpan: fix fragmentation on sending sideAlexander Aring2014-02-28
* 6lowpan: add uncompress header size functionAlexander Aring2014-02-28
* ieee802154: fix faulty check in set_phy_params apiPhoebe Buckheister2014-02-18
* ieee802154: add netlink APIs for smartMAC configurationPhoebe Buckheister2014-02-17
* ieee802154: add support for setting CCA energy detection levelsPhoebe Buckheister2014-02-17
* ieee802154: add support for CCA mode in wpan physPhoebe Buckheister2014-02-17
* ieee802154: add support for listen-before-talk in wpan_phyPhoebe Buckheister2014-02-17
* ieee802154: add TX power control to wpan_phyPhoebe Buckheister2014-02-17
* 6lowpan: fix lockdep splatsEric Dumazet2014-02-10
* 6lowpan: Remove unused pointer in lowpan_header_create()Christian Engelmayer2014-02-09
* net: 6lowpan: fixup for code movementStephen Rothwell2014-01-27
* 6lowpan: add a license to 6lowpan_iphc moduleYann Droneaud2014-01-23
* net: add build-time checks for msg->msg_name sizeSteffen Hurrle2014-01-19
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-01-18
|\
| * ieee802154: Fix memory leak in ieee802154_add_iface()Christian Engelmayer2014-01-14
* | net: move 6lowpan compression code to separate moduleDmitry Eremin-Solenikov2014-01-15
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2014-01-10
|\ \
| * | 6lowpan: cleanup udp compress functionAlexander Aring2013-12-17
| * | 6lowpan: udp use subtraction on both conditionsAlexander Aring2013-12-17
| * | 6lowpan: udp use lowpan_fetch_skb functionAlexander Aring2013-12-17
| * | 6lowpan: add udp warning for elided checksumAlexander Aring2013-12-17
| * | 6lowpan: fix udp byte orderingAlexander Aring2013-12-17
| * | 6lowpan: fix udp compress orderingAlexander Aring2013-12-17
| * | 6lowpan: udp use lowpan_push_hc_data functionAlexander Aring2013-12-17
| * | 6lowpan: introduce lowpan_push_hc_data functionAlexander Aring2013-12-17