aboutsummaryrefslogtreecommitdiffstats
path: root/net/ieee802154 (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-03-026lowpan: remove initialization of tag valueAlexander Aring1-1/+0
2014-03-026lowpan: fix type of datagram size parameterAlexander Aring1-1/+1
2014-02-286lowpan: handling 6lowpan fragmentation via inet_frag apiAlexander Aring4-208/+680
2014-02-286lowpan: fix some checkpatch issuesAlexander Aring1-18/+9
2014-02-286lowpan: move 6lowpan.c to 6lowpan_rtnl.cAlexander Aring2-0/+1
2014-02-286lowpan: change tag type to __be16Alexander Aring1-2/+3
2014-02-286lowpan: fix fragmentation on sending sideAlexander Aring1-10/+27
2014-02-286lowpan: add uncompress header size functionAlexander Aring1-0/+113
2014-02-18ieee802154: fix faulty check in set_phy_params apiPhoebe Buckheister1-2/+4
2014-02-17ieee802154: add netlink APIs for smartMAC configurationPhoebe Buckheister3-2/+78
2014-02-17ieee802154: add support for setting CCA energy detection levelsPhoebe Buckheister2-3/+28
2014-02-17ieee802154: add support for CCA mode in wpan physPhoebe Buckheister2-3/+30
2014-02-17ieee802154: add support for listen-before-talk in wpan_phyPhoebe Buckheister2-12/+47
2014-02-17ieee802154: add TX power control to wpan_phyPhoebe Buckheister5-4/+53
2014-02-106lowpan: fix lockdep splatsEric Dumazet1-0/+20
2014-02-096lowpan: Remove unused pointer in lowpan_header_create()Christian Engelmayer1-3/+0
2014-01-27net: 6lowpan: fixup for code movementStephen Rothwell1-1/+1
2014-01-226lowpan: add a license to 6lowpan_iphc moduleYann Droneaud1-0/+3
2014-01-18net: add build-time checks for msg->msg_name sizeSteffen Hurrle1-3/+1
2014-01-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+4
2014-01-15net: move 6lowpan compression code to separate moduleDmitry Eremin-Solenikov2-1/+9
2014-01-14ieee802154: Fix memory leak in ieee802154_add_iface()Christian Engelmayer1-2/+4
2014-01-10Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville4-757/+912
2014-01-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2014-01-05net: 6lowpan: fix lowpan_header_create non-compression memcpy callDaniel Borkmann1-1/+1
2013-12-27ieee802154: space prohibited before that close parenthesisWeilong Chen1-1/+1
2013-12-176lowpan: cleanup udp compress functionAlexander Aring1-5/+15
2013-12-176lowpan: udp use subtraction on both conditionsAlexander Aring1-1/+1
2013-12-176lowpan: udp use lowpan_fetch_skb functionAlexander Aring1-19/+18
2013-12-176lowpan: add udp warning for elided checksumAlexander Aring2-3/+9
2013-12-176lowpan: fix udp byte orderingAlexander Aring1-19/+20
2013-12-176lowpan: fix udp compress orderingAlexander Aring1-1/+1
2013-12-176lowpan: udp use lowpan_push_hc_data functionAlexander Aring1-17/+20
2013-12-176lowpan: introduce lowpan_push_hc_data functionAlexander Aring1-0/+7
2013-12-126lowpan: fix/move/cleanup debug functionsAlexander Aring3-64/+37
2013-12-116lowpan: Moving generic compression code into 6lowpan_iphc.cJukka Rissanen4-719/+875
2013-11-19genetlink: make multicast groups const, prevent abuseJohannes Berg3-34/+20
2013-11-19genetlink: pass family to functions using groupsJohannes Berg1-1/+1
2013-11-19genetlink: only pass array to genl_register_family_with_ops()Johannes Berg1-2/+1
2013-11-18inet: prevent leakage of uninitialized memory to user in recv syscallsHannes Frederic Sowa1-2/+1
2013-11-156lowpan: Uncompression of traffic class field was incorrectJukka Rissanen1-2/+2
2013-11-14genetlink: make all genl_ops users constJohannes Berg1-1/+1
2013-11-14ieee802154: use genl_register_family_with_ops()Johannes Berg4-94/+51
2013-11-076lowpan: release device on error pathDan Carpenter1-1/+3
2013-10-306lowpan: cleanup skb copy dataAlexander Aring1-5/+8
2013-10-306lowpan: set 6lowpan network and transport headerAlexander Aring1-0/+2
2013-10-306lowpan: set and use mac_len for mac header lengthAlexander Aring1-12/+1
2013-10-306lowpan: remove unnecessary set of headersAlexander Aring1-4/+0
2013-10-286lowpan: remove unnecessary breakAlexander Aring1-1/+0
2013-10-286lowpan: remove skb->dev assignmentAlexander Aring1-1/+0