- 5fbf57a net: netlink: remove the cb_mutex "injection" from netlink core by Jakub Kicinski · 9 months ago
- 5380d64 rtnetlink: move rtnl_lock handling out of af_netlink by Jakub Kicinski · 9 months ago
- 8af4f60 netlink: support all extack types in dumps by Jakub Kicinski · 11 months ago
- 652332e netlink: move extack writing helpers by Jakub Kicinski · 11 months ago
- 5bc63d3 netlink: create a new header for internal genetlink symbols by Jakub Kicinski · 11 months ago
- 8b6d307 net/netlink: Add getsockopt support for NETLINK_LISTEN_ALL_NSID by Juntong Deng · 12 months ago
- 87d3819 genetlink: fit NLMSG_DONE into same read() as families by Jakub Kicinski · 12 months ago
- b5a8991 netlink: handle EMSGSIZE errors in the core by Jakub Kicinski · 12 months ago
- 65f5dd4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 1 year ago
- f8cbf6b netlink: use kvmalloc() in netlink_alloc_large_skb() by Eric Dumazet · 1 year ago
- 386520e rtnetlink: add RTNL_FLAG_DUMP_UNLOCKED flag by Eric Dumazet · 1 year ago
- e39951d rtnetlink: change nlk->cb_mutex role by Eric Dumazet · 1 year ago
- b559027 netlink: hold nlk->cb_mutex longer in __netlink_dump_start() by Eric Dumazet · 1 year ago
- 6647b338 netlink: fix netlink_diag_dump() return value by Eric Dumazet · 1 year ago
- 661779e netlink: Fix kernel-infoleak-after-free in __skb_datagram_iter by Ryosuke Yasuoka · 1 year ago
- fc906e7 Merge branch 'for-thermal-genetlink-family-bind-unbind-callbacks' by Jakub Kicinski · 1 year ago
- 3de21a8 genetlink: Add per family bind/unbind callbacks by Stanislaw Gruszka · 1 year, 1 month ago
- 06f609b Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 1 year, 1 month ago
- 114b4bb sock_diag: add module pointer to "struct sock_diag_handler" by Eric Dumazet · 1 year, 1 month ago
- 234ec0b netlink: fix potential sleeping issue in mqueue_flush_file by Zhengchao Shao · 1 year, 1 month ago
- cd4d726 genetlink: Use internal flags for multicast groups by Ido Schimmel · 1 year, 2 months ago
- 403863e netlink: introduce typedef for filter function by Jiri Pirko · 1 year, 3 months ago
- a731132 genetlink: introduce per-sock family private storage by Jiri Pirko · 1 year, 3 months ago
- 2483e7f Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 1 year, 3 months ago
- e0378187 drop_monitor: Require 'CAP_SYS_ADMIN' when joining "events" group by Ido Schimmel · 1 year, 3 months ago
- ac40916 rtnetlink: introduce nlmsg_new_large and use it in rtnl_getlink by Li RongQing · 1 year, 4 months ago
- 016b933 netlink: fill in missing MODULE_DESCRIPTION() by Jakub Kicinski · 1 year, 4 months ago
- f862ed2 genetlink: don't merge dumpit split op for different cmds into single iter by Jiri Pirko · 1 year, 4 months ago
- 374d345 netlink: add variable-length / auto integers by Jakub Kicinski · 1 year, 4 months ago
- eaede99 netlink: Annotate struct netlink_policy_dump_state with __counted_by by Kees Cook · 1 year, 5 months ago
- d0f9589 netlink: annotate data-races around sk->sk_err by Eric Dumazet · 1 year, 5 months ago
- 5c670a0 genetlink: add a family pointer to struct genl_info by Jakub Kicinski · 1 year, 7 months ago
- 7288dd2 genetlink: use attrs from struct genl_info by Jakub Kicinski · 1 year, 7 months ago
- 9272af1 genetlink: add struct genl_info to struct genl_dumpit_info by Jakub Kicinski · 1 year, 7 months ago
- bffcc68 genetlink: remove userhdr from struct genl_info by Jakub Kicinski · 1 year, 7 months ago
- 84817d8 genetlink: push conditional locking into dumpit/done by Jakub Kicinski · 1 year, 7 months ago
- 8fe08d7 netlink: convert nlk->flags to atomic flags by Eric Dumazet · 1 year, 7 months ago
- a4c9a56 netlink: Add new netlink_release function by Anjali Kulkarni · 1 year, 8 months ago
- a337738 netlink: Reverse the patch which removed filtering by Anjali Kulkarni · 1 year, 8 months ago
- 5766946 genetlink: add explicit ordering break check for split ops by Jiri Pirko · 1 year, 8 months ago
- b8e39b3 netlink: Make use of __assign_bit() API by Andy Shevchenko · 1 year, 8 months ago
- 3674fbf Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 1 year, 8 months ago
- 25a9c8a netlink: Add __sock_i_ino() for __netlink_diag_dump(). by Kuniyuki Iwashima · 1 year, 8 months ago
- dc97391 sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES) by David Howells · 1 year, 8 months ago
- 8d61f92 netlink: fix potential deadlock in netlink_set_err() by Eric Dumazet · 1 year, 8 months ago
- 5ab8c41 netlink: support extack in dump ->start() by Jakub Kicinski · 1 year, 9 months ago
- f4e4534 net/netlink: fix NETLINK_LIST_MEMBERSHIPS length report by Pedro Tammela · 1 year, 9 months ago
- a939d14 netlink: annotate accesses to nlk->cb_running by Eric Dumazet · 1 year, 10 months ago
- c248b27 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Paolo Abeni · 1 year, 10 months ago
- d913d32 netlink: Use copy_to_user() for optval in netlink_getsockopt(). by Kuniyuki Iwashima · 1 year, 10 months ago
- d9c9606 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 1 year, 11 months ago
- a1865f2 netlink: annotate lockless accesses to nlk->max_recvmsg_len by Eric Dumazet · 1 year, 11 months ago
- 6978052 netlink: remove unused 'compare' function by Florian Westphal · 2 years ago
- d4545bf genetlink: Use string_is_terminated() helper by Andy Shevchenko · 2 years, 1 month ago
- 9b663b5 netlink: annotate data races around sk_state by Eric Dumazet · 2 years, 1 month ago
- 004db64 netlink: annotate data races around dst_portid and dst_group by Eric Dumazet · 2 years, 1 month ago
- c1bb948 netlink: annotate data races around nlk->portid by Eric Dumazet · 2 years, 1 month ago
- 7e68dd7 Merge tag 'net-next-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 2 years, 3 months ago
- c73a72f netlink: remove the flex array from struct nlmsghdr by Jakub Kicinski · 2 years, 3 months ago
- 8032bf1 treewide: use get_random_u32_below() instead of deprecated function by Jason A. Donenfeld · 2 years, 5 months ago
- c1b0510 genetlink: fix single op policy dump when do is present by Jakub Kicinski · 2 years, 4 months ago
- 154ba79 genetlink: correctly begin the iteration over policies by Jakub Kicinski · 2 years, 4 months ago
- e697614 netlink: Fix potential skb memleak in netlink_ack by Tao Chen · 2 years, 4 months ago
- aba22ca genetlink: convert control family to split ops by Jakub Kicinski · 2 years, 4 months ago
- b8fd60c genetlink: allow families to use split ops directly by Jakub Kicinski · 2 years, 4 months ago
- 7acfbbe genetlink: inline old iteration helpers by Jakub Kicinski · 2 years, 4 months ago
- b502b31 genetlink: use iterator in the op to policy map dumping by Jakub Kicinski · 2 years, 4 months ago
- 6557461 genetlink: add iterator for walking family ops by Jakub Kicinski · 2 years, 4 months ago
- 8d84322 genetlink: inline genl_get_cmd() by Jakub Kicinski · 2 years, 4 months ago
- 26588ed genetlink: support split policies in ctrl_dumppolicy_put_op() by Jakub Kicinski · 2 years, 4 months ago
- 92d3d9b genetlink: add policies for both doit and dumpit in ctrl_dumppolicy_start() by Jakub Kicinski · 2 years, 4 months ago
- e1a24891 genetlink: check for callback type at op load time by Jakub Kicinski · 2 years, 4 months ago
- 7747eb7 genetlink: load policy based on validation flags by Jakub Kicinski · 2 years, 4 months ago
- 20b0b53 genetlink: introduce split op representation by Jakub Kicinski · 2 years, 4 months ago
- ff14adb genetlink: refactor the cmd <> policy mapping dump by Jakub Kicinski · 2 years, 4 months ago
- 738136a netlink: split up copies in the ack construction by Jakub Kicinski · 2 years, 4 months ago
- 31f1aa4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 2 years, 4 months ago
- ce48ebd genetlink: limit the use of validation workarounds to old ops by Jakub Kicinski · 2 years, 4 months ago
- 4fa8655 genetlink: piggy back on resv_op to default to a reject policy by Jakub Kicinski · 2 years, 4 months ago
- 0cafd77 net: add a refcount tracker for kernel sockets by Eric Dumazet · 2 years, 4 months ago
- cff2d76 genetlink: reject use of nlmsg_flags for new commands by Jakub Kicinski · 2 years, 5 months ago
- 710d21fd netlink: Bounds-check struct nlmsgerr creation by Kees Cook · 2 years, 6 months ago
- 690252f netlink: add support for ext_ack missing attributes by Jakub Kicinski · 2 years, 6 months ago
- 0c95cea netlink: factor out extack composition by Jakub Kicinski · 2 years, 6 months ago
- 9c5d03d genetlink: start to validate reserved header bytes by Jakub Kicinski · 2 years, 6 months ago
- 8f1948b genetlink: hold read cb_lock during iteration of genl_fam_idr in genl_bind() by Jiri Pirko · 2 years, 6 months ago
- 2498013 net: genl: fix error path memory leak in policy dumping by Jakub Kicinski · 2 years, 7 months ago
- 9b19e57 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 2 years, 10 months ago
- d5076fe netlink: do not reset transport header in netlink_recvmsg() by Eric Dumazet · 2 years, 10 months ago
- f70925b Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Paolo Abeni · 2 years, 10 months ago
- 99c0732 netlink: reset network and mac headers in netlink_dump() by Eric Dumazet · 2 years, 11 months ago
- f4b41f0 net: remove noblock parameter from skb_recv_datagram() by Oliver Hartkopp · 2 years, 11 months ago
- 0caf6d9 af_netlink: Fix shift out of bounds in group mask calculation by Petr Machata · 3 years ago
- b645941 net: Don't include filter.h from net/sock.h by Jakub Kicinski · 3 years, 2 months ago
- fc993be Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years, 3 months ago
- f123cff net: netlink: af_netlink: Prevent empty skb by adding a check on len. by Harshit Mogalapalli · 3 years, 3 months ago
- b3cb764 net: drop nopreempt requirement on sock_prot_inuse_add() by Eric Dumazet · 3 years, 4 months ago
- 9fe1155 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years, 5 months ago
- 7707a4d netlink: annotate data races around nlk->bound by Eric Dumazet · 3 years, 5 months ago
- 549017a netlink: remove netlink_broadcast_filtered by Florian Westphal · 3 years, 5 months ago