summaryrefslogtreecommitdiff
path: root/net/ieee802154
AgeCommit message (Expand)AuthorFilesLines
2014-05-17ieee802154: add netlink interfaces for llsecPhoebe Buckheister4-0/+862
2014-05-17ieee802154: add dgram sockopts for security controlPhoebe Buckheister1-0/+66
2014-05-15ieee802154: fix dgram socket sendmsg()Phoebe Buckheister1-9/+19
2014-05-156lowpan: fix fragmentationPhoebe Buckheister1-94/+104
2014-05-15ieee802154: change _cb handling slightlyPhoebe Buckheister2-11/+8
2014-05-15ieee802154: add definitions for link-layer security and header functionsPhoebe Buckheister1-7/+45
2014-04-216lowpan: make lowpan_cb staticLuis R. Rodriguez1-1/+1
2014-04-216lowpan: add helper to get 6lowpan namespaceLuis R. Rodriguez1-16/+30
2014-04-02mac802154: make csma/cca parameters per-wpanPhoebe Buckheister5-210/+122
2014-03-21ieee802154: dgram: cleanup set of broadcast panidAlexander Aring1-1/+1
2014-03-21af_ieee802154: fix check on broadcast addressAlexander Aring1-1/+1
2014-03-18ieee802154: properly unshare skbs in ieee802154 *_rcv functionsPhoebe Buckheister3-16/+21
2014-03-15ieee802154: add proper length checks to header creationsPhoebe Buckheister2-2/+2
2014-03-156lowpan: move lowpan frag_info out of 802.15.4 headersPhoebe Buckheister1-9/+18
2014-03-15ieee802154: use ieee802154_addr instead of *_sa variantsPhoebe Buckheister5-101/+112
2014-03-15mac802154: use header operations to create/parse headersPhoebe Buckheister5-53/+64
2014-03-15ieee802154: add header structs with endiannes and operationsPhoebe Buckheister2-1/+289
2014-03-15ieee802154: enforce consistent endianness in the 802.15.4 stackPhoebe Buckheister5-25/+31
2014-03-15ieee802154: rename struct ieee802154_addr to *_saPhoebe Buckheister7-24/+25
2014-03-146lowpan: reassembly: un-export local functionsFlorian Westphal1-19/+11
2014-03-12ieee802154: Convert uses of __constant_<foo> to <foo>Joe Perches2-2/+2
2014-03-116lowpan: reassembly: fix access of ctl table entryAlexander Aring1-1/+1
2014-03-086lowpan: reassembly: fix return of init functionAlexander Aring1-2/+3
2014-03-076lowpan: move 6lowpan header to include/netAlexander Aring4-438/+3
2014-03-076lowpan: add missing include of net/ipv6.hAlexander Aring1-0/+2
2014-03-05ieee802154: fix whitespace issues in KconfigAlexander Aring1-1/+1
2014-03-036lowpan: use memcpy to set tag value in fraghdrAlexander Aring1-2/+1
2014-03-036lowpan: remove initialization of tag valueAlexander Aring1-1/+0
2014-03-036lowpan: fix type of datagram size parameterAlexander Aring1-1/+1
2014-03-016lowpan: handling 6lowpan fragmentation via inet_frag apiAlexander Aring4-208/+680
2014-03-016lowpan: fix some checkpatch issuesAlexander Aring1-18/+9
2014-03-016lowpan: move 6lowpan.c to 6lowpan_rtnl.cAlexander Aring2-0/+1
2014-03-016lowpan: change tag type to __be16Alexander Aring1-2/+3
2014-03-016lowpan: fix fragmentation on sending sideAlexander Aring1-10/+27
2014-03-016lowpan: add uncompress header size functionAlexander Aring1-0/+113
2014-02-19ieee802154: fix faulty check in set_phy_params apiPhoebe Buckheister1-2/+4
2014-02-18ieee802154: add netlink APIs for smartMAC configurationPhoebe Buckheister3-2/+78
2014-02-18ieee802154: add support for setting CCA energy detection levelsPhoebe Buckheister2-3/+28
2014-02-18ieee802154: add support for CCA mode in wpan physPhoebe Buckheister2-3/+30
2014-02-18ieee802154: add support for listen-before-talk in wpan_phyPhoebe Buckheister2-12/+47
2014-02-18ieee802154: add TX power control to wpan_phyPhoebe Buckheister5-4/+53
2014-02-116lowpan: fix lockdep splatsEric Dumazet1-0/+20
2014-02-106lowpan: Remove unused pointer in lowpan_header_create()Christian Engelmayer1-3/+0
2014-01-28net: 6lowpan: fixup for code movementStephen Rothwell1-1/+1
2014-01-236lowpan: add a license to 6lowpan_iphc moduleYann Droneaud1-0/+3
2014-01-19net: 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-16net: move 6lowpan compression code to separate moduleDmitry Eremin-Solenikov2-1/+9
2014-01-15ieee802154: 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/linvil...John W. Linville4-757/+912