Age | Commit message (Expand) | Author | Files | Lines |
2014-11-26 | mac802154: remove unnecessary if statement | Varka Bhadram | 1 | -5/+3 |
2014-11-17 | ieee802154: fix byteorder for short address and panid | Alexander Aring | 1 | -7/+7 |
2014-11-17 | ieee802154: add del interface command | Alexander Aring | 2 | -0/+15 |
2014-11-17 | ieee802154: setting extended address while iface add | Alexander Aring | 4 | -9/+15 |
2014-11-17 | ieee802154: add new interface command | Alexander Aring | 1 | -0/+15 |
2014-11-17 | mac802154: remove wpan_dev parameter in if_add | Alexander Aring | 4 | -7/+4 |
2014-11-17 | mac802154: use new nl802154 iftype types | Alexander Aring | 4 | -16/+16 |
2014-11-17 | mac802154: remove deprecated linux-zigbee info | Alexander Aring | 1 | -2/+0 |
2014-11-17 | mac802154: remove const for non pointer in cfg ops | Alexander Aring | 1 | -15/+17 |
2014-11-17 | mac802154: remove const for non pointer in driver-ops | Alexander Aring | 1 | -25/+21 |
2014-11-17 | mac802154: remove unused prototypes | Alexander Aring | 1 | -6/+0 |
2014-11-13 | mac802154: add interframe spacing time handling | Alexander Aring | 5 | -4/+53 |
2014-11-12 | ieee820154: add lbt setting support | Alexander Aring | 1 | -0/+16 |
2014-11-12 | ieee820154: add max frame retries setting support | Alexander Aring | 1 | -0/+16 |
2014-11-12 | ieee820154: add max csma backoffs setting support | Alexander Aring | 1 | -0/+16 |
2014-11-12 | ieee820154: add backoff exponent setting support | Alexander Aring | 1 | -0/+18 |
2014-11-12 | ieee820154: add short_addr setting support | Alexander Aring | 1 | -0/+26 |
2014-11-12 | ieee820154: add pan_id setting support | Alexander Aring | 1 | -0/+20 |
2014-11-12 | ieee820154: add channel set support | Alexander Aring | 1 | -0/+24 |
2014-11-12 | mac802154: add ifname change notifier | Alexander Aring | 3 | -0/+53 |
2014-11-12 | mac802154: change module description | Alexander Aring | 1 | -1/+1 |
2014-11-12 | mac802154: add wpan_phy priv id | Alexander Aring | 3 | -0/+8 |
2014-11-12 | mac820154: move mutex locks out of loop | Alexander Aring | 1 | -2/+2 |
2014-11-12 | mac820154: rename sdata next to tmp | Alexander Aring | 1 | -2/+2 |
2014-11-12 | mac820154: move interface unregistration into iface | Alexander Aring | 3 | -8/+15 |
2014-11-09 | mac802154: protect address changes via ioctl | Alexander Aring | 1 | -0/+7 |
2014-11-09 | ieee802154: netlink add rtnl lock | Alexander Aring | 1 | -4/+6 |
2014-11-09 | mac820154: don't set monitor dev_addr | Alexander Aring | 1 | -1/+3 |
2014-11-09 | ieee802154: add iftype to wpan_dev | Alexander Aring | 1 | -0/+1 |
2014-11-09 | ieee802154: rename wpan_phy_alloc | Alexander Aring | 1 | -1/+1 |
2014-11-09 | mac802154: remove mac_params in sdata | Alexander Aring | 3 | -14/+33 |
2014-11-09 | mac802154: move mac pib attributes into wpan_dev | Alexander Aring | 4 | -42/+40 |
2014-11-05 | mac802154: fix typo promisuous to promiscuous | Alexander Aring | 2 | -4/+4 |
2014-11-05 | mac802154: use IEEE802154_EXTENDED_ADDR_LEN | Alexander Aring | 1 | -3/+2 |
2014-11-05 | mac802154: add support for perm_extended_addr | Alexander Aring | 1 | -0/+4 |
2014-11-05 | mac802154: cleanup ieee802154_netdev_to_extended_addr | Alexander Aring | 1 | -1/+1 |
2014-11-05 | mac802154: add ieee802154_vif struct | Alexander Aring | 3 | -8/+10 |
2014-11-05 | mac802154: add default interface registration | Alexander Aring | 1 | -0/+12 |
2014-11-05 | ieee802154: remove mlme get_phy callback | Alexander Aring | 2 | -15/+0 |
2014-11-05 | ieee802154: rework interface registration | Alexander Aring | 3 | -82/+88 |
2014-11-05 | mac802154: move dev_hold out of ieee802154_if_add | Alexander Aring | 1 | -1/+0 |
2014-11-05 | mac802154: move interface add handling in iface | Alexander Aring | 4 | -68/+72 |
2014-11-05 | mac802154: move interface del handling in iface | Alexander Aring | 4 | -18/+16 |
2014-11-05 | ieee802154: remove nl802154 unused functions | Alexander Aring | 1 | -6/+0 |
2014-11-02 | ieee802154: remove unnecessary functions | Alexander Aring | 1 | -22/+0 |
2014-11-02 | mac802154: cfg: add missing include | Alexander Aring | 1 | -0/+1 |
2014-11-02 | mac802154: iface: add validation for extended address | Alexander Aring | 1 | -2/+6 |
2014-11-02 | mac802154: move phy settings into netlink receive | Alexander Aring | 2 | -19/+21 |
2014-11-02 | mac802154: set panid address filter on ifup | Alexander Aring | 2 | -51/+4 |
2014-11-02 | mac802154: set short address filter on ifup | Alexander Aring | 2 | -6/+4 |