]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/netinet6
Merge ^/head r358239 through r358262.
[FreeBSD/FreeBSD.git] / sys / netinet6 /
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
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
next