]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/netinet6
login(1): when exporting variables check the result of setenv(3)
[FreeBSD/FreeBSD.git] / sys / netinet6 /
2020-05-04 melifaroRemove now-unused rt_ifp,rt_ifa,rt_gateway,rt_mtu rte...
2020-05-03 glebiusStep 3: anonymize struct mbuf_ext_pgs and move all...
2020-04-29 melifaroAdd nhop to the ifa_rtrequest() callback.
2020-04-28 melifaroMove route_temporal.c and route_var.h to net/route.
2020-04-28 melifaroMove struct rtentry definition to nhop_var.h.
2020-04-28 melifaroEliminate now-unused parts of old routing KPI.
2020-04-26 melifaroConvert debugnet to the new routing KPI.
2020-04-26 melifaroFix IPv6 link-local operations with RADIX_MPATH.
2020-04-25 melifaroConvert route caching to nexthop caching.
2020-04-23 melifaroConvert rtentry field accesses into nhop field accesses.
2020-04-21 jkimMerge OpenSSL 1.1.1g.
2020-04-19 melifaroFix lookup key generation in fib6_check_urpf().
2020-04-16 jtlAvoid calling protocol drain routines more than once...
2020-04-16 melifaroAdd nhop parameter to rti_filter callback.
2020-04-15 melifaroConvert ip6_forward() to the new routing KPI.
2020-04-14 melifaroConvert IP/IPv6 forwarding, ICMP processing and IP...
2020-04-14 melifaroReorganise nd6 notification code to avoid direct rtentr...
2020-04-14 manudts: Import DTS from Linux 5.6
2020-04-14 gallatinKTLS: Re-work unmapped mbufs to carry ext_pgs in the...
2020-04-14 melifaroPlug netmask NULL check during route addition causing...
2020-04-13 melifaroRemove tcp_rtlookup6() function signature.
2020-04-12 melifaroIntroduce nexthop objects and new routing KPI.
2020-04-11 melifaroRemove RADIX_MPATH headers, they were unused since...
2020-04-11 melifaroRemove per-AF radix_mpath initializtion functions.
2020-04-02 dimMerge once more from ^/vendor/llvm-project/release...
2020-04-01 hartiMerge release 1.14 of bsnmp.
2020-04-01 aeIgnore ND6 neighbor advertisement received for static...
2020-03-31 markjUse a dedicated taskqueue thread for in6m_release_task().
2020-03-30 markjRemove the "config" taskqgroup and its KPIs.
2020-03-23 brooksImport the kyua test framework.
2020-03-23 brooksAdd liblutok a lightweight C++ API for lua.
2020-03-19 markjFix synchronization in the IPV6_2292PKTOPTIONS set...
2020-03-18 jkimMerge OpenSSL 1.1.1e.
2020-03-05 dimMerge ^/vendor/llvm-project/release-10.x up to its...
2020-03-05 dimMerge ^/head r358466 through r358677.
2020-03-04 cyMFV r358616:
2020-03-03 bzip6: retire in6_selectroute_fib() as promised 8 years ago
2020-03-03 bzip6_output: use new routing KPI when not passed a cache...
2020-03-03 bzin6_fib: return nh_ia in the ext interface as we do...
2020-03-03 bzfib6_rte_to_nh_*: return a link-local gw address with...
2020-03-02 mmMFV r358511,r358532:
2020-02-29 dimMerge ^/head r358400 through r358465.
2020-02-28 manudts: Update our copy for arm, arm64 and riscv dts to...
2020-02-28 bzmld6: initialize oifp to avoid bogus results/panics...
2020-02-27 dimMerge ^/head r358269 through r358399.
2020-02-26 kaktusMark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT...
2020-02-25 bzip6_output: fix regression introduced in r358167 for...
2020-02-24 bzFix IPv6 checksums when exthdrs are present.
2020-02-24 kaktusMark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT...
2020-02-20 dimMerge ^/head r358131 through r358178.
2020-02-20 bzip6_output: improve extension header handling
2020-02-19 dimMerge ^/head r358075 through r358130.
2020-02-18 tuexenEpochify SCTP.
2020-02-18 dimMerge ^/head r358049 through r358074.
2020-02-18 bzip6_output: update comments.
2020-02-18 baptUpdate ncurses to 20200118
2020-02-17 dimMerge ^/head r358000 through r358048.
2020-02-17 hselaskyFix kernel panic while trying to read multicast stream.
2020-02-15 dimMerge ^/vendor/llvm-project/release-10.x up to its...
2020-02-14 emasteUpgrade to OpenSSH 7.9p1.
2020-02-12 mmMFV r357783:
2020-02-11 delphijMFV r357712: file 5.38.
2020-01-31 dimMerge ^/head r357270 through r357349.
2020-01-31 npFix NOINET builds.
2020-01-25 dimMerge ^/head r356931 through r357118.
2020-01-24 dimMerge ^/vendor/lvm-project/release-10.x up to its last...
2020-01-24 dimMerge ^/vendor/lvm-project/master up to its last change...
2020-01-23 dimMerge ^/vendor/llvm-openmp/dist up to its last change...
2020-01-23 dimMerge ^/vendor/lldb/dist up to its last change, and...
2020-01-23 dimMerge ^/vendor/lld/dist up to its last change, and...
2020-01-23 dimMerge ^/vendor/libc++/dist up to its last change, and...
2020-01-22 dimMerge ^/vendor/compiler-rt/dist up to its last change...
2020-01-22 dimMerge ^/vendor/clang/dist up to its last change, and...
2020-01-22 dimMerge ^/vendor/llvm/dist up to its last change, and...
2020-01-22 glebiusEnter network epoch when calling in_pcbconnect() for...
2020-01-22 melifaroBring back redirect route expiration.
2020-01-22 glebiusMake ip6_output() and ip_output() require network epoch.
2020-01-22 glebiusAdd some documenting NET_EPOCH_ASSERTs.
2020-01-22 glebiusUnroll macro that is used just once. Not a functional...
2020-01-21 melifaroDocument requirements for the 'struct route' variations.
2020-01-15 glebiusIntroduce NET_EPOCH_CALL() macro and use it everywhere...
2020-01-15 glebiusMechanically substitute assertion of in_epoch(net_epoch...
2020-01-12 tuexenFix race when accepting TCP connections.
2020-01-12 bznd6_rtr: constantly use __func__ for nd6log()
2020-01-12 bznd6_rtr: make nd6_prefix_onlink() static
2020-01-11 bzin6_mcast: make in6_joingroup_locked() static
2020-01-09 melifaroAdd fibnum, family and vnet pointer to each rib head.
2020-01-08 bzvnet: virtualise more network stack sysctls.
2020-01-07 melifaroFix rtsock route message generation for interface addre...
2020-01-01 glebiusIn r343631 error code for a packet blocked by a firewal...
2019-12-31 cyMFV r356143:
2019-12-31 mmMFV r356163,r356197:
2019-12-22 dimMerge llvm, clang, compiler-rt, libc++, libunwind,...
2019-12-21 cyMFV r353143 (phillip):
2019-12-21 cyMFV r353141 (by phillip):
2019-12-18 melifaroRemove useless code from in6_rmx.c
2019-12-18 hselaskyLeave multicast group before reaping and committing...
2019-12-06 bzUpdate comment.
2019-12-06 bzip6_input: remove redundant v4mapped check
2019-12-05 kpRemove useless NULL check
next