index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
mac802154
/
ieee802154_i.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
mac802154: set filter at drv_start()
Alexander Aring
2022-10-12
1
-0
/
+12
*
net: mac802154: Fix a Tx warning check
Miquel Raynal
2022-06-27
1
-2
/
+6
*
net: mac802154: Introduce a synchronous API for MLME commands
Miquel Raynal
2022-06-10
1
-0
/
+4
*
net: mac802154: Introduce a tx queue flushing mechanism
Miquel Raynal
2022-06-10
1
-0
/
+1
*
net: mac802154: Introduce a helper to disable the queue
Miquel Raynal
2022-06-10
1
-0
/
+12
*
net: mac802154: Bring the ability to hold the transmit queue
Miquel Raynal
2022-06-10
1
-0
/
+19
*
net: mac802154: Rename the main tx_work struct
Miquel Raynal
2022-06-10
1
-1
/
+1
*
net: mac802154: Rename the synchronous xmit worker
Miquel Raynal
2022-06-10
1
-1
/
+1
*
net: mac802154: Save a global error code on transmissions
Miquel Raynal
2022-04-25
1
-0
/
+2
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174
Thomas Gleixner
2019-05-30
1
-9
/
+1
*
drivers: add explicit interrupt.h includes
Florian Westphal
2017-03-30
1
-0
/
+1
*
mac802154: Fix memory corruption with global deferred transmit state.
Lennert Buytenhek
2015-07-30
1
-0
/
+4
*
mac802154: fix ieee802154_rx handling
Varka Bhadram
2015-07-23
1
-1
/
+1
*
mac802154: do not export ieee802154_rx()
Varka Bhadram
2015-07-23
1
-0
/
+1
*
mac802154: cfg: add suspend and resume callbacks
Alexander Aring
2015-07-23
1
-0
/
+1
*
mac802154: util: add stop_device utility function
Alexander Aring
2015-07-23
1
-0
/
+1
*
mac802154: remove unused macro
Varka Bhadram
2015-07-23
1
-2
/
+0
*
mac802154: add llsec address update workaround
Alexander Aring
2015-07-23
1
-0
/
+2
*
mac802154: remove unneeded vif struct
Alexander Aring
2015-06-07
1
-2
/
+0
*
mac802154: remove mib lock
Alexander Aring
2015-05-23
1
-6
/
+0
*
mac802154: use atomic ops for sequence incrementation
Alexander Aring
2015-05-23
1
-1
/
+0
*
cfg802154: pass name_assign_type to rdev_add_virtual_intf()
Varka Bhadram
2015-04-30
1
-1
/
+2
*
ieee802154: add del interface command
Alexander Aring
2014-11-17
1
-0
/
+6
*
ieee802154: setting extended address while iface add
Alexander Aring
2014-11-17
1
-1
/
+1
*
mac802154: remove wpan_dev parameter in if_add
Alexander Aring
2014-11-17
1
-1
/
+1
*
mac802154: use new nl802154 iftype types
Alexander Aring
2014-11-17
1
-1
/
+2
*
mac802154: remove unused prototypes
Alexander Aring
2014-11-17
1
-6
/
+0
*
mac802154: add interframe spacing time handling
Alexander Aring
2014-11-13
1
-0
/
+4
*
mac802154: add ifname change notifier
Alexander Aring
2014-11-12
1
-0
/
+3
*
mac802154: add wpan_phy priv id
Alexander Aring
2014-11-12
1
-0
/
+3
*
mac820154: move interface unregistration into iface
Alexander Aring
2014-11-12
1
-0
/
+1
*
mac802154: remove mac_params in sdata
Alexander Aring
2014-11-09
1
-2
/
+0
*
mac802154: move mac pib attributes into wpan_dev
Alexander Aring
2014-11-09
1
-10
/
+0
*
mac802154: fix typo promisuous to promiscuous
Alexander Aring
2014-11-05
1
-1
/
+1
*
mac802154: add ieee802154_vif struct
Alexander Aring
2014-11-05
1
-1
/
+2
*
ieee802154: rework interface registration
Alexander Aring
2014-11-05
1
-0
/
+4
*
mac802154: move interface add handling in iface
Alexander Aring
2014-11-05
1
-0
/
+3
*
mac802154: move interface del handling in iface
Alexander Aring
2014-11-05
1
-1
/
+1
*
mac802154: set extended address filter on ifup
Alexander Aring
2014-11-02
1
-1
/
+0
*
cfg802154: convert deprecated iface add and del
Alexander Aring
2014-11-02
1
-0
/
+4
*
mac802154: add basic support for monitor
Alexander Aring
2014-10-29
1
-0
/
+1
*
mac802154: move mac_params functions into mac_cmd
Alexander Aring
2014-10-28
1
-5
/
+0
*
mac802154: remove channel attributes from sdata
Alexander Aring
2014-10-28
1
-3
/
+0
*
mac802154: move local started handling
Alexander Aring
2014-10-28
1
-7
/
+0
*
mac802154: rename running to started
Alexander Aring
2014-10-28
1
-1
/
+1
*
mac802154: rework sdata state change to running
Alexander Aring
2014-10-28
1
-1
/
+11
*
mac802154: declare struct ieee802154_ops as const
Alexander Aring
2014-10-28
1
-1
/
+1
*
mac802154: main: move open and close into iface
Alexander Aring
2014-10-28
1
-3
/
+0
*
mac802154: tx: remove monitor receive while xmit
Alexander Aring
2014-10-27
1
-1
/
+0
*
mac802154: rx: move receive handling into rx.c
Alexander Aring
2014-10-27
1
-1
/
+0
[next]