summaryrefslogtreecommitdiffstats
path: root/net/ieee802154
Commit message (Expand)AuthorAgeFilesLines
...
| * ieee802154: mac802154: remove FSF addressAlexander Aring2014-10-2510-40/+0
| * ieee802154: 6lowpan: add RTNL assertionAlexander Aring2014-10-251-0/+2
| * ieee802154: 6lowpan: improve packet registrationAlexander Aring2014-10-251-12/+18
| * ieee802154: 6lowpan: fix sign of errno return valAlexander Aring2014-10-251-1/+1
| * ieee802154: reassembly: fix tag byteorderAlexander Aring2014-10-252-5/+7
| * ieee802154: 6lowpan: fix byteorder for frag tagAlexander Aring2014-10-251-4/+5
| * ieee802154: 6lowpan: Drop PACKET_OTHERHOST skbs in 6lowpanSimon Vincent2014-10-251-0/+3
* | net: Add and use skb_copy_datagram_msg() helper.David S. Miller2014-11-052-2/+2
|/
* Merge tag 'master-2014-10-02' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller2014-10-051-36/+89
|\
| * ieee802154: 6lowpan: ensure header compression does not corrupt ipv6 headerSimon Vincent2014-09-241-36/+89
* | ieee802154: fix __init functionsFabian Frederick2014-10-011-2/+2
* | ieee802154: add __init to lowpan_frags_sysctl_registerFabian Frederick2014-09-301-2/+2
|/
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2014-09-082-14/+5
|\
| * ieee802154: 6lowpan: ensure MTU of 1280 for 6lowpanMartin Townsend2014-08-191-12/+3
| * ieee802154: 6lowpan: ensure of sending 1280 packetsAlexander Aring2014-08-191-1/+1
| * ieee802154: 6lowpan_rtnl: fix correct errno valueAlexander Aring2014-08-191-1/+1
* | ieee802154: 6lowpan: remove unused functionAlexander Aring2014-08-141-8/+0
|/
* inet: frags: use kmem_cache for inet_frag_queueNikolay Aleksandrov2014-08-021-1/+6
* inet: frags: rename last_in to flagsNikolay Aleksandrov2014-08-021-7/+7
* Merge tag 'master-2014-07-25' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller2014-07-283-802/+3
|\
| * 6lowpan: introduce new net/6lowpan directoryAlexander Aring2014-07-123-812/+3
* | inet: frag: set limits and make init_net's high_thresh limit globalNikolay Aleksandrov2014-07-271-2/+10
* | inet: frag: use seqlock for hash rebuildFlorian Westphal2014-07-271-1/+0
* | inet: frag: remove periodic secret rebuild timerFlorian Westphal2014-07-271-2/+3
* | inet: frag: remove lru listFlorian Westphal2014-07-271-1/+0
* | inet: frag: move evictor calls into frag_find functionFlorian Westphal2014-07-271-2/+0
* | inet: frag: remove hash size assumptions from callersFlorian Westphal2014-07-271-8/+4
* | inet: frag: constify match, hashfn and constructor argumentsFlorian Westphal2014-07-271-7/+7
* | ieee802154: remove unnecessary break after gotoFabian Frederick2014-07-151-1/+0
* | 6lowpan: mac802154: fix coding style issuesVarka Bhadram2014-07-0711-141/+144
|/
* 6lowpan_rtnl: fix off by one while fragmentationAlexander Aring2014-06-021-1/+1
* 6lowpan_rtnl: fix fragmentation with two fragmentsAlexander Aring2014-06-021-2/+2
* ieee802154: missing put_dev() on errorDan Carpenter2014-05-221-2/+4
* ieee802154: add netlink interfaces for llsecPhoebe Buckheister2014-05-164-0/+862
* ieee802154: add dgram sockopts for security controlPhoebe Buckheister2014-05-161-0/+66
* ieee802154: fix dgram socket sendmsg()Phoebe Buckheister2014-05-151-9/+19
* 6lowpan: fix fragmentationPhoebe Buckheister2014-05-151-94/+104
* ieee802154: change _cb handling slightlyPhoebe Buckheister2014-05-152-11/+8
* ieee802154: add definitions for link-layer security and header functionsPhoebe Buckheister2014-05-151-7/+45
* 6lowpan: make lowpan_cb staticLuis R. Rodriguez2014-04-201-1/+1
* 6lowpan: add helper to get 6lowpan namespaceLuis R. Rodriguez2014-04-201-16/+30
* mac802154: make csma/cca parameters per-wpanPhoebe Buckheister2014-04-015-210/+122
* ieee802154: dgram: cleanup set of broadcast panidAlexander Aring2014-03-201-1/+1
* af_ieee802154: fix check on broadcast addressAlexander Aring2014-03-201-1/+1
* ieee802154: properly unshare skbs in ieee802154 *_rcv functionsPhoebe Buckheister2014-03-183-16/+21
* ieee802154: add proper length checks to header creationsPhoebe Buckheister2014-03-142-2/+2
* 6lowpan: move lowpan frag_info out of 802.15.4 headersPhoebe Buckheister2014-03-141-9/+18
* ieee802154: use ieee802154_addr instead of *_sa variantsPhoebe Buckheister2014-03-145-101/+112
* mac802154: use header operations to create/parse headersPhoebe Buckheister2014-03-145-53/+64
* ieee802154: add header structs with endiannes and operationsPhoebe Buckheister2014-03-142-1/+289
OpenPOWER on IntegriCloud