aboutsummaryrefslogtreecommitdiffstats
path: root/net/ieee802154 (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-10-01ieee802154: fix __init functionsFabian Frederick1-2/+2
2014-09-30ieee802154: add __init to lowpan_frags_sysctl_registerFabian Frederick1-2/+2
2014-09-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville2-14/+5
2014-08-19ieee802154: 6lowpan: ensure MTU of 1280 for 6lowpanMartin Townsend1-12/+3
2014-08-19ieee802154: 6lowpan: ensure of sending 1280 packetsAlexander Aring1-1/+1
2014-08-19ieee802154: 6lowpan_rtnl: fix correct errno valueAlexander Aring1-1/+1
2014-08-14ieee802154: 6lowpan: remove unused functionAlexander Aring1-8/+0
2014-08-02inet: frags: use kmem_cache for inet_frag_queueNikolay Aleksandrov1-1/+6
2014-08-02inet: frags: rename last_in to flagsNikolay Aleksandrov1-7/+7
2014-07-28Merge tag 'master-2014-07-25' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-nextDavid S. Miller3-802/+3
2014-07-27inet: frag: set limits and make init_net's high_thresh limit globalNikolay Aleksandrov1-2/+10
2014-07-27inet: frag: use seqlock for hash rebuildFlorian Westphal1-1/+0
2014-07-27inet: frag: remove periodic secret rebuild timerFlorian Westphal1-2/+3
2014-07-27inet: frag: remove lru listFlorian Westphal1-1/+0
2014-07-27inet: frag: move evictor calls into frag_find functionFlorian Westphal1-2/+0
2014-07-27inet: frag: remove hash size assumptions from callersFlorian Westphal1-8/+4
2014-07-27inet: frag: constify match, hashfn and constructor argumentsFlorian Westphal1-7/+7
2014-07-15ieee802154: remove unnecessary break after gotoFabian Frederick1-1/+0
2014-07-126lowpan: introduce new net/6lowpan directoryAlexander Aring3-812/+3
2014-07-076lowpan: mac802154: fix coding style issuesVarka Bhadram11-141/+144
2014-06-026lowpan_rtnl: fix off by one while fragmentationAlexander Aring1-1/+1
2014-06-026lowpan_rtnl: fix fragmentation with two fragmentsAlexander Aring1-2/+2
2014-05-22ieee802154: missing put_dev() on errorDan Carpenter1-2/+4
2014-05-16ieee802154: add netlink interfaces for llsecPhoebe Buckheister4-0/+862
2014-05-16ieee802154: 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-206lowpan: make lowpan_cb staticLuis R. Rodriguez1-1/+1
2014-04-206lowpan: add helper to get 6lowpan namespaceLuis R. Rodriguez1-16/+30
2014-04-01mac802154: make csma/cca parameters per-wpanPhoebe Buckheister5-210/+122
2014-03-20ieee802154: dgram: cleanup set of broadcast panidAlexander Aring1-1/+1
2014-03-20af_ieee802154: fix check on broadcast addressAlexander Aring1-1/+1
2014-03-18ieee802154: properly unshare skbs in ieee802154 *_rcv functionsPhoebe Buckheister3-16/+21
2014-03-14ieee802154: add proper length checks to header creationsPhoebe Buckheister2-2/+2
2014-03-146lowpan: move lowpan frag_info out of 802.15.4 headersPhoebe Buckheister1-9/+18
2014-03-14ieee802154: use ieee802154_addr instead of *_sa variantsPhoebe Buckheister5-101/+112
2014-03-14mac802154: use header operations to create/parse headersPhoebe Buckheister5-53/+64
2014-03-14ieee802154: add header structs with endiannes and operationsPhoebe Buckheister2-1/+289
2014-03-14ieee802154: enforce consistent endianness in the 802.15.4 stackPhoebe Buckheister5-25/+31
2014-03-14ieee802154: rename struct ieee802154_addr to *_saPhoebe Buckheister7-24/+25
2014-03-136lowpan: reassembly: un-export local functionsFlorian Westphal1-19/+11
2014-03-12ieee802154: Convert uses of __constant_<foo> to <foo>Joe Perches2-2/+2
2014-03-106lowpan: reassembly: fix access of ctl table entryAlexander Aring1-1/+1
2014-03-076lowpan: reassembly: fix return of init functionAlexander Aring1-2/+3
2014-03-066lowpan: move 6lowpan header to include/netAlexander Aring4-438/+3
2014-03-066lowpan: add missing include of net/ipv6.hAlexander Aring1-0/+2
2014-03-04ieee802154: fix whitespace issues in KconfigAlexander Aring1-1/+1
2014-03-026lowpan: use memcpy to set tag value in fraghdrAlexander Aring1-2/+1