aboutsummaryrefslogtreecommitdiffstats
path: root/net/ieee802154
AgeCommit message (Expand)AuthorFilesLines
2016-07-08ieee802154: 6lowpan: fix intra pan id checkAlexander Aring1-1/+1
2016-07-08ieee802154: allow netns create of lowpan interfaceAlexander Aring1-2/+1
2016-07-08ieee802154: add netns supportAlexander Aring3-6/+120
2016-07-05net: add dev arg to ndo_neigh_construct/destroyJiri Pirko1-1/+1
2016-06-156lowpan: add support for 802.15.4 short addr handlingAlexander Aring1-56/+57
2016-06-156lowpan: add private neighbour dataAlexander Aring1-0/+12
2016-06-09net: add netdev_lockdep_set_classes() helperEric Dumazet1-15/+1
2016-06-07net_sched: transform qdisc running bit into a seqcountEric Dumazet1-0/+3
2016-05-29ieee802154: fix logic error in ieee802154_llsec_parse_dev_addrBaozeng Ding1-2/+2
2016-04-26Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller4-23/+21
2016-04-25ieee802154: use nla_put_u64_64bit()Nicolas Dichtel2-7/+13
2016-04-23libnl: nla_put_le64(): align on a 64-bit areaNicolas Dichtel1-5/+8
2016-04-136lowpan: move lowpan_802154_dev to 6lowpanAlexander Aring1-12/+0
2016-04-136lowpan: change naming for lowpan private dataAlexander Aring3-13/+13
2016-04-13ieee802154: 6lowpan: fix short addr hashAlexander Aring1-1/+1
2016-04-13nl802154: avoid address change while running lowpanAlexander Aring1-0/+10
2016-02-23ieee802154: 6lowpan: fix return of netdev notifierAlexander Aring1-4/+3
2016-02-11sock: struct proto hash function may errorCraig Gallek1-4/+13
2016-01-05inet: kill unused skb_free opFlorian Westphal1-1/+0
2015-12-106lowpan: add lowpan dev register helpersAlexander Aring1-4/+2
2015-11-02net: fix percpu memory leaksEric Dumazet1-3/+8
2015-10-22ieee802154: 6lowpan: fix memory leakAlexander Aring1-4/+9
2015-10-216lowpan: remove lowpan_is_addr_broadcastAlexander Aring1-1/+1
2015-10-216lowpan: move IPHC functionality definesAlexander Aring1-0/+3
2015-10-216lowpan: cleanup lowpan_header_decompressAlexander Aring1-25/+1
2015-10-216lowpan: cleanup lowpan_header_compressAlexander Aring1-1/+1
2015-10-086lowpan: move shared settings to lowpan_netdev_setupAlexander Aring1-4/+0
2015-10-02nl802154: Missing return in nl802154_add_llsec_key()Dan Carpenter1-0/+1
2015-10-01ieee802154: handle datagram variables as u16Alexander Aring3-7/+9
2015-09-30ieee802154: 6lowpan: add tx/rx statsAlexander Aring2-0/+6
2015-09-30ieee802154: 6lowpan: don't skip first dsn while fragmentationAlexander Aring1-10/+17
2015-09-30ieee802154: 6lowpan: change datagram var typesAlexander Aring3-7/+7
2015-09-30ieee802154: change mtu size behaviourAlexander Aring1-2/+2
2015-09-30nl802154: add support for security layerAlexander Aring5-0/+1255
2015-09-30nl802154: use nla_get_le64 for get extended addrAlexander Aring1-3/+1
2015-09-22ieee802154: change needed headroom/tailroomAlexander Aring3-6/+22
2015-09-22ieee802154: introduce wpan_dev_header_opsAlexander Aring2-6/+6
2015-09-22ieee802154: header_ops: fix frame control settingAlexander Aring1-9/+9
2015-09-17ieee802154: 6lowpan: use correct ESC value for dispatchStefan Schmidt1-1/+1
2015-09-17ieee802154: 6lowpan: fix drop return valueAlexander Aring1-1/+1
2015-09-17ieee802154: 6lowpan: remove tx full-size calc workaroundAlexander Aring1-7/+11
2015-09-17ieee802154: 6lowpan: remove packet type to hostAlexander Aring1-1/+0
2015-09-17ieee802154: 6lowpan: check on valid 802.15.4 frameAlexander Aring1-0/+8
2015-09-17ieee802154: 6lowpan: add check for reserved dispatchAlexander Aring1-1/+15
2015-09-17ieee802154: 6lowpan: add handler for all dispatch valuesAlexander Aring1-0/+90
2015-09-17ieee802154: 6lowpan: add generic lowpan header checkAlexander Aring1-1/+27
2015-09-17ieee820154: 6lowpan: dispatch evaluation reworkAlexander Aring3-103/+239
2015-09-17ieee802154: 6lowpan: earlier skb->dev switchAlexander Aring1-1/+2
2015-09-17ieee802154: 6lowpan: trivial checks at firstAlexander Aring1-4/+2
2015-09-17ieee802154: 6lowpan: cleanup pull of iphc bytesAlexander Aring1-7/+2
2015-09-17ieee802154: 6lowpan: change if lowpan dev is runningAlexander Aring1-5/+6
2015-09-17ieee802154: 6lowpan: remove EXPORT_SYMBOLAlexander Aring1-1/+0
2015-09-17ieee802154: 6lowpan: remove set to zeroAlexander Aring1-1/+0
2015-09-17ieee802154: 6lowpan: remove check on nullAlexander Aring1-1/+1
2015-09-17ieee802154: 6lowpan: register packet layer while openAlexander Aring1-10/+18
2015-09-17ieee802154: 6lowpan: change dev vars to wdev and ldevAlexander Aring5-84/+82
2015-08-29Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller1-4/+12
2015-08-28nl802154: stricter input checking for boolean inputsStefan Schmidt1-4/+12
2015-08-18net: 6lowpan: convert to using IFF_NO_QUEUEPhil Sutter1-1/+1
2015-08-15ieee802154: 6lowpan: fix non-lowpan wpan interfacesAlexander Aring1-3/+4
2015-08-15ieee802154: 6lowpan: fix packet layer registrationAlexander Aring1-5/+17
2015-08-116lowpan: add generic 6lowpan netdev private dataAlexander Aring2-2/+5
2015-08-10ieee802154: 6lowpan: fix error frag handlingAlexander Aring1-1/+1
2015-08-10ieee802154: add ack request default handlingAlexander Aring4-1/+66
2015-08-10ieee802154: 6lowpan: remove multiple lowpan per wpan supportAlexander Aring3-86/+27
2015-07-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+3
2015-07-26inet: frag: change *_frag_mem_limit functions to take netns_frags as argumentFlorian Westphal1-3/+3
2015-07-23cfg802154: add PM hooksVarka Bhadram3-0/+80
2015-06-04nl802154: export supported commandsVarka Bhadram1-0/+40
2015-06-04ieee802154: Fix sockaddr_ieee802154 implicit padding information leak.Lennert Buytenhek1-0/+6
2015-06-04cfg802154: fix rdev-ops naming convension and format specifiersVarka Bhadram1-5/+5
2015-06-02ieee802154: 6lowpan: set ackreq when neededAlexander Aring1-2/+3
2015-05-27nl802154: add support to set cca ed levelAlexander Aring3-0/+56
2015-05-27nl802154: add support for cca ed level infoAlexander Aring1-0/+7
2015-05-27ieee802154: fix typo for file nameVarka Bhadram1-1/+1
2015-05-27ieee802154: add set transmit power supportVarka Bhadram3-0/+57
2015-05-26nl802154: fix cca mode wpan phy flagAlexander Aring1-1/+1
2015-05-26ieee802154 socket: No need to check for ARPHRD_IEEE802154 in raw_bind().Lennert Buytenhek1-6/+0
2015-05-26ieee802154: Remove 802.15.4/6LoWPAN checks for interface MTU.Lennert Buytenhek1-14/+3
2015-05-26ieee802154 socket: Return EMSGSIZE from raw_sendmsg() if packet too big.Lennert Buytenhek1-1/+1
2015-05-23mac802154: remove mib lockAlexander Aring4-32/+16
2015-05-23mac802154: use atomic ops for sequence incrementationAlexander Aring1-8/+0
2015-05-23mac802154: remove pib lockAlexander Aring2-5/+3
2015-05-19nl802154: add support for dump phy capabilitiesAlexander Aring1-1/+116
2015-05-19ieee802154: add iftypes capabilityAlexander Aring1-1/+2
2015-05-19cfg802154: introduce wpan phy flagsAlexander Aring1-10/+17
2015-05-19ieee802154: add several phy supported handlingAlexander Aring1-5/+17
2015-05-19ieee802154: introduce wpan_phy_supportedAlexander Aring2-4/+4
2015-05-19ieee802154: change cca ed level to mbmAlexander Aring1-2/+2
2015-05-19ieee802154: change transmit power to mbmAlexander Aring1-2/+2
2015-05-19ieee802154: change transmit power to s32Alexander Aring1-3/+3
2015-05-19ieee802154: move validation check out of softmacAlexander Aring1-1/+27
2015-05-19nl802154: cleanup invalid argument handlingAlexander Aring1-8/+4
2015-05-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller6-16/+334
2015-05-11net: Pass kern from net_proto_family.create to sk_allocEric W. Biederman1-1/+1
2015-04-30ieee802154: trace: fix endian convertionAlexander Aring1-2/+3
2015-04-30cfg802154: pass name_assign_type to rdev_add_virtual_intf()Varka Bhadram3-5/+12
2015-04-30ieee802154: Add trace events for rdev->opsGuido Günther4-12/+322
2015-03-14ieee802154: don't export static symbolJulia Lawall1-1/+0
2015-03-14ieee802154: remove deprecated sysfs entriesAlexander Aring1-49/+0
2015-03-14ieee802154: change wpan-phy name to phyAlexander Aring1-1/+4
2015-03-14ieee802154: 6lowpan: fix ARPHRD to ARPHRD_6LOWPANAlexander Aring1-1/+1
2015-03-02Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2-2/+5
2015-03-02net: Remove iocb argument from sendmsg and recvmsgYing Xue1-12/+9
2015-02-14ieee802154: fix netns settingsNicolas Dichtel2-2/+5
2015-01-18netlink: make nlmsg_end() and genlmsg_end() voidJohannes Berg4-14/+10
2015-01-08ieee802154: 6lowpan: fix Makefile entryAlexander Aring2-2/+2
2015-01-08ieee802154: 6lowpan: rename to coreAlexander Aring2-1/+1
2015-01-08ieee802154: 6lowpan: move transmit functionalityAlexander Aring4-264/+279
2015-01-08ieee802154: 6lowpan: move receive functionalityAlexander Aring4-167/+200
2015-01-08ieee802154: 6lowpan: rename internal headerAlexander Aring3-5/+5
2015-01-08ieee802154: create 6lowpan sub-directoryAlexander Aring7-7/+10
2015-01-03ieee802154: handle config as menuconfigAlexander Aring1-3/+6
2015-01-03ieee802154: rename af_ieee802154.c to socket.cAlexander Aring2-1/+1
2015-01-03ieee802154: socket: fix checkpatch issueAlexander Aring1-1/+1
2015-01-03ieee802154: socket: put handling into one fileAlexander Aring5-856/+760
2015-01-03ieee802154: socket: change module nameAlexander Aring1-2/+2
2015-01-03ieee802154: handle socket functionality as moduleAlexander Aring2-1/+11
2014-12-19nl802154: introduce support for cca settingsAlexander Aring2-3/+50
2014-12-19ieee802154: rework cca settingAlexander Aring3-4/+4
2014-12-09Merge tag 'master-2014-12-08' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller7-26/+7
2014-12-05net/ieee802154: Remove and add extra blank lines as needed.Stefan Schmidt7-21/+2
2014-12-05net/ieee802154: Make sure alignment matches parenthesis..Stefan Schmidt1-1/+1
2014-11-26ieee802154: fix spelling mistakesVarka Bhadram4-4/+4
2014-11-24new helper: memcpy_from_msg()Al Viro2-2/+2
2014-11-21Merge tag 'master-2014-11-20' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller12-270/+1382
2014-11-17ieee802154: fix byteorder for short address and panidAlexander Aring2-6/+6
2014-11-17ieee802154: rename and move WPAN_NUM_ definesAlexander Aring1-2/+2
2014-11-17ieee802154: add del interface commandAlexander Aring2-0/+35
2014-11-17ieee802154: setting extended address while iface addAlexander Aring2-3/+10
2014-11-17ieee802154: add new interface commandAlexander Aring2-0/+41
2014-11-17mac802154: remove const for non pointer in rdev-opsAlexander Aring1-9/+5
2014-11-12ieee820154: add lbt setting supportAlexander Aring2-0/+32
2014-11-12ieee820154: add max frame retries setting supportAlexander Aring2-0/+41
2014-11-12ieee820154: add max csma backoffs setting supportAlexander Aring2-0/+42
2014-11-12ieee820154: add backoff exponent setting supportAlexander Aring2-0/+43
2014-11-12ieee820154: add short_addr setting supportAlexander Aring2-0/+38
2014-11-12ieee820154: add pan_id setting supportAlexander Aring2-0/+38
2014-11-12ieee820154: add channel set supportAlexander Aring2-0/+35
2014-11-10Merge tag 'master-2014-11-04' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller17-181/+191
2014-11-09ieee802154: fix iface dump with lowpanAlexander Aring1-3/+14
2014-11-09ieee802154: netlink add rtnl lockAlexander Aring1-0/+6
2014-11-09ieee802154: add wpan_dev dump supportAlexander Aring1-0/+145
2014-11-09ieee802154: add wpan_phy dump supportAlexander Aring3-1/+223
2014-11-09ieee802154: add nl802154 frameworkAlexander Aring7-4/+350
2014-11-09ieee802154: sysfs add wpan_phy index and nameAlexander Aring1-0/+24
2014-11-09ieee802154: add wpan_dev_listAlexander Aring2-3/+103
2014-11-09ieee802154: add cfg802154_registered_device listAlexander Aring2-1/+45
2014-11-09ieee802154: rename wpan_phy_allocAlexander Aring1-2/+2
2014-11-066lowpan: move skb_free from error paths in decompressionMartin Townsend1-10/+6
2014-11-05net: Add and use skb_copy_datagram_msg() helper.David S. Miller2-2/+2
2014-11-05ieee802154: remove mlme get_phy callbackAlexander Aring3-11/+6
2014-11-05mac802154: move dev_hold out of ieee802154_if_addAlexander Aring1-0/+1
2014-11-05ieee802154: remove nl802154 unused functionsAlexander Aring1-181/+6
2014-11-05ieee802154: rework wpan_phy index assignmentAlexander Aring2-19/+14
2014-11-02ieee802154: sysfs: add missing includeAlexander Aring1-0/+1
2014-11-02ieee802154: 6lowpan: remove set of mac addressAlexander Aring1-14/+0
2014-11-02ieee802154: don't allow to change addr while netif_runningAlexander Aring1-2/+8
2014-11-02cfg802154: convert deprecated iface add and delAlexander Aring2-13/+29
2014-11-02ieee802154: add helper wpan_phy_to_rdev functionAlexander Aring1-0/+8
2014-11-02cfg802154: introduce cfg802154_registered_deviceAlexander Aring3-16/+56
2014-11-02ieee802154: remove default channel settingsAlexander Aring1-3/+0
2014-10-28ieee802154: introduce sysfs fileAlexander Aring4-70/+108
2014-10-28mac802154: remove driver ops in wpan-phyAlexander Aring1-17/+2
2014-10-27ieee802154: 6lowpan: rename process_data and lowpan_process_dataMartin Townsend1-7/+8
2014-10-276lowpan: fix process_data return valuesMartin Townsend1-3/+3
2014-10-276lowpan: remove skb_deliver from IPHCMartin Townsend1-15/+26
2014-10-25ieee802154: move ieee802154 headerAlexander Aring4-4/+5
2014-10-25ieee802154: move wpan-class.c to core.cAlexander Aring2-1/+1
2014-10-25ieee802154: move wpan-phy.h to cfg802154.hAlexander Aring3-3/+3
2014-10-25ieee802154: wpan-class: fix trailing semicolonAlexander Aring1-1/+1
2014-10-25ieee802154: mac802154: remove FSF addressAlexander Aring10-40/+0
2014-10-25ieee802154: 6lowpan: add RTNL assertionAlexander Aring1-0/+2
2014-10-25ieee802154: 6lowpan: improve packet registrationAlexander Aring1-12/+18
2014-10-25ieee802154: 6lowpan: fix sign of errno return valAlexander Aring1-1/+1
2014-10-25ieee802154: reassembly: fix tag byteorderAlexander Aring2-5/+7
2014-10-25ieee802154: 6lowpan: fix byteorder for frag tagAlexander Aring1-4/+5
2014-10-25ieee802154: 6lowpan: Drop PACKET_OTHERHOST skbs in 6lowpanSimon Vincent1-0/+3
2014-10-05Merge tag 'master-2014-10-02' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller1-36/+89
2014-10-01ieee802154: fix __init functionsFabian Frederick1-2/+2
2014-09-30ieee802154: add __init to lowpan_frags_sysctl_registerFabian Frederick1-2/+2
2014-09-24ieee802154: 6lowpan: ensure header compression does not corrupt ipv6 headerSimon Vincent1-36/+89
2014-09-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John 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/gi...David 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