Age | Commit message (Expand) | Author | Files | Lines |
2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174 | Thomas Gleixner | 1 | -9/+1 |
2017-03-30 | drivers: add explicit interrupt.h includes | Florian Westphal | 1 | -0/+1 |
2015-07-30 | mac802154: Fix memory corruption with global deferred transmit state. | Lennert Buytenhek | 1 | -0/+4 |
2015-07-23 | mac802154: fix ieee802154_rx handling | Varka Bhadram | 1 | -1/+1 |
2015-07-23 | mac802154: do not export ieee802154_rx() | Varka Bhadram | 1 | -0/+1 |
2015-07-23 | mac802154: cfg: add suspend and resume callbacks | Alexander Aring | 1 | -0/+1 |
2015-07-23 | mac802154: util: add stop_device utility function | Alexander Aring | 1 | -0/+1 |
2015-07-23 | mac802154: remove unused macro | Varka Bhadram | 1 | -2/+0 |
2015-07-23 | mac802154: add llsec address update workaround | Alexander Aring | 1 | -0/+2 |
2015-06-07 | mac802154: remove unneeded vif struct | Alexander Aring | 1 | -2/+0 |
2015-05-23 | mac802154: remove mib lock | Alexander Aring | 1 | -6/+0 |
2015-05-23 | mac802154: use atomic ops for sequence incrementation | Alexander Aring | 1 | -1/+0 |
2015-04-30 | cfg802154: pass name_assign_type to rdev_add_virtual_intf() | Varka Bhadram | 1 | -1/+2 |
2014-11-17 | ieee802154: add del interface command | Alexander Aring | 1 | -0/+6 |
2014-11-17 | ieee802154: setting extended address while iface add | Alexander Aring | 1 | -1/+1 |
2014-11-17 | mac802154: remove wpan_dev parameter in if_add | Alexander Aring | 1 | -1/+1 |
2014-11-17 | mac802154: use new nl802154 iftype types | Alexander Aring | 1 | -1/+2 |
2014-11-17 | mac802154: remove unused prototypes | Alexander Aring | 1 | -6/+0 |
2014-11-13 | mac802154: add interframe spacing time handling | Alexander Aring | 1 | -0/+4 |
2014-11-12 | mac802154: add ifname change notifier | Alexander Aring | 1 | -0/+3 |
2014-11-12 | mac802154: add wpan_phy priv id | Alexander Aring | 1 | -0/+3 |
2014-11-12 | mac820154: move interface unregistration into iface | Alexander Aring | 1 | -0/+1 |
2014-11-09 | mac802154: remove mac_params in sdata | Alexander Aring | 1 | -2/+0 |
2014-11-09 | mac802154: move mac pib attributes into wpan_dev | Alexander Aring | 1 | -10/+0 |
2014-11-05 | mac802154: fix typo promisuous to promiscuous | Alexander Aring | 1 | -1/+1 |
2014-11-05 | mac802154: add ieee802154_vif struct | Alexander Aring | 1 | -1/+2 |
2014-11-05 | ieee802154: rework interface registration | Alexander Aring | 1 | -0/+4 |
2014-11-05 | mac802154: move interface add handling in iface | Alexander Aring | 1 | -0/+3 |
2014-11-05 | mac802154: move interface del handling in iface | Alexander Aring | 1 | -1/+1 |
2014-11-02 | mac802154: set extended address filter on ifup | Alexander Aring | 1 | -1/+0 |
2014-11-02 | cfg802154: convert deprecated iface add and del | Alexander Aring | 1 | -0/+4 |
2014-10-30 | mac802154: add basic support for monitor | Alexander Aring | 1 | -0/+1 |
2014-10-29 | mac802154: move mac_params functions into mac_cmd | Alexander Aring | 1 | -5/+0 |
2014-10-29 | mac802154: remove channel attributes from sdata | Alexander Aring | 1 | -3/+0 |
2014-10-29 | mac802154: move local started handling | Alexander Aring | 1 | -7/+0 |
2014-10-29 | mac802154: rename running to started | Alexander Aring | 1 | -1/+1 |
2014-10-29 | mac802154: rework sdata state change to running | Alexander Aring | 1 | -1/+11 |
2014-10-29 | mac802154: declare struct ieee802154_ops as const | Alexander Aring | 1 | -1/+1 |
2014-10-29 | mac802154: main: move open and close into iface | Alexander Aring | 1 | -3/+0 |
2014-10-27 | mac802154: tx: remove monitor receive while xmit | Alexander Aring | 1 | -1/+0 |
2014-10-27 | mac802154: rx: move receive handling into rx.c | Alexander Aring | 1 | -1/+0 |
2014-10-27 | mac802154: rx: use tasklet instead workqueue | Alexander Aring | 1 | -0/+7 |
2014-10-26 | mac802154: tx: change naming convention | Alexander Aring | 1 | -2/+4 |
2014-10-26 | mac802154: tx: move xmit callback to tx file | Alexander Aring | 1 | -3/+2 |
2014-10-25 | mac802154: rename dev_workqueue to workqueue | Alexander Aring | 1 | -1/+1 |
2014-10-25 | mac802154: introduce IEEE802154_DEV_TO_SUB_IF | Alexander Aring | 1 | -0/+6 |
2014-10-25 | mac802154: introduce hw_to_local function | Alexander Aring | 1 | -2/+6 |
2014-10-25 | mac802154: rename sdata slaves and slaves_mtx | Alexander Aring | 1 | -2/+2 |
2014-10-25 | mac802154: rename hw subif_data variable to local | Alexander Aring | 1 | -1/+1 |
2014-10-25 | mac802154: rename mac802154_sub_if_data | Alexander Aring | 1 | -1/+1 |