summaryrefslogtreecommitdiffstats
path: root/net/mac802154/iface.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'ieee802154-for-net-next-2023-02-20' of git://git.kernel.org/pub/sc...Jakub Kicinski2023-02-201-0/+6
|\
| * mac802154: Handle basic beaconingMiquel Raynal2023-01-281-0/+3
| * mac802154: Handle passive scanningMiquel Raynal2023-01-031-0/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-12-081-0/+1
|\ \ | |/ |/|
| * mac802154: fix missing INIT_LIST_HEAD in ieee802154_if_add()Wei Yongjun2022-12-051-0/+1
* | mac802154: Allow the creation of coordinator interfacesMiquel Raynal2022-11-011-6/+8
* | mac802154: Clarify an expressionMiquel Raynal2022-11-011-2/+1
* | mac802154: set filter at drv_start()Alexander Aring2022-10-121-28/+16
|/
* mac802154: use dev_addr_set() - manualJakub Kicinski2021-10-201-7/+8
* mac802154: use dev_addr_set()Jakub Kicinski2021-10-201-1/+1
* ieee802154: Remove redundant initialization of variable retColin Ian King2021-09-071-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner2019-05-301-9/+1
* net: Fix inconsistent teardown and release of private netdev state.David S. Miller2017-06-071-4/+3
* mac802154: set phy net namespace for new ifacesAlexander Aring2016-09-191-0/+1
* ieee802154: change mtu size behaviourAlexander Aring2015-09-301-1/+11
* mac802154: iface: assume big endian for af_packetAlexander Aring2015-09-241-5/+3
* ieee802154: change needed headroom/tailroomAlexander Aring2015-09-221-3/+14
* ieee802154: introduce wpan_dev_header_opsAlexander Aring2015-09-221-12/+79
* mac802154: change frame_retries behaviourAlexander Aring2015-08-101-2/+1
* mac802154: fix wpan mac setting while lowpan is thereAlexander Aring2015-08-101-0/+15
* mac802154: util: add stop_device utility functionAlexander Aring2015-07-231-5/+2
* mac802154: add llsec address update workaroundAlexander Aring2015-07-231-1/+6
* mac802154: iface: cleanup stack variableAlexander Aring2015-06-171-1/+1
* mac802154: iface: fix order while interface upAlexander Aring2015-06-171-48/+55
* mac802154: iface: flush workqueue before stopAlexander Aring2015-06-151-0/+1
* mac802154: iface: fix hrtimer cancel on ifdownAlexander Aring2015-06-151-3/+3
* mac802154/iface: remove superfluous WARN_ON call in slave_open()Stefan Schmidt2015-06-091-1/+0
* mac802154: remove unneeded vif structAlexander Aring2015-06-071-5/+4
* ieee802154: Fix EUI-64 station address validation.Lennert Buytenhek2015-05-311-2/+2
* mac802154: Avoid rtnl deadlock in mac802154_wpan_ioctl().Lennert Buytenhek2015-05-261-0/+3
* mac802154: remove mib lockAlexander Aring2015-05-231-8/+0
* mac802154: use atomic ops for sequence incrementationAlexander Aring2015-05-231-3/+6
* mac802154: remove pib lockAlexander Aring2015-05-231-7/+0
* mac802154: fix hold rtnl while ioctlAlexander Aring2015-05-231-2/+3
* cfg802154: pass name_assign_type to rdev_add_virtual_intf()Varka Bhadram2015-04-301-2/+3
* mac802154: cleanup concurrent checkAlexander Aring2015-03-271-14/+6
* ieee802154: iface: move multiple node type checkAlexander Aring2014-12-201-14/+9
* mac802154: iface: check concurrent ifacesAlexander Aring2014-12-201-0/+77
* mac802154: remove unnecessary if statementVarka Bhadram2014-11-261-5/+3
* ieee802154: setting extended address while iface addAlexander Aring2014-11-171-4/+8
* mac802154: remove wpan_dev parameter in if_addAlexander Aring2014-11-171-4/+1
* mac802154: use new nl802154 iftype typesAlexander Aring2014-11-171-9/+9
* mac802154: add interframe spacing time handlingAlexander Aring2014-11-131-0/+2
* mac802154: add ifname change notifierAlexander Aring2014-11-121-0/+35
* mac820154: move mutex locks out of loopAlexander Aring2014-11-121-2/+2
* mac820154: rename sdata next to tmpAlexander Aring2014-11-121-2/+2
* mac820154: move interface unregistration into ifaceAlexander Aring2014-11-121-0/+13
* mac802154: protect address changes via ioctlAlexander Aring2014-11-091-0/+7
* mac820154: don't set monitor dev_addrAlexander Aring2014-11-091-1/+3
* ieee802154: add iftype to wpan_devAlexander Aring2014-11-091-0/+1