]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/netlink
usb: Fix two typos in source code comments
[FreeBSD/FreeBSD.git] / sys / netlink /
2023-12-27 Igor Ostapenkonetlink: fix snl_writer and linear_buffer re-allocation...
2023-12-02 Martin Matuskazfs: merge openzfs/zfs@d99134be8 (zfs-2.1-release)...
2023-11-02 Alexander V. Chernikovnetlink: fix powerpc build.
2023-10-31 R. Christian McDonaldnetlink: fix potential llentry lock leak in newneigh...
2023-10-31 Alexander V. Chernikovnetlink: allow creation of temporary lle entries.
2023-09-30 Martin Matuskazfs: merge openzfs/zfs@eb62221ff (zfs-2.1-release)...
2023-08-23 Warner Loshsys: Remove $FreeBSD$: one-line .c pattern
2023-08-23 Warner Loshsys: Remove $FreeBSD$: two-line .h pattern
2023-07-25 Warner Loshspdx: The BSD-2-Clause-FreeBSD identifier is obsolete...
2023-06-17 Martin Matuskazfs: merge openzfs/zfs@86783d7d9 (zfs-2.1-release)...
2023-04-23 Martin Matuskazfs: merge openzfs/zfs@e25f9131d (zfs-2.1-release)...
2023-04-09 Alexander V. Chernikovnetlink: add standrard ifaddr/neigh parsers to snl(3).
2023-04-08 Alexander V. Chernikovnetlink: reduce the default debugging levels
2023-04-08 Alexander V. Chernikovnetlink: do not crash when linux message translation...
2023-04-08 Alexander V. Chernikovnetlink: initialise error in nl_autobind_port().
2023-04-08 Alexander V. Chernikovnetlink: check result of sooptcopyin().
2023-04-08 Alexander V. Chernikovnetlink: remove redundant check.
2023-04-08 Alexander V. Chernikovnetlink: add public ucred accessor for nlp.
2023-04-08 Alexander V. Chernikovnetlink: fix capped uncapped ack handling in snl(3).
2023-04-08 Alexander V. Chernikovnetlink: improve snl(3)
2023-04-08 Alexander V. Chernikovfix buildworld after 595d23f777dc.
2023-04-08 Alexander V. Chernikovnetlink: add snl(3) default parsers for routes and...
2023-04-08 Alexander V. Chernikovnetlink: add rtsock-compatible header to use with netli...
2023-04-08 Alexander V. Chernikovnetlink: add basic message writing support to snl(3).
2023-04-08 Alexander V. Chernikovnetlink: make snl(3) scratch buffer growable
2023-04-08 Alexander V. Chernikovnetlink: cleanup netlink_writer code
2023-04-08 Alexander V. Chernikovnetlink: fix vlan interface creation
2023-04-08 Alexander V. Chernikovnetlink: add u8/u64 attribute fetcher accessors to...
2023-04-08 Alexander V. Chernikovnetlink: add userland name mappings to all NETLINK_ROUT...
2023-03-06 Ed Mastenetlink: do not memcpy 0 bytes from a NULL pointer
2023-03-01 Alexander V. Chernikovnetlink: make the maximum allowed netlink socket buffer...
2023-02-27 Alexander V. Chernikovnetlink: fix addition of blackhole/reject routes.
2023-02-24 Alexander V. Chernikovnetlink: clear IPv6 embedded scope when dumping route...
2023-02-24 Alexander V. Chernikovnetlink: fix IPv6 route addition with link-local gateway
2023-02-20 Alexander V. Chernikovnetlink: fix OOB read in genetlink
2023-02-20 Alexander V. Chernikovnetlink: simplify temporary address allocation in rtnl_...
2023-02-20 Alexander V. Chernikovnetlink: fix interface dump.
2023-02-20 Alexander V. Chernikovnetlink: return optional metadata with the operation...
2023-02-20 Alexander V. Chernikovnetlink: call genetlink notification handler upon succe...
2023-02-18 Alexander V. Chernikovnetlink: validate rtable value in RTM_<NEW|DEL|GET...
2023-02-18 Alexander V. Chernikovnetlink: use ifmedia to provide vlan interface operstate.
2023-02-18 Alexander V. Chernikovnetlink: fix if_allocdescr() malloc options argument.
2023-02-18 Alexander V. Chernikovnetlink: add forgotten pru_rcvd handler.
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