summaryrefslogtreecommitdiffstats
path: root/net/ieee802154/reassembly.c
Commit message (Expand)AuthorAgeFilesLines
* ieee802154: create 6lowpan sub-directoryAlexander Aring2015-01-081-585/+0Star
* ieee802154: reassembly: fix tag byteorderAlexander Aring2014-10-251-3/+5
* ieee802154: fix __init functionsFabian Frederick2014-10-011-2/+2
* ieee802154: add __init to lowpan_frags_sysctl_registerFabian Frederick2014-09-301-2/+2
* ieee802154: 6lowpan: ensure MTU of 1280 for 6lowpanMartin Townsend2014-08-191-12/+3Star
* inet: frags: use kmem_cache for inet_frag_queueNikolay Aleksandrov2014-08-031-1/+6
* inet: frags: rename last_in to flagsNikolay Aleksandrov2014-08-031-7/+7
* inet: frag: set limits and make init_net's high_thresh limit globalNikolay Aleksandrov2014-07-281-2/+10
* inet: frag: use seqlock for hash rebuildFlorian Westphal2014-07-281-1/+0Star
* inet: frag: remove periodic secret rebuild timerFlorian Westphal2014-07-281-2/+3
* inet: frag: remove lru listFlorian Westphal2014-07-281-1/+0Star
* inet: frag: move evictor calls into frag_find functionFlorian Westphal2014-07-281-2/+0Star
* inet: frag: remove hash size assumptions from callersFlorian Westphal2014-07-281-8/+4Star
* inet: frag: constify match, hashfn and constructor argumentsFlorian Westphal2014-07-281-7/+7
* 6lowpan: mac802154: fix coding style issuesVarka Bhadram2014-07-081-0/+1
* 6lowpan: make lowpan_cb staticLuis R. Rodriguez2014-04-211-1/+1
* 6lowpan: add helper to get 6lowpan namespaceLuis R. Rodriguez2014-04-211-16/+30
* 6lowpan: move lowpan frag_info out of 802.15.4 headersPhoebe Buckheister2014-03-151-9/+18
* ieee802154: use ieee802154_addr instead of *_sa variantsPhoebe Buckheister2014-03-151-6/+11
* ieee802154: rename struct ieee802154_addr to *_saPhoebe Buckheister2014-03-151-3/+3
* 6lowpan: reassembly: un-export local functionsFlorian Westphal2014-03-131-19/+11Star
* 6lowpan: reassembly: fix access of ctl table entryAlexander Aring2014-03-101-1/+1
* 6lowpan: reassembly: fix return of init functionAlexander Aring2014-03-071-2/+3
* 6lowpan: move 6lowpan header to include/netAlexander Aring2014-03-061-1/+1
* 6lowpan: fix type of datagram size parameterAlexander Aring2014-03-031-1/+1
* 6lowpan: handling 6lowpan fragmentation via inet_frag apiAlexander Aring2014-02-281-0/+564