]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2023-01-13 Alexander V... routing: fix rib_add_route_px()
2023-01-13 Alexander V... routing: add ability to store opaque indentifiers in...
2023-01-13 Alexander V... routing: make rib_add_redirect() use new nhop-based KPI
2023-01-13 Alexander V... routing: add rib_add_default_route() wrapper
2023-01-13 Alexander V... netlink: add AF_NETLINK / PF_NETLINK definitions
2023-01-13 Alexander V... netinet6: simplify defrouter_select_fib()
2023-01-13 Alexander V... rtsock: subscribe to ifnet eventhandlers instead of...
2023-01-13 Alexander V... netinet6: allow ND entries creation for all directly...
2023-01-13 Alexander V... tests: add routing tests for switching between same...
2023-01-13 Alexander V... net: constantify radix.c functions
2023-01-13 Alexander V... ndp(8): add structured output formatting via libxo
2023-01-13 Alexander V... netinet6: simplify selectroute()
2023-01-13 Alexander V... netinet6: factor out cached route lookups from selectro...
2023-01-13 Alexander V... netinet6: add ip6_output() scope tests
2023-01-13 Alexander V... netinet6: add ip6_output() tests.
2023-01-13 Alexander V... testing: add ability to specify multi-vnet topologies...
2023-01-13 Alexander V... testing: provide meaningful error when pytest is not...
2023-01-13 Alexander V... testing: pass ATF vars to pytest via env instead of...
2023-01-13 Alexander V... testing: workaround pytest parser bug in pytest-atf...
2023-01-13 Alexander V... testing: move atf-pytest-wrapper to /usr/libexec
2023-01-13 Alexander V... routing: fix debug headers added in 6fa8ed43ee0c #2.
2023-01-13 Alexander V... routing: fix debug headers added in 6fa8ed43ee0c.
2023-01-13 Alexander V... routing: fix syslog include for rtsock.c
2023-01-13 Alexander V... routing: add tests/sys/net/routing to mtree
2023-01-13 Alexander V... routing: fix crash when RTM_CHANGE results in no-op...
2023-01-13 Alexander V... routing: add multipath pytest tests
2023-01-13 Alexander V... testing: Add basic atf support to pytest.
2023-01-13 Alexander V... netinet6: perform out-of-bounds check for loX multicast...
2023-01-13 Alexander V... netinet6: fix SIOCSPFXFLUSH_IN6 by skipping manually...
2023-01-13 Alexander V... routing: install prefix and loopback routes using new...
2023-01-13 Alexander V... routing: fix panic for p2p interfaces after 800c68469ba6.
2023-01-13 Alexander V... routing: add rib_match_gw() helper
2023-01-13 Mateusz Guzikrouting: fix non-debug build
2023-01-13 Alexander V... routing: populate fibs with interface routes after...
2023-01-13 Alexander V... routing: fixup empty mask prefix handling after 2ce5538...
2023-01-13 Alexander V... routing: fix build warning without ROUTE_MPATH
2023-01-13 Alexander V... routing: fix build without ROUTE_MPATH
2023-01-13 Alexander V... routing: move rtentry and subscription code out of...
2023-01-13 Alexander V... routing: add rib_<add|del>_route_px() functions operati...
2023-01-13 Alexander V... routing: split nexthop creation and rtentry creation.
2023-01-13 Alexander V... routing: refactor #2
2023-01-13 Alexander V... routing: refactor control cmds #1
2023-01-13 Alexander V... fib_algo: set vnet when destroying algo instance
2023-01-13 Alexander V... routing: remove duplicate error message after 5c23343b8c0c.
2023-01-13 Mateusz Guzikroute: fix NOIP builds
2023-01-13 Alexander V... routing: refactor private KPI
2023-01-13 Alexander V... routing: convert remnants of DPRINTF to FIB_CTL_LOG().
2023-01-13 Alexander V... routing: add nhop(9) kpi.
2023-01-13 Alexander V... routing: remove info argument from add/change_route_nhop().
2023-01-13 Alexander V... tcp: virtualise net.inet.tcp.msl sysctl.
2023-01-13 Alexander V... routing: move route expiration time to its nexthop
2023-01-13 Alexander V... routing: add debug printing helpers for rtentry and...
2023-01-13 Mateusz Guzikrouting: hide notify_add and notify_del behind ROUTE_MPATH
2023-01-13 Alexander V... routing: simplify decompose_change_notification().
2023-01-13 Alexander V... routing: actually sort nexthops in nhgs by their index
2023-01-13 Alexander V... routing: fix debug headers added in 6fa8ed43ee0c.
2023-01-13 Alexander V... routing: improve debugging.
2023-01-13 Alexander V... routing: fix RTM_CHANGE nhgroup updates.
2023-01-13 John Baldwinnet/route: Use __diagused for variables only used in...
2023-01-13 John Baldwinunlink_nhgrp: Remove write-only variable.
2023-01-13 John Baldwinchange_mpath_route: Remove write-only nh variable.
2023-01-13 Alexander V... routing: improve debug logging
2023-01-13 Alexander V... netstat: print path weight when showing routes in struc...
2023-01-13 Alexander V... routing: copy nexthop fib when changing existing nexthop
2023-01-13 Mike Karelsgrowfs(7): clarify assumptions and limitations
2023-01-13 Mike Karelsgrowfs script: fix config-dependent errors
2023-01-13 Mike Karelsgrowfs script: fixes
2023-01-13 Mike Karelsgrowfs(7): document addition of swap partition and...
2023-01-13 Mike Karelsdefault rc.conf: Add new growfs_swap_size variable
2023-01-13 Mike Karelsgrowfs_fstab: add new /etc/rc.d script to add swap...
2023-01-13 Mike Karelsgrowfs script: add swap partition as well as growing...
2023-01-13 Scott LongMFC growfs script change from August 2021:
2023-01-12 Gleb Popovlibc: Fix build with WITHOUT_MACHDEP_OPTIMIZATIONS...
2023-01-11 Zhenlei HuangGEOM: Remove redundant NULL pointer check before g_free()
2023-01-11 Zhenlei Huanggeom_part: Fix potential integer overflow when checking...
2023-01-11 Zhenlei Huangwg: Use NET_EPOCH_DRAIN_CALLBACKS macro
2023-01-11 Zhenlei HuangIntroduce and use the NET_EPOCH_DRAIN_CALLBACKS() macro
2023-01-11 Zhenlei Huangif_me: Use dedicated network privilege
2023-01-11 Zhenlei Huangif_vxlan(4): Correct the statistic for output bytes
2023-01-11 Zhenlei Huangif_vxlan(4): Add missing statistic for input packets
2023-01-11 Zhenlei Huangvxlan: Add support for socket ioctls SIOC[SG]TUNFIB
2023-01-11 Maxim Konovaloviwlwifi.4: typo fixed
2023-01-11 Danilo G. Baiomotd: Fix Questions List address
2023-01-10 Tobias C. BernerAdd new rc: machine_id to generate /etc/machine-id
2023-01-10 Tobias C. Bernerbin/uuidgen: add support for v4 uuids
2023-01-10 Ed Mastessh: remove note about local change to [Use]PrivilegeSe...
2023-01-09 Ed MasteCirrus-CI: add `gpart show` to setup script
2023-01-09 Jason A. Harmeningunionfs: implement VOP_SET_TEXT/VOP_UNSET_TEXT
2023-01-09 Ed Mastereadelf: match GNU readelf formatting
2023-01-07 Vladimir Kondratyevhms(4): Disable vendor usage page button support
2023-01-07 Vladimir Kondratyevums(4): Disable vendor usage page button support
2023-01-07 Vladimir KondratyevLinuxKPI: linux/seqlock.h: Fix write_seqcount_(begin...
2023-01-07 Jean-Sébastien... linuxkpi: Add `seqcount_mutex_t` support in <linux...
2023-01-06 Ceri Daviesmount_nullfs.8: Bump .Dd for file mounts update.
2023-01-06 Doug RabsonDon't allow stacking of file mounts
2023-01-06 Doug RabsonAllow realpath to work for file mounts
2023-01-06 Doug RabsonAdd support for mounting single files in nullfs
2023-01-06 Doug RabsonAdd vn_path_to_global_path_hardlink
2023-01-06 Doug RabsonAdd support for mounting single files in nullfs
2023-01-06 Eugene Grosbeinsyslog: fix PID of forking process
next