aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac802154 (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-11-12ieee820154: add max csma backoffs setting supportAlexander Aring1-0/+16
2014-11-12ieee820154: add backoff exponent setting supportAlexander Aring1-0/+18
2014-11-12ieee820154: add short_addr setting supportAlexander Aring1-0/+26
2014-11-12ieee820154: add pan_id setting supportAlexander Aring1-0/+20
2014-11-12ieee820154: add channel set supportAlexander Aring1-0/+24
2014-11-12mac802154: add ifname change notifierAlexander Aring3-0/+53
2014-11-12mac802154: change module descriptionAlexander Aring1-1/+1
2014-11-12mac802154: add wpan_phy priv idAlexander Aring3-0/+8
2014-11-12mac820154: move mutex locks out of loopAlexander Aring1-2/+2
2014-11-12mac820154: rename sdata next to tmpAlexander Aring1-2/+2
2014-11-12mac820154: move interface unregistration into ifaceAlexander Aring3-8/+15
2014-11-09mac802154: protect address changes via ioctlAlexander Aring1-0/+7
2014-11-09ieee802154: netlink add rtnl lockAlexander Aring1-4/+6
2014-11-09mac820154: don't set monitor dev_addrAlexander Aring1-1/+3
2014-11-09ieee802154: add iftype to wpan_devAlexander Aring1-0/+1
2014-11-09ieee802154: rename wpan_phy_allocAlexander Aring1-1/+1
2014-11-09mac802154: remove mac_params in sdataAlexander Aring3-14/+33
2014-11-09mac802154: move mac pib attributes into wpan_devAlexander Aring4-42/+40
2014-11-05mac802154: fix typo promisuous to promiscuousAlexander Aring2-4/+4
2014-11-05mac802154: use IEEE802154_EXTENDED_ADDR_LENAlexander Aring1-3/+2
2014-11-05mac802154: add support for perm_extended_addrAlexander Aring1-0/+4
2014-11-05mac802154: cleanup ieee802154_netdev_to_extended_addrAlexander Aring1-1/+1
2014-11-05mac802154: add ieee802154_vif structAlexander Aring3-8/+10
2014-11-05mac802154: add default interface registrationAlexander Aring1-0/+12
2014-11-05ieee802154: remove mlme get_phy callbackAlexander Aring2-15/+0
2014-11-05ieee802154: rework interface registrationAlexander Aring3-82/+88
2014-11-05mac802154: move dev_hold out of ieee802154_if_addAlexander Aring1-1/+0
2014-11-05mac802154: move interface add handling in ifaceAlexander Aring4-68/+72
2014-11-05mac802154: move interface del handling in ifaceAlexander Aring4-18/+16
2014-11-05ieee802154: remove nl802154 unused functionsAlexander Aring1-6/+0
2014-11-02ieee802154: remove unnecessary functionsAlexander Aring1-22/+0
2014-11-02mac802154: cfg: add missing includeAlexander Aring1-0/+1
2014-11-02mac802154: iface: add validation for extended addressAlexander Aring1-2/+6
2014-11-02mac802154: move phy settings into netlink receiveAlexander Aring2-19/+21
2014-11-02mac802154: set panid address filter on ifupAlexander Aring2-51/+4
2014-11-02mac802154: set short address filter on ifupAlexander Aring2-6/+4
2014-11-02mac802154: set extended address filter on ifupAlexander Aring4-17/+9
2014-11-02cfg802154: convert deprecated iface add and delAlexander Aring3-6/+23
2014-11-02mac802154: introduce mac802154_config_opsAlexander Aring4-2/+31
2014-11-02cfg802154: introduce cfg802154_registered_deviceAlexander Aring1-1/+1
2014-10-29mac802154: add basic support for monitorAlexander Aring2-1/+12
2014-10-29mac802154: rx: add error handling after skb_cloneAlexander Aring1-5/+6
2014-10-29mac802154: rx: monitor receive cleanupAlexander Aring1-2/+4
2014-10-29mac802154: rx: add rx stats incrementationAlexander Aring1-0/+3
2014-10-29mac802154: rx: use netif_receive_skbAlexander Aring1-1/+1
2014-10-29mac802154: rx: remove override pkt_type set to PACKET_HOSTAlexander Aring1-1/+0
2014-10-29mac802154: rx: add software checksum filtering checkAlexander Aring1-2/+13
2014-10-29mac802154: rx: simplify crc receive handlingAlexander Aring1-22/+12
2014-10-29mac802154: rx: remove unnecessary parameterAlexander Aring1-2/+2
2014-10-29mac802154: separate omit tx/rx flagsAlexander Aring2-2/+2