summaryrefslogtreecommitdiffstats
path: root/net/netlink (follow)
Commit message (Expand)AuthorAgeFilesLines
* netlink: fix false positive warning in extack during dumpsJakub Kicinski2024-11-251-10/+11
* Merge tag 'net-next-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2024-11-212-9/+5
|\
| * net/netlink: Correct the comment on netlink message max capDmitry Safonov2024-11-161-2/+2
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-11-142-25/+8
| |\
| * | netlink: Remove the dead code in netlink_proto_init()Jinjie Ruan2024-11-011-5/+1
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2024-10-211-14/+14
| |\ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-10-101-1/+2
| |\ \ \
| * | | | genetlink: extend info user-storage to match NL cb ctxPaolo Abeni2024-10-101-2/+2
* | | | | Merge tag 'pull-fd' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2024-11-181-2/+7
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | switch netlink_getsockbyfilp() to taking descriptorAl Viro2024-11-031-2/+7
| |/ / /
* | | / netlink: terminate outstanding dump on socket closeJakub Kicinski2024-11-072-25/+8
| |_|/ |/| |
* | | genetlink: hold RCU in genlmsg_mcast()Eric Dumazet2024-10-161-14/+14
| |/ |/|
* | net: Fix an unsafe loop on the listAnastasia Kovaleva2024-10-051-1/+2
|/
* net: netlink: Remove the dump_cb_mutex field from struct netlink_sockChristophe JAILLET2024-08-261-1/+0
* net: netlink: remove the cb_mutex "injection" from netlink coreJakub Kicinski2024-06-101-15/+3
* rtnetlink: move rtnl_lock handling out of af_netlinkJakub Kicinski2024-06-101-2/+0
* netlink: support all extack types in dumpsJakub Kicinski2024-04-231-5/+10
* netlink: move extack writing helpersJakub Kicinski2024-04-231-63/+63
* netlink: create a new header for internal genetlink symbolsJakub Kicinski2024-04-023-1/+14
* net/netlink: Add getsockopt support for NETLINK_LISTEN_ALL_NSIDJuntong Deng2024-03-111-0/+3
* genetlink: fit NLMSG_DONE into same read() as familiesJakub Kicinski2024-03-061-5/+7
* netlink: handle EMSGSIZE errors in the coreJakub Kicinski2024-03-061-0/+9
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-02-291-1/+1
|\
| * netlink: Fix kernel-infoleak-after-free in __skb_datagram_iterRyosuke Yasuoka2024-02-231-1/+1
* | netlink: use kvmalloc() in netlink_alloc_large_skb()Eric Dumazet2024-02-271-10/+8
* | rtnetlink: add RTNL_FLAG_DUMP_UNLOCKED flagEric Dumazet2024-02-261-0/+3
* | rtnetlink: change nlk->cb_mutex roleEric Dumazet2024-02-262-16/+21
* | netlink: hold nlk->cb_mutex longer in __netlink_dump_start()Eric Dumazet2024-02-261-7/+6
* | netlink: fix netlink_diag_dump() return valueEric Dumazet2024-02-261-1/+1
* | Merge branch 'for-thermal-genetlink-family-bind-unbind-callbacks'Jakub Kicinski2024-02-161-0/+30
|\ \
| * | genetlink: Add per family bind/unbind callbacksStanislaw Gruszka2024-02-161-0/+30
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-01-251-1/+1
|\|
| * netlink: fix potential sleeping issue in mqueue_flush_fileZhengchao Shao2024-01-231-1/+1
* | sock_diag: add module pointer to "struct sock_diag_handler"Eric Dumazet2024-01-231-0/+1
|/
* genetlink: Use internal flags for multicast groupsIdo Schimmel2023-12-291-2/+2
* netlink: introduce typedef for filter functionJiri Pirko2023-12-191-2/+1
* genetlink: introduce per-sock family private storageJiri Pirko2023-12-191-1/+143
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-12-081-0/+3
|\
| * drop_monitor: Require 'CAP_SYS_ADMIN' when joining "events" groupIdo Schimmel2023-12-071-0/+3
* | rtnetlink: introduce nlmsg_new_large and use it in rtnl_getlinkLi RongQing2023-11-191-2/+1
|/
* netlink: fill in missing MODULE_DESCRIPTION()Jakub Kicinski2023-11-031-0/+1
* genetlink: don't merge dumpit split op for different cmds into single iterJiri Pirko2023-10-241-1/+2
* netlink: add variable-length / auto integersJakub Kicinski2023-10-201-3/+11
* netlink: Annotate struct netlink_policy_dump_state with __counted_byKees Cook2023-10-061-7/+8
* netlink: annotate data-races around sk->sk_errEric Dumazet2023-10-051-4/+4
* genetlink: add a family pointer to struct genl_infoJakub Kicinski2023-08-161-9/+12
* genetlink: use attrs from struct genl_infoJakub Kicinski2023-08-161-4/+3
* genetlink: add struct genl_info to struct genl_dumpit_infoJakub Kicinski2023-08-151-2/+14
* genetlink: remove userhdr from struct genl_infoJakub Kicinski2023-08-151-1/+0
* genetlink: push conditional locking into dumpit/doneJakub Kicinski2023-08-151-55/+35