]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/netlink
netlink: Zero-initialize writer structures allocated on the stack
[FreeBSD/FreeBSD.git] / sys / netlink /
2023-02-18 Mark Johnstonnetlink: Zero-initialize writer structures allocated...
2023-02-18 Mark Johnstonnetlink: Fix indentation in netlink_message_writer.c
2023-02-18 Mark Johnstonnetlink: Make the writers function table static and...
2023-02-18 Mark Johnstonnetlink: Zero-initialize mbuf messages
2023-02-10 Alexander V. Chernikovnetlink: do not require elevated privileges when readin...
2023-02-09 Alexander V. Chernikovnetlink: allow path weight manipulations for single...
2023-02-09 Alexander V. Chernikovnetlink: export nextop group kernel index when dumping...
2023-02-09 Alexander V. Chernikovnetlink: add "netlink" to the list of kernel features
2023-01-26 Martin Matuskazfs: merge openzfs/zfs@92e0d9d18 (zfs-2.1-release)...
2023-01-26 Alexander V. Chernikovnetlink: allow netlink to be build in the kernel
2023-01-23 Alexander V. Chernikovnetlink: allow creating sockets with SOCK_DGRAM.
2023-01-23 Alexander V. Chernikovnetlink: fix OOB write when creating attribute bitmask.
2023-01-23 Alexander V. Chernikovnetlink: fix compatibility with older netlink applications.
2023-01-23 Alexander V. Chernikovnetlink: improve RTM_GETADDR handling.
2023-01-23 Alexander V. Chernikovnetlink: fix ifaddr reporting.
2023-01-23 Alexander V. Chernikovnetlink: fix test-includes broken by f2c8381fce9b
2023-01-23 Alexander V. Chernikovnetlink: make snl(3) headers self-contained.
2023-01-23 Alexander V. Chernikovnetlink: fix netlink_snl_route.h header includes
2023-01-23 Alexander V. Chernikovnetlink: add snl(3) - simple netlink library
2023-01-23 Zhenlei Huangnetlink: Use NET_EPOCH_[CALL|WAIT] macros
2023-01-23 Alexander V. Chernikovnetlink: improve interface handling
2023-01-23 Alexander V. Chernikovnetlink: add interface notification on link status...
2023-01-23 Alexander V. Chernikovnetlink: fix non-multipath build
2023-01-23 Alexander V. Chernikovnetlink: store user-provided rtm_protocol
2023-01-23 Alexander V. Chernikovnetlink: suppress sending NLMSG_ERROR if NLMSG_DONE...
2023-01-23 Baptiste Daroussinnetlink: unregister groups along with family
2023-01-23 Alexander V. Chernikovnetlink: allow more than 64 groups per netlink socket.
2023-01-23 Alexander V. Chernikovnetlink: remove private netlink_var.h header from the...
2023-01-23 Alexander V. Chernikovnetlink: fix CTRL_CMD_GETFAMILY lookup/dumps.
2023-01-23 Alexander V. Chernikovnetlink: fix genetlink CTRL_ATTR_MCAST_GRP_MAX define.
2023-01-23 Alexander V. Chernikovnetlink: fix NLMSG_SPACE() macro.
2023-01-23 Alexander V. Chernikovnetlink: fix generic netlink privilege check.
2023-01-23 Ed Mastenetlink: use (void) for function definitions with no...
2023-01-23 Gleb Smirnoffnetlink: make it working without INET6
2023-01-23 Hans Petter SelaskyFix kernel build after fcb3f813f379f544f9cd2a10d1804558...
2023-01-23 Alexander V. Chernikovnetlink: fix non-default builds (no INET, INET6, ROUTE_...
2023-01-23 Jung-uk Kimnetlink: Fix build without VIMAGE
2023-01-23 Alexander V. Chernikovnetlink: fix build without INVARIANTS
2023-01-23 Alexander V. Chernikovnetlink: fix format strings on 32-bit platforms
2023-01-23 Alexander V. Chernikovnetlink: fix debugging on 32-bit platforms
2023-01-23 Alexander V. Chernikovnetlink: make test-includes happy by hiding most of...
2023-01-23 Alexander V. Chernikovnetlink: add netlink support