aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac802154/iface.c
AgeCommit message (Expand)AuthorFilesLines
2023-02-20Merge tag 'ieee802154-for-net-next-2023-02-20' of git://git.kernel.org/pub/sc...Jakub Kicinski1-0/+6
2023-01-28mac802154: Handle basic beaconingMiquel Raynal1-0/+3
2023-01-03mac802154: Handle passive scanningMiquel Raynal1-0/+3
2022-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+1
2022-12-05mac802154: fix missing INIT_LIST_HEAD in ieee802154_if_add()Wei Yongjun1-0/+1
2022-11-01mac802154: Allow the creation of coordinator interfacesMiquel Raynal1-6/+8
2022-11-01mac802154: Clarify an expressionMiquel Raynal1-2/+1
2022-10-12mac802154: set filter at drv_start()Alexander Aring1-28/+16
2021-10-20mac802154: use dev_addr_set() - manualJakub Kicinski1-7/+8
2021-10-20mac802154: use dev_addr_set()Jakub Kicinski1-1/+1
2021-09-07ieee802154: Remove redundant initialization of variable retColin Ian King1-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner1-9/+1
2017-06-07net: Fix inconsistent teardown and release of private netdev state.David S. Miller1-4/+3
2016-09-19mac802154: set phy net namespace for new ifacesAlexander Aring1-0/+1
2015-09-30ieee802154: change mtu size behaviourAlexander Aring1-1/+11
2015-09-24mac802154: iface: assume big endian for af_packetAlexander Aring1-5/+3
2015-09-22ieee802154: change needed headroom/tailroomAlexander Aring1-3/+14
2015-09-22ieee802154: introduce wpan_dev_header_opsAlexander Aring1-12/+79
2015-08-10mac802154: change frame_retries behaviourAlexander Aring1-2/+1
2015-08-10mac802154: fix wpan mac setting while lowpan is thereAlexander Aring1-0/+15
2015-07-23mac802154: util: add stop_device utility functionAlexander Aring1-5/+2
2015-07-23mac802154: add llsec address update workaroundAlexander Aring1-1/+6
2015-06-17mac802154: iface: cleanup stack variableAlexander Aring1-1/+1
2015-06-17mac802154: iface: fix order while interface upAlexander Aring1-48/+55
2015-06-15mac802154: iface: flush workqueue before stopAlexander Aring1-0/+1
2015-06-15mac802154: iface: fix hrtimer cancel on ifdownAlexander Aring1-3/+3
2015-06-09mac802154/iface: remove superfluous WARN_ON call in slave_open()Stefan Schmidt1-1/+0
2015-06-07mac802154: remove unneeded vif structAlexander Aring1-5/+4
2015-05-31ieee802154: Fix EUI-64 station address validation.Lennert Buytenhek1-2/+2
2015-05-26mac802154: Avoid rtnl deadlock in mac802154_wpan_ioctl().Lennert Buytenhek1-0/+3
2015-05-23mac802154: remove mib lockAlexander Aring1-8/+0
2015-05-23mac802154: use atomic ops for sequence incrementationAlexander Aring1-3/+6
2015-05-23mac802154: remove pib lockAlexander Aring1-7/+0
2015-05-23mac802154: fix hold rtnl while ioctlAlexander Aring1-2/+3
2015-04-30cfg802154: pass name_assign_type to rdev_add_virtual_intf()Varka Bhadram1-2/+3
2015-03-27mac802154: cleanup concurrent checkAlexander Aring1-14/+6
2014-12-20ieee802154: iface: move multiple node type checkAlexander Aring1-14/+9
2014-12-20mac802154: iface: check concurrent ifacesAlexander Aring1-0/+77
2014-11-26mac802154: remove unnecessary if statementVarka Bhadram1-5/+3
2014-11-17ieee802154: setting extended address while iface addAlexander Aring1-4/+8
2014-11-17mac802154: remove wpan_dev parameter in if_addAlexander Aring1-4/+1
2014-11-17mac802154: use new nl802154 iftype typesAlexander Aring1-9/+9
2014-11-13mac802154: add interframe spacing time handlingAlexander Aring1-0/+2
2014-11-12mac802154: add ifname change notifierAlexander Aring1-0/+35
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 Aring1-0/+13
2014-11-09mac802154: protect address changes via ioctlAlexander Aring1-0/+7
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-09mac802154: remove mac_params in sdataAlexander Aring1-10/+9
2014-11-09mac802154: move mac pib attributes into wpan_devAlexander Aring1-24/+31
2014-11-05mac802154: fix typo promisuous to promiscuousAlexander Aring1-3/+3
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 Aring1-5/+6
2014-11-05ieee802154: remove mlme get_phy callbackAlexander Aring1-1/+0
2014-11-05ieee802154: rework interface registrationAlexander Aring1-81/+77
2014-11-05mac802154: move dev_hold out of ieee802154_if_addAlexander Aring1-1/+0
2014-11-05mac802154: move interface add handling in ifaceAlexander Aring1-0/+66
2014-11-05mac802154: move interface del handling in ifaceAlexander Aring1-0/+12
2014-11-02ieee802154: remove unnecessary functionsAlexander Aring1-22/+0
2014-11-02mac802154: iface: add validation for extended addressAlexander Aring1-2/+6
2014-11-02mac802154: move phy settings into netlink receiveAlexander Aring1-19/+0
2014-11-02mac802154: set panid address filter on ifupAlexander Aring1-0/+4
2014-11-02mac802154: set short address filter on ifupAlexander Aring1-0/+4
2014-11-02mac802154: set extended address filter on ifupAlexander Aring1-1/+9
2014-10-29mac802154: add basic support for monitorAlexander Aring1-1/+11
2014-10-28mac802154: cleanup open count handlingAlexander Aring1-3/+4
2014-10-28mac802154: remove channel attributes from sdataAlexander Aring1-4/+0
2014-10-28mac802154: iface: remove assign to zeroAlexander Aring1-6/+0
2014-10-28mac802154: rework sdata state change to runningAlexander Aring1-7/+5
2014-10-28mac802154: remove driver ops in wpan-phyAlexander Aring1-6/+6
2014-10-28mac802154: use driver-ops function wrappersAlexander Aring1-11/+14
2014-10-28mac802154: main: move open and close into ifaceAlexander Aring1-0/+59
2014-10-28mac802154: monitor: merge into iface implementationAlexander Aring1-0/+30
2014-10-27mac802154: rx: move receive handling into rx.cAlexander Aring1-186/+0
2014-10-27mac802154: rx: use tasklet instead workqueueAlexander Aring1-1/+1
2014-10-26mac802154: tx: change naming conventionAlexander Aring1-1/+1
2014-10-26mac802154: tx: move xmit callback to tx fileAlexander Aring1-35/+0
2014-10-25mac802154: introduce IEEE802154_DEV_TO_SUB_IFAlexander Aring1-9/+9
2014-10-25mac802154: rename sdata slaves and slaves_mtxAlexander Aring1-5/+5
2014-10-25mac802154: rename hw subif_data variable to localAlexander Aring1-6/+6
2014-10-25mac802154: rename mac802154_sub_if_dataAlexander Aring1-68/+69
2014-10-25mac802154: rename mac802154_priv to ieee802154_localAlexander Aring1-2/+2
2014-10-25ieee802154: move ieee802154 headerAlexander Aring1-1/+1
2014-10-25ieee802154: move wpan-phy.h to cfg802154.hAlexander Aring1-1/+1
2014-10-25mac802154: move wpan.c to iface.cAlexander Aring1-0/+595