index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
netlink
/
genetlink.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
netlink: create a new header for internal genetlink symbols
Jakub Kicinski
2024-04-02
1
-0
/
+2
*
genetlink: fit NLMSG_DONE into same read() as families
Jakub Kicinski
2024-03-06
1
-5
/
+7
*
genetlink: Add per family bind/unbind callbacks
Stanislaw Gruszka
2024-02-16
1
-0
/
+30
*
genetlink: Use internal flags for multicast groups
Ido Schimmel
2023-12-29
1
-2
/
+2
*
genetlink: introduce per-sock family private storage
Jiri Pirko
2023-12-19
1
-1
/
+143
*
drop_monitor: Require 'CAP_SYS_ADMIN' when joining "events" group
Ido Schimmel
2023-12-07
1
-0
/
+3
*
genetlink: don't merge dumpit split op for different cmds into single iter
Jiri Pirko
2023-10-24
1
-1
/
+2
*
genetlink: add a family pointer to struct genl_info
Jakub Kicinski
2023-08-16
1
-9
/
+12
*
genetlink: use attrs from struct genl_info
Jakub Kicinski
2023-08-16
1
-4
/
+3
*
genetlink: add struct genl_info to struct genl_dumpit_info
Jakub Kicinski
2023-08-15
1
-2
/
+14
*
genetlink: remove userhdr from struct genl_info
Jakub Kicinski
2023-08-15
1
-1
/
+0
*
genetlink: push conditional locking into dumpit/done
Jakub Kicinski
2023-08-15
1
-55
/
+35
*
genetlink: add explicit ordering break check for split ops
Jiri Pirko
2023-07-22
1
-1
/
+5
*
netlink: support extack in dump ->start()
Jakub Kicinski
2023-06-12
1
-0
/
+2
*
genetlink: Use string_is_terminated() helper
Andy Shevchenko
2023-02-10
1
-2
/
+2
*
genetlink: fix single op policy dump when do is present
Jakub Kicinski
2022-11-10
1
-9
/
+21
*
genetlink: correctly begin the iteration over policies
Jakub Kicinski
2022-11-09
1
-1
/
+3
*
genetlink: convert control family to split ops
Jakub Kicinski
2022-11-07
1
-4
/
+13
*
genetlink: allow families to use split ops directly
Jakub Kicinski
2022-11-07
1
-26
/
+144
*
genetlink: inline old iteration helpers
Jakub Kicinski
2022-11-07
1
-23
/
+9
*
genetlink: use iterator in the op to policy map dumping
Jakub Kicinski
2022-11-07
1
-23
/
+26
*
genetlink: add iterator for walking family ops
Jakub Kicinski
2022-11-07
1
-41
/
+76
*
genetlink: inline genl_get_cmd()
Jakub Kicinski
2022-11-07
1
-18
/
+12
*
genetlink: support split policies in ctrl_dumppolicy_put_op()
Jakub Kicinski
2022-11-07
1
-22
/
+33
*
genetlink: add policies for both doit and dumpit in ctrl_dumppolicy_start()
Jakub Kicinski
2022-11-07
1
-10
/
+38
*
genetlink: check for callback type at op load time
Jakub Kicinski
2022-11-07
1
-10
/
+10
*
genetlink: load policy based on validation flags
Jakub Kicinski
2022-11-07
1
-7
/
+10
*
genetlink: introduce split op representation
Jakub Kicinski
2022-11-07
1
-15
/
+64
*
genetlink: refactor the cmd <> policy mapping dump
Jakub Kicinski
2022-11-07
1
-12
/
+15
*
genetlink: limit the use of validation workarounds to old ops
Jakub Kicinski
2022-10-27
1
-0
/
+2
*
genetlink: piggy back on resv_op to default to a reject policy
Jakub Kicinski
2022-10-25
1
-0
/
+23
*
genetlink: reject use of nlmsg_flags for new commands
Jakub Kicinski
2022-10-01
1
-1
/
+31
*
genetlink: start to validate reserved header bytes
Jakub Kicinski
2022-08-29
1
-0
/
+4
*
genetlink: hold read cb_lock during iteration of genl_fam_idr in genl_bind()
Jiri Pirko
2022-08-27
1
-2
/
+2
*
net: genl: fix error path memory leak in policy dumping
Jakub Kicinski
2022-08-18
1
-1
/
+5
*
net: netlink: Remove unused function
Yajun Deng
2021-07-30
1
-8
/
+0
*
net: netlink: add the case when nlh is NULL
Yajun Deng
2021-07-27
1
-5
/
+4
*
mptcp: avoid lock_fast usage in accept path
Florian Westphal
2021-02-13
1
-0
/
+32
*
genetlink: allow dumping command-specific policy
Jakub Kicinski
2020-10-03
1
-5
/
+36
*
genetlink: properly support per-op policy dumping
Johannes Berg
2020-10-03
1
-10
/
+92
*
genetlink: factor skb preparation out of ctrl_dumppolicy()
Johannes Berg
2020-10-03
1
-6
/
+19
*
netlink: rework policy dump to support multiple policies
Johannes Berg
2020-10-03
1
-1
/
+2
*
genetlink: switch control commands to per-op policies
Jakub Kicinski
2020-10-03
1
-3
/
+11
*
genetlink: use parsed attrs in dumppolicy
Jakub Kicinski
2020-10-03
1
-7
/
+2
*
genetlink: bring back per op policy
Jakub Kicinski
2020-10-03
1
-5
/
+13
*
genetlink: use .start callback for dumppolicy
Jakub Kicinski
2020-10-03
1
-24
/
+24
*
genetlink: add a structure for dump state
Jakub Kicinski
2020-10-03
1
-10
/
+18
*
genetlink: add small version of ops
Jakub Kicinski
2020-10-03
1
-32
/
+95
*
netlink: fix policy dump leak
Johannes Berg
2020-10-02
1
-1
/
+8
*
net: netlink: delete repeated words
Randy Dunlap
2020-08-25
1
-1
/
+1
[next]