]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/netinet6
shmfd: posix_fallocate(2): only take rangelock for section we need
[FreeBSD/FreeBSD.git] / sys / netinet6 /
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
2019-12-05 emasteUpdate ELF Tool Chain to upstream r3769
2019-12-03 bzMake icmp6_reflect() static.
2019-12-03 manuImport DTS files for riscv from Linux 5.4
2019-12-03 hselaskyUse refcount from "in_joingroup_locked()" when joining...
2019-12-01 tuexenUpdate the hostcache also for PTB messages received...
2019-12-01 bzFix m_pullup() problem after removing PULLDOWN_TESTs...
2019-11-28 manuImport riscv DTS files
2019-11-28 manuImport DTS files from Linux 5.4
2019-11-25 rlibbyin6_joingroup_locked: need if_addr_lock around in6m_dis...
2019-11-25 delphijMFV r355071: libbsdxml (expat) 2.2.9.
2019-11-20 pfgMFV 354917, 354918, 354919
2019-11-19 bzin6: move include
2019-11-19 bznd6: sysctl
2019-11-19 bznd6: make nd6_timer_ch static
2019-11-19 bznd6_rtr: re-sort functions
2019-11-19 bzmld: fix epoch assertion
2019-11-18 bzicmpv6: Fix mbuf change in mld
2019-11-18 avgMFV r354378,r354379,r354386: 10499 Multi-modifier prote...
2019-11-16 cemUpdate to Zstandard 1.4.4
2019-11-16 bznd6: retire defrouter_select(), use _fib() variant.
2019-11-16 bznd6_rtr:
2019-11-15 bznetinet*: replace IP6_EXTHDR_GET()
2019-11-15 bznetinet6: Remove PULLDOWN_TESTs.
2019-11-15 bznd6: simplify code
2019-11-13 bznd6: remove unused structs and defines
2019-11-13 bznd6: make nd6_alloc() file static
2019-11-13 bznd6 defrouter: consolidate nd_defrouter manipulations...
2019-11-12 bznetinet*: update *mp to pass the proper value back
2019-11-11 glebiusIt is unclear why in6_pcblookup_local() would require...
2019-11-10 delphijMFV r354582: file 5.37.
2019-11-08 bzfrag6: properly handle atomic fragments according to...
2019-11-07 glebiusNow with epoch synchronized PCB lookup tables we can...
2019-11-07 glebiusSince r353292 on input path we are always in network...
2019-11-07 glebiusRemove unnecessary recursive epoch enter via INP_INFO_RLOCK
2019-11-07 glebiusRemove unnecessary recursive epoch enter via INP_INFO_RLOCK
2019-11-07 glebiusRemove unnecessary recursive epoch enter via INP_INFO_RLOCK
2019-11-07 bznetinet*: variable cleanup
2019-11-07 glebiusWiden network epoch coverage in nd6_prefix_onlink() as
2019-11-07 philImport libxo-1.3.0:
2019-11-04 glebiusIn nd6_timer() enter the network epoch earlier. The...
2019-10-25 bzProperly set VNET when nuking recvif from fragment...
2019-10-25 bzfrag6: do not leak counter in error cases
2019-10-24 bzfrag6: prevent overwriting initial fragoff=0 packet...
2019-10-24 bzfrag6: handling of overlapping fragments to conform...
2019-10-24 tuexenEnsure that the flags indicating IPv4/IPv6 are not...
2019-10-24 bzfrag6: export another counter read-only by sysctl
2019-10-24 bzfrag6: fix counter leak in error case and optimise...
2019-10-24 bzfrag6.c: do not leak packet queue entry in error case
2019-10-24 bzfrag6: leave a note about upper layer header checks TBD
2019-10-24 bzfrag6: check global limits before hash and lock
2019-10-24 bzfrag6: small improvements
2019-10-24 bzfrag6: remove IP6_REASS_MBUF macro
2019-10-23 bzfrag6: add "big picture"
2019-10-23 bzfrag6: replace KAME hand-rolled queues with queue(9...
2019-10-23 bzfrag6: whitespace changes
2019-10-22 glebiusExecute nd6_dad_timer() in the network epoch, since...
2019-10-21 bzfrag6: fix vnet teardown leak
2019-10-21 bzfrag6: add read-only sysctl for nfrags.
2019-10-19 jkimMerge ACPICA 20191018.
2019-10-16 hselaskyFix panic in network stack due to use after free when...
2019-10-14 glebiusin6ifa_llaonifp() is never called from fast path, so...
2019-10-13 tuexenRemove line not needed.
2019-10-13 glebiusDon't cover in6_ifattach() with network epoch, as it...
2019-10-12 markjAdd a missing include of opt_sctp.h.
2019-10-09 dimMerge llvm, clang, compiler-rt, libc++, libunwind,...
2019-10-09 glebiusip6_output() has a complex set of gotos, and some can...
2019-10-09 dimMerge ^/head r353316 through r353350.
2019-10-09 glebiusRevert changes to rip6_bind() from r353292. This funct...
2019-10-08 brooksUpdate tcsh to 6.21.00.
2019-10-08 dimMerge ^/head r352764 through r353315.
2019-10-07 markjImprove locking in the IPV6_V6ONLY socket option handler.
2019-10-07 glebiusWiden NET_EPOCH coverage.
2019-09-28 manuImport DTS files from Linux 5.3
2019-09-28 manuImport DTS files from Linux 5.2
2019-09-19 dimMerge ^/head r352436 through r352536.
2019-09-19 dimMerge llvm, clang, compiler-rt, libc++, libunwind,...
2019-09-19 tuexenWhen processing an incoming IPv6 packet over the loopba...
2019-09-10 jkimMerge OpenSSL 1.1.1d.
2019-09-10 baptImport libedit 2019-09-10
2019-09-03 dimMerge ^/head r351317 through r351731.
2019-08-27 jhbAdd kernel-side support for in-kernel TLS.
2019-08-25 dimMerge missed sources for lldb-specific TableGen tool.
2019-08-22 dimMerge openmp trunk r366426, resolve conflicts, and...
2019-08-22 dimMerge libc++ trunk r366426, resolve conflicts, and...
2019-08-22 dimMerge compiler-rt trunk r366426, resolve conflicts...
2019-08-22 dimMerge lldb trunk r366426, resolve conflicts, and update...
2019-08-22 cyMFV r346563:
next