index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
ieee802154
/
nl802154.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-12-15
ieee802154: Avoid confusing changes after associating
Miquel Raynal
1
-12
/
+18
2023-11-20
ieee802154: Give the user the association list
Miquel Raynal
1
-2
/
+101
2023-11-20
ieee802154: Add support for limiting the number of associated devices
Miquel Raynal
1
-0
/
+28
2023-11-20
ieee802154: Add support for user disassociation requests
Miquel Raynal
1
-0
/
+41
2023-11-20
ieee802154: Add support for user association requests
Miquel Raynal
1
-0
/
+43
2023-11-20
ieee802154: Let PAN IDs be reset
Miquel Raynal
1
-10
/
+0
2023-08-15
genetlink: use attrs from struct genl_info
Jakub Kicinski
1
-2
/
+2
2023-06-06
Merge tag 'v6.4-rc4' into wpan-next/staging
Miquel Raynal
1
-2
/
+1
2023-03-24
net: ieee802154: Handle limited devices with only datagram support
Miquel Raynal
1
-0
/
+10
2023-03-23
ieee802154: Add support for allowing to answer BEACON_REQ
Miquel Raynal
1
-1
/
+1
2023-03-23
ieee802154: Add support for user active scan requests
Miquel Raynal
1
-0
/
+1
2023-03-17
net: ieee802154: remove an unnecessary null pointer check
Dongliang Mu
1
-2
/
+1
2023-03-02
ieee802154: Prevent user from crashing the host
Miquel Raynal
1
-1
/
+1
2023-02-18
ieee802154: Drop device trackers
Miquel Raynal
1
-20
/
+4
2023-02-18
ieee802154: Change error code on monitor scan netlink request
Miquel Raynal
1
-1
/
+1
2023-02-18
ieee802154: Convert scan error messages to extack
Miquel Raynal
1
-6
/
+13
2023-02-18
ieee802154: Use netlink policies when relevant on scan parameters
Miquel Raynal
1
-56
/
+28
2023-01-28
ieee802154: Add support for user beaconing requests
Miquel Raynal
1
-0
/
+93
2023-01-03
ieee802154: Introduce a helper to validate a channel
Miquel Raynal
1
-2
/
+1
2023-01-03
ieee802154: Add support for user scanning requests
Miquel Raynal
1
-0
/
+220
2022-12-07
Merge tag 'ieee802154-for-net-next-2022-12-05' of git://git.kernel.org/pub/sc...
Jakub Kicinski
1
-0
/
+103
2022-11-29
ieee802154: Advertize coordinators discovery
Miquel Raynal
1
-0
/
+103
2022-11-07
genetlink: introduce split op representation
Jakub Kicinski
1
-2
/
+4
2022-08-29
genetlink: start to validate reserved header bytes
Jakub Kicinski
1
-0
/
+1
2022-01-27
net: ieee802154: Return meaningful error codes from the netlink helpers
Miquel Raynal
1
-4
/
+4
2021-08-05
net: Remove redundant if statements
Yajun Deng
1
-2
/
+1
2021-04-23
net: ieee802154: fix null deref in parse dev addr
Dan Robertson
1
-4
/
+5
2021-04-06
net: ieee802154: stop dump llsec params for monitors
Alexander Aring
1
-0
/
+5
2021-04-06
net: ieee802154: forbid monitor for del llsec seclevel
Alexander Aring
1
-0
/
+3
2021-04-06
net: ieee802154: forbid monitor for add llsec seclevel
Alexander Aring
1
-0
/
+3
2021-04-06
net: ieee802154: stop dump llsec seclevels for monitors
Alexander Aring
1
-0
/
+5
2021-04-06
net: ieee802154: forbid monitor for del llsec devkey
Alexander Aring
1
-0
/
+3
2021-04-06
net: ieee802154: forbid monitor for add llsec devkey
Alexander Aring
1
-0
/
+3
2021-04-06
net: ieee802154: stop dump llsec devkeys for monitors
Alexander Aring
1
-0
/
+5
2021-04-06
net: ieee802154: forbid monitor for del llsec dev
Alexander Aring
1
-0
/
+3
2021-04-06
net: ieee802154: forbid monitor for add llsec dev
Alexander Aring
1
-0
/
+3
2021-04-06
net: ieee802154: stop dump llsec devs for monitors
Alexander Aring
1
-0
/
+5
2021-04-06
net: ieee802154: forbid monitor for del llsec key
Alexander Aring
1
-0
/
+3
2021-04-06
net: ieee802154: forbid monitor for add llsec key
Alexander Aring
1
-0
/
+3
2021-04-06
net: ieee802154: stop dump llsec keys for monitors
Alexander Aring
1
-0
/
+5
2021-04-06
net: ieee802154: forbid monitor for set llsec params
Alexander Aring
1
-0
/
+3
2021-02-24
net: ieee802154: fix nl802154 del llsec devkey
Alexander Aring
1
-1
/
+2
2021-02-24
net: ieee802154: fix nl802154 add llsec key
Alexander Aring
1
-1
/
+2
2021-02-24
net: ieee802154: fix nl802154 del llsec dev
Alexander Aring
1
-1
/
+2
2021-02-24
net: ieee802154: fix nl802154 del llsec key
Alexander Aring
1
-1
/
+2
2020-11-06
net/ieee802154: remove unused macros to tame gcc
Alex Shi
1
-4
/
+0
2019-10-06
net: ieee802154: have genetlink code to parse the attrs during dumpit
Jiri Pirko
1
-25
/
+14
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174
Thomas Gleixner
1
-8
/
+2
2019-04-27
genetlink: optionally validate strictly/dumps
Johannes Berg
1
-0
/
+29
2019-04-27
netlink: make validation more configurable for future strictness
Johannes Berg
1
-28
/
+18
[next]