aboutsummaryrefslogtreecommitdiffstats
path: root/net/ieee802154 (follow)
AgeCommit message (Expand)AuthorFilesLines
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/bluetooth/bluetooth-nextDavid 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