summaryrefslogtreecommitdiffstats
path: root/net/ieee802154
Commit message (Expand)AuthorAgeFilesLines
* nl802154: export supported commandsVarka Bhadram2015-06-041-0/+40
* ieee802154: Fix sockaddr_ieee802154 implicit padding information leak.Lennert Buytenhek2015-06-041-0/+6
* cfg802154: fix rdev-ops naming convension and format specifiersVarka Bhadram2015-06-041-5/+5
* ieee802154: 6lowpan: set ackreq when neededAlexander Aring2015-06-021-2/+3
* nl802154: add support to set cca ed levelAlexander Aring2015-05-273-0/+56
* nl802154: add support for cca ed level infoAlexander Aring2015-05-271-0/+7
* ieee802154: fix typo for file nameVarka Bhadram2015-05-271-1/+1
* ieee802154: add set transmit power supportVarka Bhadram2015-05-273-0/+57
* nl802154: fix cca mode wpan phy flagAlexander Aring2015-05-261-1/+1
* ieee802154 socket: No need to check for ARPHRD_IEEE802154 in raw_bind().Lennert Buytenhek2015-05-261-6/+0
* ieee802154: Remove 802.15.4/6LoWPAN checks for interface MTU.Lennert Buytenhek2015-05-261-14/+3
* ieee802154 socket: Return EMSGSIZE from raw_sendmsg() if packet too big.Lennert Buytenhek2015-05-261-1/+1
* mac802154: remove mib lockAlexander Aring2015-05-234-32/+16
* mac802154: use atomic ops for sequence incrementationAlexander Aring2015-05-231-8/+0
* mac802154: remove pib lockAlexander Aring2015-05-232-5/+3
* nl802154: add support for dump phy capabilitiesAlexander Aring2015-05-191-1/+116
* ieee802154: add iftypes capabilityAlexander Aring2015-05-191-1/+2
* cfg802154: introduce wpan phy flagsAlexander Aring2015-05-191-10/+17
* ieee802154: add several phy supported handlingAlexander Aring2015-05-191-5/+17
* ieee802154: introduce wpan_phy_supportedAlexander Aring2015-05-192-4/+4
* ieee802154: change cca ed level to mbmAlexander Aring2015-05-191-2/+2
* ieee802154: change transmit power to mbmAlexander Aring2015-05-191-2/+2
* ieee802154: change transmit power to s32Alexander Aring2015-05-191-3/+3
* ieee802154: move validation check out of softmacAlexander Aring2015-05-191-1/+27
* nl802154: cleanup invalid argument handlingAlexander Aring2015-05-191-8/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-05-136-16/+334
|\
| * ieee802154: trace: fix endian convertionAlexander Aring2015-04-301-2/+3
| * cfg802154: pass name_assign_type to rdev_add_virtual_intf()Varka Bhadram2015-04-303-5/+12
| * ieee802154: Add trace events for rdev->opsGuido Günther2015-04-304-12/+322
* | net: Pass kern from net_proto_family.create to sk_allocEric W. Biederman2015-05-111-1/+1
|/
* ieee802154: don't export static symbolJulia Lawall2015-03-141-1/+0
* ieee802154: remove deprecated sysfs entriesAlexander Aring2015-03-141-49/+0
* ieee802154: change wpan-phy name to phyAlexander Aring2015-03-141-1/+4
* ieee802154: 6lowpan: fix ARPHRD to ARPHRD_6LOWPANAlexander Aring2015-03-141-1/+1
* Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2015-03-022-2/+5
|\
| * ieee802154: fix netns settingsNicolas Dichtel2015-02-142-2/+5
* | net: Remove iocb argument from sendmsg and recvmsgYing Xue2015-03-021-12/+9
|/
* netlink: make nlmsg_end() and genlmsg_end() voidJohannes Berg2015-01-184-14/+10
* ieee802154: 6lowpan: fix Makefile entryAlexander Aring2015-01-082-2/+2
* ieee802154: 6lowpan: rename to coreAlexander Aring2015-01-082-1/+1
* ieee802154: 6lowpan: move transmit functionalityAlexander Aring2015-01-084-264/+279
* ieee802154: 6lowpan: move receive functionalityAlexander Aring2015-01-084-167/+200
* ieee802154: 6lowpan: rename internal headerAlexander Aring2015-01-083-5/+5
* ieee802154: create 6lowpan sub-directoryAlexander Aring2015-01-087-7/+10
* ieee802154: handle config as menuconfigAlexander Aring2015-01-031-3/+6
* ieee802154: rename af_ieee802154.c to socket.cAlexander Aring2015-01-032-1/+1
* ieee802154: socket: fix checkpatch issueAlexander Aring2015-01-031-1/+1
* ieee802154: socket: put handling into one fileAlexander Aring2015-01-035-856/+760
* ieee802154: socket: change module nameAlexander Aring2015-01-031-2/+2
* ieee802154: handle socket functionality as moduleAlexander Aring2015-01-032-1/+11