| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2022-12-09 | 1 | -0/+1 |
|\ |
|
| * | mac802154: fix missing INIT_LIST_HEAD in ieee802154_if_add() | Wei Yongjun | 2022-12-05 | 1 | -0/+1 |
* | | mac802154: Allow the creation of coordinator interfaces | Miquel Raynal | 2022-11-01 | 1 | -6/+8 |
* | | mac802154: Clarify an expression | Miquel Raynal | 2022-11-01 | 1 | -2/+1 |
* | | mac802154: set filter at drv_start() | Alexander Aring | 2022-10-12 | 1 | -28/+16 |
|/ |
|
* | mac802154: use dev_addr_set() - manual | Jakub Kicinski | 2021-10-20 | 1 | -7/+8 |
* | mac802154: use dev_addr_set() | Jakub Kicinski | 2021-10-20 | 1 | -1/+1 |
* | ieee802154: Remove redundant initialization of variable ret | Colin Ian King | 2021-09-07 | 1 | -1/+1 |
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174 | Thomas Gleixner | 2019-05-30 | 1 | -9/+1 |
* | net: Fix inconsistent teardown and release of private netdev state. | David S. Miller | 2017-06-07 | 1 | -4/+3 |
* | mac802154: set phy net namespace for new ifaces | Alexander Aring | 2016-09-19 | 1 | -0/+1 |
* | ieee802154: change mtu size behaviour | Alexander Aring | 2015-09-30 | 1 | -1/+11 |
* | mac802154: iface: assume big endian for af_packet | Alexander Aring | 2015-09-24 | 1 | -5/+3 |
* | ieee802154: change needed headroom/tailroom | Alexander Aring | 2015-09-22 | 1 | -3/+14 |
* | ieee802154: introduce wpan_dev_header_ops | Alexander Aring | 2015-09-22 | 1 | -12/+79 |
* | mac802154: change frame_retries behaviour | Alexander Aring | 2015-08-10 | 1 | -2/+1 |
* | mac802154: fix wpan mac setting while lowpan is there | Alexander Aring | 2015-08-10 | 1 | -0/+15 |
* | mac802154: util: add stop_device utility function | Alexander Aring | 2015-07-23 | 1 | -5/+2 |
* | mac802154: add llsec address update workaround | Alexander Aring | 2015-07-23 | 1 | -1/+6 |
* | mac802154: iface: cleanup stack variable | Alexander Aring | 2015-06-17 | 1 | -1/+1 |
* | mac802154: iface: fix order while interface up | Alexander Aring | 2015-06-17 | 1 | -48/+55 |
* | mac802154: iface: flush workqueue before stop | Alexander Aring | 2015-06-15 | 1 | -0/+1 |
* | mac802154: iface: fix hrtimer cancel on ifdown | Alexander Aring | 2015-06-15 | 1 | -3/+3 |
* | mac802154/iface: remove superfluous WARN_ON call in slave_open() | Stefan Schmidt | 2015-06-09 | 1 | -1/+0 |
* | mac802154: remove unneeded vif struct | Alexander Aring | 2015-06-07 | 1 | -5/+4 |
* | ieee802154: Fix EUI-64 station address validation. | Lennert Buytenhek | 2015-05-31 | 1 | -2/+2 |
* | mac802154: Avoid rtnl deadlock in mac802154_wpan_ioctl(). | Lennert Buytenhek | 2015-05-26 | 1 | -0/+3 |
* | mac802154: remove mib lock | Alexander Aring | 2015-05-23 | 1 | -8/+0 |
* | mac802154: use atomic ops for sequence incrementation | Alexander Aring | 2015-05-23 | 1 | -3/+6 |
* | mac802154: remove pib lock | Alexander Aring | 2015-05-23 | 1 | -7/+0 |
* | mac802154: fix hold rtnl while ioctl | Alexander Aring | 2015-05-23 | 1 | -2/+3 |
* | cfg802154: pass name_assign_type to rdev_add_virtual_intf() | Varka Bhadram | 2015-04-30 | 1 | -2/+3 |
* | mac802154: cleanup concurrent check | Alexander Aring | 2015-03-27 | 1 | -14/+6 |
* | ieee802154: iface: move multiple node type check | Alexander Aring | 2014-12-20 | 1 | -14/+9 |
* | mac802154: iface: check concurrent ifaces | Alexander Aring | 2014-12-20 | 1 | -0/+77 |
* | mac802154: remove unnecessary if statement | Varka Bhadram | 2014-11-26 | 1 | -5/+3 |
* | ieee802154: setting extended address while iface add | Alexander Aring | 2014-11-17 | 1 | -4/+8 |
* | mac802154: remove wpan_dev parameter in if_add | Alexander Aring | 2014-11-17 | 1 | -4/+1 |
* | mac802154: use new nl802154 iftype types | Alexander Aring | 2014-11-17 | 1 | -9/+9 |
* | mac802154: add interframe spacing time handling | Alexander Aring | 2014-11-13 | 1 | -0/+2 |
* | mac802154: add ifname change notifier | Alexander Aring | 2014-11-12 | 1 | -0/+35 |
* | mac820154: move mutex locks out of loop | Alexander Aring | 2014-11-12 | 1 | -2/+2 |
* | mac820154: rename sdata next to tmp | Alexander Aring | 2014-11-12 | 1 | -2/+2 |
* | mac820154: move interface unregistration into iface | Alexander Aring | 2014-11-12 | 1 | -0/+13 |
* | mac802154: protect address changes via ioctl | Alexander Aring | 2014-11-09 | 1 | -0/+7 |
* | mac820154: don't set monitor dev_addr | Alexander Aring | 2014-11-09 | 1 | -1/+3 |
* | ieee802154: add iftype to wpan_dev | Alexander Aring | 2014-11-09 | 1 | -0/+1 |
* | mac802154: remove mac_params in sdata | Alexander Aring | 2014-11-09 | 1 | -10/+9 |
* | mac802154: move mac pib attributes into wpan_dev | Alexander Aring | 2014-11-09 | 1 | -24/+31 |
* | mac802154: fix typo promisuous to promiscuous | Alexander Aring | 2014-11-05 | 1 | -3/+3 |