]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/netinet6
vfs: in vop_stdadd_writecount only vlazy vnodes on mounts using msync
[FreeBSD/FreeBSD.git] / sys / netinet6 /
2020-01-12 Michael TuexenFix race when accepting TCP connections.
2020-01-12 Bjoern A. Zeebnd6_rtr: constantly use __func__ for nd6log()
2020-01-12 Bjoern A. Zeebnd6_rtr: make nd6_prefix_onlink() static
2020-01-11 Bjoern A. Zeebin6_mcast: make in6_joingroup_locked() static
2020-01-10 Jung-uk KimMFV: r356607
2020-01-09 Alexander V. ChernikovAdd fibnum, family and vnet pointer to each rib head.
2020-01-08 Bjoern A. Zeebvnet: virtualise more network stack sysctls.
2020-01-07 Alexander V. ChernikovFix rtsock route message generation for interface addre...
2020-01-06 Martin MatuskaMFV r356415
2020-01-05 Martin MatuskaMFV r356365:
2020-01-01 Gleb SmirnoffIn r343631 error code for a packet blocked by a firewal...
2019-12-31 Cy SchubertMFV r356143:
2019-12-31 Martin MatuskaMFV r356163,r356197:
2019-12-22 Dimitry AndricMerge llvm, clang, compiler-rt, libc++, libunwind,...
2019-12-21 Cy SchubertMFV r355890:
2019-12-21 Cy SchubertMFV r353143 (phillip):
2019-12-21 Cy SchubertMFV r353141 (by phillip):
2019-12-20 Dimitry AndricMerge diff elimination updates from r355953 into vendor...
2019-12-18 Alexander V. ChernikovRemove useless code from in6_rmx.c
2019-12-18 Hans Petter SelaskyLeave multicast group before reaping and committing...
2019-12-13 Jung-uk KimMFV: r355716
2019-12-06 Bjoern A. ZeebUpdate comment.
2019-12-06 Bjoern A. Zeebip6_input: remove redundant v4mapped check
2019-12-05 Kristof ProvostRemove useless NULL check
2019-12-05 Ed MasteUpdate ELF Tool Chain to upstream r3769
2019-12-03 Bjoern A. ZeebMake icmp6_reflect() static.
2019-12-03 Emmanuel VadotImport DTS files for riscv from Linux 5.4
2019-12-03 Hans Petter SelaskyUse refcount from "in_joingroup_locked()" when joining...
2019-12-01 Michael TuexenUpdate the hostcache also for PTB messages received...
2019-12-01 Bjoern A. ZeebFix m_pullup() problem after removing PULLDOWN_TESTs...
2019-11-28 Emmanuel VadotImport riscv DTS files
2019-11-28 Emmanuel VadotImport DTS files from Linux 5.4
2019-11-25 Ryan Libbyin6_joingroup_locked: need if_addr_lock around in6m_dis...
2019-11-25 Xin LIMFV r355071: libbsdxml (expat) 2.2.9.
2019-11-21 Andriy GaponMFV r354383: 10592 misc. metaslab and vdev related...
2019-11-21 Andriy GaponMFV r354382,r354385: 10601 10757 Pool allocation classes
2019-11-20 Pedro F. GiffuniMFV 354917, 354918, 354919
2019-11-19 Bjoern A. Zeebin6: move include
2019-11-19 Bjoern A. Zeebnd6: sysctl
2019-11-19 Bjoern A. Zeebnd6: make nd6_timer_ch static
2019-11-19 Bjoern A. Zeebnd6_rtr: re-sort functions
2019-11-19 Bjoern A. Zeebmld: fix epoch assertion
2019-11-18 Bjoern A. Zeebicmpv6: Fix mbuf change in mld
2019-11-18 Andriy GaponMFV r354378,r354379,r354386: 10499 Multi-modifier prote...
2019-11-18 Xin LIMFV r354798:
2019-11-16 Conrad MeyerUpdate to Zstandard 1.4.4
2019-11-16 Bjoern A. Zeebnd6: retire defrouter_select(), use _fib() variant.
2019-11-16 Bjoern A. Zeebnd6_rtr:
2019-11-15 Bjoern A. Zeebnetinet*: replace IP6_EXTHDR_GET()
2019-11-15 Bjoern A. Zeebnetinet6: Remove PULLDOWN_TESTs.
2019-11-15 Bjoern A. Zeebnd6: simplify code
2019-11-13 Bjoern A. Zeebnd6: remove unused structs and defines
2019-11-13 Bjoern A. Zeebnd6: make nd6_alloc() file static
2019-11-13 Bjoern A. Zeebnd6 defrouter: consolidate nd_defrouter manipulations...
2019-11-12 Bjoern A. Zeebnetinet*: update *mp to pass the proper value back
2019-11-11 Gleb SmirnoffIt is unclear why in6_pcblookup_local() would require...
2019-11-10 Xin LIMFV r354582: file 5.37.
2019-11-08 Bjoern A. Zeebfrag6: properly handle atomic fragments according to...
2019-11-07 Gleb SmirnoffNow with epoch synchronized PCB lookup tables we can...
2019-11-07 Gleb SmirnoffSince r353292 on input path we are always in network...
2019-11-07 Gleb SmirnoffRemove unnecessary recursive epoch enter via INP_INFO_RLOCK
2019-11-07 Gleb SmirnoffRemove unnecessary recursive epoch enter via INP_INFO_RLOCK
2019-11-07 Gleb SmirnoffRemove unnecessary recursive epoch enter via INP_INFO_RLOCK
2019-11-07 Bjoern A. Zeebnetinet*: variable cleanup
2019-11-07 Phil ShaferImport libxo-1.3.1:
2019-11-07 Gleb SmirnoffWiden network epoch coverage in nd6_prefix_onlink() as
2019-11-07 Andriy GaponMFV r354377: 10554 Implemented zpool sync command
2019-11-07 Phil ShaferImport libxo-1.3.0:
2019-11-06 Ed Masteblacklist: update to NetBSD snapshot on 20191106
2019-11-04 Gleb SmirnoffIn nd6_timer() enter the network epoch earlier. The...
2019-11-03 Cy SchubertMFV r354257:
2019-10-25 Bjoern A. ZeebProperly set VNET when nuking recvif from fragment...
2019-10-25 Bjoern A. Zeebfrag6: do not leak counter in error cases
2019-10-24 Bjoern A. Zeebfrag6: prevent overwriting initial fragoff=0 packet...
2019-10-24 Bjoern A. Zeebfrag6: handling of overlapping fragments to conform...
2019-10-24 Michael TuexenEnsure that the flags indicating IPv4/IPv6 are not...
2019-10-24 Bjoern A. Zeebfrag6: export another counter read-only by sysctl
2019-10-24 Bjoern A. Zeebfrag6: fix counter leak in error case and optimise...
2019-10-24 Bjoern A. Zeebfrag6.c: do not leak packet queue entry in error case
2019-10-24 Bjoern A. Zeebfrag6: leave a note about upper layer header checks TBD
2019-10-24 Bjoern A. Zeebfrag6: check global limits before hash and lock
2019-10-24 Bjoern A. Zeebfrag6: small improvements
2019-10-24 Bjoern A. Zeebfrag6: remove IP6_REASS_MBUF macro
2019-10-23 Bjoern A. Zeebfrag6: add "big picture"
2019-10-23 Bjoern A. Zeebfrag6: replace KAME hand-rolled queues with queue(9...
2019-10-23 Bjoern A. Zeebfrag6: whitespace changes
2019-10-22 Gleb SmirnoffExecute nd6_dad_timer() in the network epoch, since...
2019-10-21 Brooks DavisUpdate tcsh to git revision 83c5be0 bringing in a numbe...
2019-10-21 Bjoern A. Zeebfrag6: fix vnet teardown leak
2019-10-21 Bjoern A. Zeebfrag6: add read-only sysctl for nfrags.
2019-10-19 Jung-uk KimMerge ACPICA 20191018.
2019-10-16 Andriy GaponMFV r353637: 10844 Serialize ZTHR operations to elimina...
2019-10-16 Andriy GaponMFV r353630: 10809 Performance optimization of AVL...
2019-10-16 Hans Petter SelaskyFix panic in network stack due to use after free when...
2019-10-16 Andriy GaponMFV r348596: 9689 zfs range lock code should not be...
2019-10-16 Andriy GaponMFV r353628:
2019-10-16 Andriy GaponMFV r353623: 10473 zfs(1M) missing cross-reference...
2019-10-16 Andriy GaponMFV r353619: 9691 fat zap should prefetch when iterating
2019-10-16 Andriy GaponMFV r353617: 9425 allow channel programs to be stopped...
2019-10-16 Andriy GaponMFV r353615: 9485 Optimize possible split block search...
next